Changelog for open-browser-0.4.0.0
Changelog for open-browser
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to the Haskell Package Versioning Policy.
0.4.0.0 - 2025-04-02
- On Unix-like operating systems, use Haskell to silence the opening
application or script, rather than the
shshell on Linux and BSD. - Add utility
openBrowserWithExitCode, to help with debugging failure. - Improve Haddock documentation.
0.3.0.1 - 2025-03-17
- On Windows, remove unnecessary dependency on
process. - Improve Haddock documentation.
0.3.0.0 - 2025-03-16
- Make operating system-related choices at compilation. The function will never
succeed on unsupported operating systems, rather than than throwing an
ErrorCallexception. - Drop support for 32-bit Windows.
0.2.1.1 - 2025-03-15
- Add
CHANGELOG.mdandREADME.md. - Add
stack.yamlandstack.yaml.lockto package description. - Example executable renamed
open-browser-example(fromexample). - The building of the example executable now requires Cabal flag
example(default: false). - URL in example executable updated to https://www.haskell.org/.
0.2.1.0 - 2016-01-05
- As released by rightfold on Hackage. This entry and prior change log is reconstructed.
- Support GHC versions before GHC 8.0, by removing the Byte Order Mark from source files.
- Add support for 32-bit Windows, by using the
stdcallcalling convention.
0.2.0.0 - 2015-07-31
- Remote deprecated
Network.Browser.openBrowser.
0.1.4.0 - 2015-07-30
- On Linux and BSD, silence the
xdg-openscript using theshshell.
0.1.3.0 - 2015-07-27
- Add support for BSD, using the
xdg-openscript. - Add support for Windows, using the Win32 API and the
ccallcalling convention.
0.1.2.0 - 2015-07-27
Web.Browser.openBrowseradded andNetwork.Browser.openBrowserdeprecated.
0.1.1.0 - 2015-07-27
- Add support for Linux, using the
xdg-openscript. - On OS X, use the
openapplication.
0.1.0.0 - 2015-07-25
- Initial version. Only OS X supported, using
open locationin an AppleScript.