Skip to content

Releases: Antiz96/arch-update

v3.7.4

23 Feb 19:05
v3.7.4
e5f524f
Compare
Choose a tag to compare

Highlight

This release enhance documentation about eventual issues and solutions / workarounds with the systray applet autostart.

Documentation

Miscellaneous

Full Changelog: v3.7.3...v3.7.4

v3.7.3

20 Feb 21:51
v3.7.3
4340133
Compare
Choose a tag to compare

Highlight

This release removes the list of pending updates from the systray's tooltip. Indeed, having the list of pending updates in the tooltip was a bad design from the start and it creates more issues than it solves. The right click / dropdown menu is arguably a way better design for the same purpose (both in terms of UI and UX).
See #319 for full rational.

Additionally, this release brings some minor improvements to the libraries and systray scripts to ease their maintenance.

Styling

Miscellaneous

Full Changelog: v3.7.2...v3.7.3

v3.7.2

17 Feb 09:21
v3.7.2
823d97f
Compare
Choose a tag to compare

Highlight

This release brings changes to the build system so that the man pages are not compressed by default anymore. Indeed, compressing man pages is a distribution / user preference that should be handled on the packaging side rather than on the build system side.
Additionally, it can lead to unexpected side effects. For instance, gzip recording timestamps in metadata by default, which prevents reproducible builds (see 905f641).

See https://cmpct.info/~sam/blog/posts/automatic-manpage-compression/ for detailed rational.

Styling

Miscellaneous

Full Changelog: v3.7.1...v3.7.2

v3.7.1

07 Feb 12:36
v3.7.1
b509e0c
Compare
Choose a tag to compare

Highlight

This release updates the link to the arch-update.conf(5) man page in the default / example configuration file.
It also updates the build instructions in the Makefile to make Arch-Update reproducible (see https://reproducible-builds.org).

Documentation

Miscellaneous

  • Get rid of gzip timestamps during build to make Arch-Update reproducible (#314) - (905f641) by @Antiz96

Full Changelog: v3.7.0...v3.7.1

v3.7.0

27 Jan 06:09
v3.7.0
eb15093
Compare
Choose a tag to compare

Highlight

This release introduces the new NoAUR and NoFlatpak options in the arch-update.conf configuration file, which allow to ignore AUR & Flatpak packages support respectively (even if one of the supported AUR helpers or flatpak is installed).

Features

Miscellaneous

Full Changelog: v3.6.1...v3.7.0

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