You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+25Lines changed: 25 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,28 @@
1
1
# Changelog
2
2
3
+
## [8.0.0] - 2025-10-08
4
+
5
+
### Changed
6
+
7
+
-**Breaking:** switch to ESM ([`b86f41e`](https://github.com/vweevers/win-detect-browsers/commit/b86f41e)) (Vincent Weevers)
8
+
- Bump `win-version-info` from 5 to 6 ([`c08ec68`](https://github.com/vweevers/win-detect-browsers/commit/c08ec68)) (Vincent Weevers)
9
+
- Bump `which` from 2 to 5 ([`0dfd374`](https://github.com/vweevers/win-detect-browsers/commit/0dfd374)) (Vincent Weevers)
10
+
- Bump `yargs` from 16 to 18 ([`b90e5ba`](https://github.com/vweevers/win-detect-browsers/commit/b90e5ba)) (Vincent Weevers)
11
+
12
+
### Added
13
+
14
+
- Detect Opera GX and Opera Crypto ([#83](https://github.com/vweevers/win-detect-browsers/issues/83)) ([`0cd3e42`](https://github.com/vweevers/win-detect-browsers/commit/0cd3e42)) (Navdeep Singh Rathore)
15
+
16
+
### Removed
17
+
18
+
-**Breaking:** drop Node.js < 20 ([`960b063`](https://github.com/vweevers/win-detect-browsers/commit/960b063)) (Vincent Weevers)
19
+
-**Breaking:** remove support of callbacks ([`02b0903`](https://github.com/vweevers/win-detect-browsers/commit/02b0903)) (Vincent Weevers)
20
+
21
+
### Fixed
22
+
23
+
- Don't detect Opera in PATH to avoid false positives ([#84](https://github.com/vweevers/win-detect-browsers/issues/84)) ([`6fc891e`](https://github.com/vweevers/win-detect-browsers/commit/6fc891e)) (Tim Perry)
24
+
- Fix detection of Edge Dev and add Edge channel detection ([#81](https://github.com/vweevers/win-detect-browsers/issues/81)) ([`8cfb07a`](https://github.com/vweevers/win-detect-browsers/commit/8cfb07a)) (Temm)
25
+
3
26
## [7.0.0] - 2021-11-12
4
27
5
28
### Changed
@@ -148,6 +171,8 @@
148
171
- Only emits executables (`*.exe`)
149
172
- No longer uses command-line version flags or version numbers found in the registry or elsewhere. This simplifies the process and makes the version numbers consistent and more detailed.
0 commit comments