vikunja-desktop: 2.3.0 -> 2.6.0 - #559323
Open
workflow wants to merge 1 commit into
Open
Conversation
Changelogs: https://github.com/go-vikunja/vikunja/releases/tag/v2.4.0 https://github.com/go-vikunja/vikunja/releases/tag/v2.5.0 https://github.com/go-vikunja/vikunja/releases/tag/v2.6.0 Drop electron-builder-26.15.3.patch: v2.6.0 ships electron-builder 26.15.3 in its own lockfile, so the backport is no longer needed.
Contributor
|
Why did you modify the PR template? Please do not to that. |
adamcstephens
requested changes
Sep 4, 2026
adamcstephens
left a comment
Contributor
There was a problem hiding this comment.
Please restore the PR template. And if you used an LLM, please disclose.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changelogs: v2.4.0, v2.5.0, v2.6.0
Notable user-facing fixes: the Linux tray icon leak (ghost StatusNotifierItems accumulating on every settings load, fixed upstream in v2.4.0) and the forced re-login on every cold start from the desktop OAuth refresh-token race (fixed in v2.5.0).
electron-builder-26.15.3.patchis dropped: v2.6.0 ships electron-builder 26.15.3 in its own lockfile, so the backport is no longer needed.Notes:
vikunja.passthru.frontend, currently 2.5.0 on master; vikunja: 2.5.0 -> 2.6.0 #558648 bumps it to 2.6.0, so ideally this merges after that to keep the shell and frontend versions in sync.electron43.4.1 from master, the tray icon does not appear under Waybar ≤ 0.15.0 — Electron ≥ 43.3 registers SNI items under well-known bus names in a combinedbus_name/object_pathform that Waybar cannot parse yet (tray: "Invalid Status Notifier Item" for Electron 43+ SNI items using well-known bus names Alexays/Waybar#5240, fix pending in sni/watcher: accept combined "bus_name/object_path" item registrations (Electron 43.4.1+) Alexays/Waybar#5287). Reproduced with a minimal Electron 43.4.1 tray script, so it affects every Electron app on master, not just this package. Tray works on hosts with the fix and on GNOME/Cinnamon/XFCE per the upstream reports.Things done