Releases: domenic/opener
Releases · domenic/opener
1.5.1
Use cmd.exe
instead of cmd
on Windows for increased Windows Subsystem for Linux compatility. (#29, @thijsputman)
1.5.0
Uses the correct invocation (cmd
instead of xdg-open
) on Windows Subsystem for Linux. (#28, @thijsputman)
1.4.3
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.1
Fix trying to open URLs with &
in them on Windows. (@jakub-g, #12)
1.4.0
Return the child process that was created, so that the caller can manipulate it. (@user4815162342)
1.3.0
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
Use even more esoteric techniques for Windows and file paths with spaces in them.
1.1.0
Make it work on Windows file paths that contain spaces (#1).