Skip to content

Releases: Antiz96/arch-update

v3.6.1

22 Jan 18:24
v3.6.1
1960ddd
Compare
Choose a tag to compare

Highlight

This release fixes an issue where AUR packages listed in the IgnoredPkg array in the pacman.conf configuration file were still being reported in the list of pending updates (despite being ignored), leading to potential false positives during available updates listing.

Fixes

  • Filter out ignored packages when checking for AUR packages update with paru (#305) - (8252253) by @Antiz96

Miscellaneous

Full Changelog: v3.6.0...v3.6.1

v3.6.0

21 Jan 13:38
v3.6.0
2646056
Compare
Choose a tag to compare

Highlight

This release introduces the NoNotification option in the arch-update.conf configuration file, which allows to disable desktop notifications (the systray icon still acts as a visual indicator for available updates).

It also includes a general rework, improvement & simplification of the overall documentation for a better readability and maintenance.
Most notably, the documentation now recommends the usage of the xdg-terminal-exec specification to run Arch-Update in a specific terminal emulator, which is a way more sane and proper approach than the previously documented one.

Important note:
Some changes have been made to the way Arch-Update should be installed from source. Make sure to read the updated instructions (people using the AUR package are not affected).

Features

Documentation

Miscellaneous

Full Changelog: v3.5.0...v3.6.0

v3.5.0

18 Jan 10:49
v3.5.0
8e82be1
Compare
Choose a tag to compare

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

  • Add support for the DiffProg option when using doas (#295) - (0fa90ec) by @l-pt

Miscellaneous

New Contributors

  • @l-pt made their first contribution in #295

Full Changelog: v3.4.3...v3.5.0

v3.4.3

17 Jan 18:02
v3.4.3
1fc73bf
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: v3.4.2...v3.4.3

v3.4.2

06 Dec 13:07
v3.4.2
336bb90
Compare
Choose a tag to compare

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

  • Avoid false positive on unused runtimes for Flatpak with pinned runtimes - (2dae27b) by @RayJW

Miscellaneous

New Contributors

Full Changelog: v3.4.1...v3.4.2

v3.4.1

19 Nov 13:06
v3.4.1
1bc2ae5
Compare
Choose a tag to compare

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

06 Nov 15:39
v3.4.0
d51e015
Compare
Choose a tag to compare

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

Miscellaneous

Full Changelog: v3.3.0...v3.4.0

v3.3.0

06 Oct 22:03
v3.3.0
bfe82a9
Compare
Choose a tag to compare

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:

dropdown_menu

2024-10-06_22-10

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

04 Oct 23:35
v3.2.3
08fc585
Compare
Choose a tag to compare

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

04 Oct 17:01
v3.2.2
400b5c2
Compare
Choose a tag to compare

Highlight

This release includes a fix to the french translation in the systray applet tooltip.

Fixes

New Contributors

Full Changelog: v3.2.1...v3.2.2