Skip to content

Releases: domenic/opener

1.5.2

29 Aug 20:29
Compare
Choose a tag to compare

Fix trying to open URLs with ^ in them on Windows. (@kevinbackhouse, #34)

1.5.1

28 Aug 03:27
Compare
Choose a tag to compare

Use cmd.exe instead of cmd on Windows for increased Windows Subsystem for Linux compatility. (#29, @thijsputman)

1.5.0

13 Aug 00:02
Compare
Choose a tag to compare

Uses the correct invocation (cmd instead of xdg-open) on Windows Subsystem for Linux. (#28, @thijsputman)

1.4.3

15 Feb 00:36
Compare
Choose a tag to compare

No change, but re-publishing made the npm package include the README.md this time, as apparently there was a bug in the version of npm used to publish 1.4.2.

1.4.2

10 Sep 23:47
Compare
Choose a tag to compare

Dual-licensed under the WTFPL and MIT (#19, @nagineni)

1.4.1

24 Mar 11:39
Compare
Choose a tag to compare

Fix trying to open URLs with & in them on Windows. (@jakub-g, #12)

1.4.0

21 Aug 04:13
Compare
Choose a tag to compare

Return the child process that was created, so that the caller can manipulate it. (@user4815162342)

1.3.0

21 Aug 04:13
Compare
Choose a tag to compare

Made the options argument optional; you can just pass a callback instead. (@isaacs, d21a3ff)

Allowed overriding the command used to open things using the command options. (@isaacs, dec1319)

1.2.0

21 Aug 04:11
Compare
Choose a tag to compare

Use even more esoteric techniques for Windows and file paths with spaces in them.

1.1.0

21 Aug 04:09
Compare
Choose a tag to compare

Make it work on Windows file paths that contain spaces (#1).