Releases: Antiz96/arch-update
v3.5.0
Highlight
This release introduces support for the DiffProg
option in arch-update.conf
when using doas
(it was initially only supported with sudo
or run0
, due to the lack of option to preserve environment variables in doas
).
Features
Miscellaneous
New Contributors
Full Changelog: v3.4.3...v3.5.0
v3.4.3
Highlight
This release fixes an issue with the "Author" and "Date" tags parsing when showing Arch News.
It also slightly optimize the way news URLs are parsed.
Fixes
Miscellaneous
- Rename LIBDIR env var (#293) - (6106880) by @Antiz96
- Optimize news path parsing when listing Arch news (#290) - (4b2f6c5) by @Antiz96
New Contributors
Full Changelog: v3.4.2...v3.4.3
v3.4.2
Highlight
This release introduces a fix to avoid potential false positive when listing Flatpak unused packages.
It also removes the AlwaysShowNews
option from the arch-update.conf
configuration. Indeed, it's fair to say that this option probably isn't used nor desired by anyone as its behavior most likely leads to undesired annoyances.
As a side note, I'd like to take this new release as an occasion to once again sincerely thank everyone supporting Arch-Update in any way!
So huge thanks to Arch-Update users, everyone that gave it a star on GitHub, opened issues, feature requests, pull requests or contributed to this project in any other way! ❤️
Fixes
Miscellaneous
- Remove the AlwaysShowNews option (#288) - (8f5fdee) by @leyyce
- (CONTRIBUTING.md) Expand the "Thank you" section (#287) - (7ea5325) by @Antiz96
- (issues) Add a dedicated label to the 'Other' issue type (#283) - (ff81590) by @Antiz96
New Contributors
Full Changelog: v3.4.1...v3.4.2
v3.4.1
Highlight
This new release introduces a Swedish translation for arch-update
CLI, libraries and systray icon's menus.
Features
Styling
New Contributors
Full Changelog: v3.4.0...v3.4.1
v3.4.0
Highlight
This new release adds support for the pikaur
AUR helper (in addition of paru
& yay
) to handle AUR packages updates.
The default priority to determine which AUR helper to use is paru
then yay
then pikaur
.
To force Arch-Update
to use pikaur
, despite having paru
and / or yay
installed on your system, you can set the AURHelper=pikaur
option in your arch-update.conf
configuration file.
Features
Styling
- Update lines numbers in po files (#277) - (33f2377) by @Antiz96
- Add spacing to improve wording style (#274) - (a8cfb27) by @Antiz96
Miscellaneous
Full Changelog: v3.3.0...v3.4.0
v3.3.0
Highlight
This release includes a new dynamic dropdown menu entry in the systray applet's right-click menu which contains the list of available updates:
This serves as an alternative to the dynamic tooltip for the eventual panel / environment that do not support it.
Features
- Add a dynamic dropdown menu entry to the systray applet menu containing the list of available updates (#272) - (af51378) by @Antiz96
Documentation
- Update screenshots in the READMEs with the new systray's dropdown menu (#273) - (d79ed9b) by @Antiz96
- Document the workaround for the race condition potentially happening when starting the systray applet at boot (#271) - (64378f1) by @Antiz96
Full Changelog: v3.2.3...v3.3.0
v3.2.3
Highlight
This release fixes a bug which could lead to differences between the available updates list showed when running arch-update
/ arch-update --list
and the one showed in the systray applet tooltip.
Fixes
Full Changelog: v3.2.2...v3.2.3
v3.2.2
Highlight
This release includes a fix to the french translation in the systray applet tooltip.
Fixes
- Fix french translation in the systray applet toolip (#266) - (3dd3681) by @Delor3an91
New Contributors
- @Delor3an91 made their first contribution in #266
Full Changelog: v3.2.1...v3.2.2
v3.2.1
Highlight
This release fixes a bug where the icons of the "Arch-Update" and the "Arch-Update Systray Applet" applications were missing.
Features
Fixes
Full Changelog: v3.2.0...v3.2.1
v3.2.0
If you haven't already, please read the v3.0.0
changelog and the v3.1.0
changelog which contain important information.
Highlight
This new release introduces multiple improvements to the systray applet:
- A new right click menu entry to easily trigger a check for available updates at any time:
(so you don't need to wait for the systemd timer to pass or to trigger a check manually via the command line anymore)
- Available updates are now shown in the systray applet tooltip when hovering your mouse over it:
(so you don't need to launcharch-update
to get the list anymore)
Features
- Show the number and the list of pending updates in systray's tooltip (#257) - (c4d8015) by @Antiz96
- Add a right click menu entry to trigger a check for updates in the systray applet (#258) - (0f89ad2) by @Antiz96
Documentation
- Update screenshots with the new systray applet features in READMEs (#259) - (6f793a4) by @Antiz96
- Update man pages about how to start the systray applet at boot (#256) - (33f8bf1) by @Antiz96
Styling
Miscellaneous
Full Changelog: v3.1.1...v3.2.0