Skip to content

v3.1.0

Compare
Choose a tag to compare
@Antiz96 Antiz96 released this 25 Sep 21:40
· 29 commits to main since this release
v3.1.0
1e9a136

If you haven't already, please read the v3.0.0 changelog which contains important information.

Highlight

This release brings a lot of code improvements and optimizations but, more importantly, it includes 2 new additional style/color variants for the systray icon (in addition to the light/classic one):

  • light (classic):

2024-09-25_12-48

image

  • dark (useful to make the systray applet icon more visible when using a light theme):

2024-09-25_12-50

image

  • blue (matches the blue variant used by the official Arch Linux logo):

image

image

Thanks a lot to @hunabku94 for suggesting and working on this! 🎉

To select which style/color variant to use for the systray icon, use the new TrayIconStyle option in the arch-update.conf configuration file (e.g. TrayIconStyle=dark). The systray icon will then update itself at the next arch-update run.

Contributing new additional style/color variants for the systray icon is also relatively easy to do!
If anyone is interested to submit a new one, I described the necessary steps here 🎨

Important note: The systray icon might disappear right after the upgrade as the systray applet has to be restarted to be able to catch up with the new icons name included in this new release.
To do so, either log out/log in or restart the Arch-Update Tray systemd service (with systemctl --user restart arch-update-tray.service), depending on which method you are using to automatically start the systray applet.
You can also simply right-click on the icon's location (even if it's invisible), select “Exit” and then graphically relaunch the systray applet via the “Arch-Update Systray Applet” application.

Features

  • Add the --force argument to arch-update --gen-config to allow overwriting any existing arch-update.conf (#251) - (8e136c0) by @Antiz96
  • Add dark and blue variants to the systray icon set and add the "TrayIconStyle" option in arch-update.conf (#242) - (7be96c7) by @hunabku94

Fixes

  • Exit if the diff prog editor set in arch-update.conf isn't found (#250) - (b6c5eca) by @Antiz96

Styling

Miscellaneous

New Contributors

Full Changelog: v3.0.1...v3.1.0