Skip to content

Releases: nref/BrowseRouter

0.13.2 - Fix wrong quoted string

10 Dec 00:56
5ec3e98
Compare
Choose a tag to compare
Merge pull request #66 from nref/bug/quote

Fix wrong quoted string

0.13.1 - Support launching from paths with spaces

07 Dec 16:15
2a63c3c
Compare
Choose a tag to compare

0.13.0

07 Dec 15:31
260c7f8
Compare
Choose a tag to compare

Adds feature:

  • Expand environment variables in config.ini (PR #62). Thanks @ennerperez !

0.12.6 - Read config file once

27 Nov 21:43
dc2442d
Compare
Choose a tag to compare

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

20 Nov 20:03
852a0a9
Compare
Choose a tag to compare

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

04 Nov 20:44
dbfdcb8
Compare
Choose a tag to compare

0.12.2 - Fix lingering tray icon on Windows 10

31 Oct 13:21
e42b02f
Compare
Choose a tag to compare

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"

31 Oct 04:13
8976d9e
Compare
Choose a tag to compare

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 and Unregister.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.

0.11.0 - Add Icons, Register.exe/Unregister.exe, and CI

28 Oct 02:35
c520221
Compare
Choose a tag to compare
  • Adds a nicer icon.

    logo

  • Adds Register.exe and Unregister.exe, for ease of installing/removing BrowseRouter.

  • BrowseRouter now has CI. It is built and deployed via GitHub actions.

0.8.0.0

20 Sep 16:48
37b607f
Compare
Choose a tag to compare

Features:

  • Desktop Notifications. By default, BrowseRouter will now show a desktop notification when it opens a link. You can disable this in config.ini.

    Notification