mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-28 02:18:50 +00:00
Closes #2717 . Known issue: If the notification times out and goes into the notification center (the bell icon), then clicking the notification will not open the link:  Pass `--always-show-update-notification` to show the notification even if our release is newer than Github's latest. (e.g. dev release) Normally it only notifies if the latest release is newer than our current release.  Clicking the notification (before it times out) opens the release URL: https://github.com/firezone/firezone/releases/tag/1.0.0-pre.8 ```[tasklist] - [x] See if the println can be removed - [x] Try to remove type annotation - [x] Wording - [x] Comment why it's necessary to route through Controller - [x] User agent ```