Skip to content

Releases: sindresorhus/open

v8.0.8

07 May 16:07

Choose a tag to compare

  • WSL: Ignore commented mount point lines in wsl.conf (#247) 5b3b01c

v8.0.7...v8.0.8

v8.0.7

27 Apr 14:09

Choose a tag to compare

  • Fix multiple apps support for open.apps (#245) b75ebaa

v8.0.6...v8.0.7

v8.0.6

16 Apr 05:00

Choose a tag to compare

  • Fix getting WSL mount point on Windows (#243) 4ab321b

v8.0.5...v8.0.6

v8.0.5

03 Apr 07:11

Choose a tag to compare

v8.0.4...v8.0.5

v8.0.4

21 Mar 16:27

Choose a tag to compare

v8.0.3...v8.0.4

v8.0.3

18 Mar 12:17

Choose a tag to compare

v8.0.2...v8.0.3

v8.0.2

03 Mar 08:12

Choose a tag to compare

v8.0.1...v8.0.2

v8.0.1

02 Mar 14:06

Choose a tag to compare

v8.0.0...v8.0.1

v8.0.0

02 Mar 10:56

Choose a tag to compare

Breaking

  • Require Node.js 12 cde5c79
  • Removed deprecated url option
  • The app option now accepts an object instead of a string/array:
 await open('https://sindresorhus.com', {
-	app: 'firefox'
+	app: {name: 'firefox'}
 });
 await open('https://sindresorhus.com', {
-	app: ['chrome', '--incognito']
+	app: {name: 'google chrome', arguments: '--incognito'}
 });

Improvements

  • Add open.apps constants, which lets easily open Chrome and Firefox without cross-platform issues

v7.4.2...v8.0.0

v7.4.2

16 Feb 16:10

Choose a tag to compare

v7.4.1...v7.4.2