v1.14.1
Highlight
This release improves the current notification behavior by replacing the previously sent desktop notification (instead of sending a new one) during the check function, to avoid having notifications stacking over time if they are not cleared.
With this new behavior, Arch-Update will send new notifications by replacing the ID of the previous one, acting as an "update" of the previously sent notification instead of simply sending a new one. Thanks to this, Arch-Update will only show one (and only one) notification in the notification history/center (being updated on the fly if needed).
Of course, when a notification is being updated (if there is a new update available), it is still pushed/shown to the user just like if a new one has been sent.
Thanks a lot to @Odecam1 for the suggestion and for the implementation researches.
Improvement
- Replace the previously sent desktop notification instead of sending a new one during the check function by @Antiz96 in #134
Other
Full Changelog: v1.14.0...v1.14.1