Skip to content

Releases: vweevers/win-detect-browsers

v8.0.3

22 Nov 19:27
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Fixed

  • Stop detecting Chrome by LastInstallerSuccessLaunchCmdLine (#91) (f2286f6) (Vincent Weevers)

v8.0.2

14 Nov 18:29
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Fixed

  • Fix workflows (031a8f6) (Vincent Weevers)

v8.0.1

14 Nov 18:31
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

This version was not published to npm due to a workflow bug; fixed in 8.0.2.

Changed

  • Use trusted publishing (aead42e) (Vincent Weevers)

Fixed

  • Fix registry.js import (#89) (daf13e5) (Tim Perry)

v8.0.0

08 Oct 11:44

Choose a tag to compare

Changed

  • Breaking: switch to ESM (b86f41e) (Vincent Weevers)
  • Bump win-version-info from 5 to 6 (c08ec68) (Vincent Weevers)
  • Bump which from 2 to 5 (0dfd374) (Vincent Weevers)
  • Bump yargs from 16 to 18 (b90e5ba) (Vincent Weevers)

Added

  • Detect Opera GX and Opera Crypto (#83) (0cd3e42) (Navdeep Singh Rathore)

Removed

  • Breaking: drop Node.js < 20 (960b063) (Vincent Weevers)
  • Breaking: remove support of callbacks (02b0903) (Vincent Weevers)

Fixed

  • Don't detect Opera in PATH to avoid false positives (#84) (6fc891e) (Tim Perry)
  • Fix detection of Edge Dev and add Edge channel detection (#81) (8cfb07a) (Temm)

v7.0.0

12 Nov 11:01

Choose a tag to compare

Changed

  • Breaking: bump win-version-info and yargs (b0c9ab0, b438175) (Vincent Weevers). Drops support of Node.js 8.
  • Change CLI to always print result as JSON (88dc694) (Vincent Weevers)
  • Remove xtend dependency (fbcba58) (Vincent Weevers)
  • Refactor: remove unused pre hook (ec92805) (Vincent Weevers)
  • Refactor: remove unused events and opts from Finder (48c683c) (Vincent Weevers)

Added

  • Add promise support (ca8d84e) (Vincent Weevers)

Fixed

  • Fix documentation of name (83a1f79) (Vincent Weevers).

v6.0.0

04 Mar 22:00

Choose a tag to compare

Changed

v5.0.0

22 Nov 17:42

Choose a tag to compare

Changed

Added

Removed

  • Breaking: remove bitness from chrome metadata (#61) (@vweevers)

Fixed

  • Improve detection of Chrome channel variants (#61) (@pimterry)
  • Avoid errors if the registry is not readable (#65) (@pimterry). Previously this could happen if the user did not have access to the given hive or key.

v4.0.1

17 Aug 14:08

Choose a tag to compare

Changed

v4.0.0

01 Jun 07:50

Choose a tag to compare

Changed

  • Upgrade win-version-info from ~2.1.0 to ~3.0.0 (#46) (d92aee4)
  • Upgrade resolve from ~1.8.1 to ~1.11.0 (0fda232, 1e0502a)
  • Upgrade registry-js from ~1.0.7 to ~1.4.0 (0fda232, f1269fe)
  • Upgrade yargs from ~12.0.4 to ~13.2.2 (0fda232)
  • Upgrade tape devDependency from ~4.9.0 to ~4.10.1 (0fda232)
  • Use standard badge style in README.md (fe624eb)

Added

  • Add node 12 to AppVeyor (f3e8f2e)

Removed

v3.1.0

24 Nov 15:27

Choose a tag to compare

Changed

  • Move changelog to CHANGELOG.md

Added

Fixed

  • Fix race issue (#36)