Releases: nref/BrowseRouter
Releases · nref/BrowseRouter
0.13.2 - Fix wrong quoted string
Merge pull request #66 from nref/bug/quote Fix wrong quoted string
0.13.1 - Support launching from paths with spaces
0.13.0
Adds feature:
- Expand environment variables in
config.ini
(PR #62). Thanks @ennerperez !
0.12.6 - Read config file once
Performance enhancement: Read the config file just once, instead of multiple times.
Thanks to @Elihpmap for the contribution!
0.12.5 - Fix 10s delay on Win10
Bugfix:
- Fix that the app delays 10s on Windows 10 waiting for the tray notification to close, before opening the URL.
0.12.4 - Fix all URLs are lowercase
Fixes Issue #45
0.12.2 - Fix lingering tray icon on Windows 10
Bugfix:
- On Windows 10, fix a lingering tray icon.
- A typo in the Windows version check led to the app behaving in a way that only works on Windows 11. This resulted in the tray icon remaining after the notification bubble is dismissed, until the mouse hovers over it. On Windows 10, we must explicitly remove the tray icon. Windows 11 will do it for us when the app exits.
0.12.1 - Notification Improvements. Add "autoregistration"
Notifications:
- Fix notifications not showing on Windows 11
- Also adds back the small icon at the top of the notification. Windows 11 requires the hIcon as well as hBalloonIcon. Windows 10 allowed hIcon to be nint.Zero.
- Fix double notifications
- Fix notification dismissed almost immediately on Windows 10
Autoregistration:
- Removes
Register.exe
andUnregister.exe
- In their place, running (e.g. double-clicking) the app will register it as a browser.
- Clicking again will unregister it
- If you move the app when it is registered, running it will update the path so Windows can still call it.
- The
--register
and--unregister
arguments remain for compatibility.