From 6500a9654077cee634823a94a4e5eafc1d6f6ae7 Mon Sep 17 00:00:00 2001 From: Robin Candau Date: Tue, 1 Oct 2024 14:00:01 +0200 Subject: [PATCH] chore(release): v3.2.0 --- CHANGELOG.md | 20 ++++++++++++++++++++ doc/man/arch-update.1 | 2 +- doc/man/arch-update.conf.5 | 2 +- doc/man/fr/arch-update.1 | 2 +- doc/man/fr/arch-update.conf.5 | 2 +- po/arch-update.pot | 2 +- po/fr.po | 2 +- src/arch-update.sh | 2 +- 8 files changed, 27 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02f18d1..ee54fd5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,26 @@ All notable changes to this project will be documented in this file. +## [v3.2.0](https://github.com/Antiz96/arch-update/releases/tag/v3.2.0) - 2024-10-01 + +### Features + +- Show the number and the list of pending updates in systray's tooltip ([#257](https://github.com/Antiz96/arch-update/pull/257)) - ([c4d8015](https://github.com/Antiz96/arch-update/commit/c4d80155f302595a9fa9f21e14eb704d53f12955)) by @Antiz96 +- Add a right click menu entry to trigger a check for updates in the systray applet ([#258](https://github.com/Antiz96/arch-update/pull/258)) - ([0f89ad2](https://github.com/Antiz96/arch-update/commit/0f89ad2600750a915878fc3fba01c5e28cc511d5)) by @Antiz96 + +### Documentation + +- Update screenshots with the new systray applet features in READMEs ([#259](https://github.com/Antiz96/arch-update/pull/259)) - ([6f793a4](https://github.com/Antiz96/arch-update/commit/6f793a48aca4c95f9e1fe0e39f1bae285a6ec4f2)) by @Antiz96 +- Update man pages about how to start the systray applet at boot ([#256](https://github.com/Antiz96/arch-update/pull/256)) - ([33f8bf1](https://github.com/Antiz96/arch-update/commit/33f8bf1e6f236766eede638fc669f8104ce6c47d)) by @Antiz96 + +### Styling + +- Improve style in documentation, scripts and resources ([#255](https://github.com/Antiz96/arch-update/pull/255)) - ([d598a7a](https://github.com/Antiz96/arch-update/commit/d598a7ad14efa68b12ee1e1ae8370c043969b241)) by @Antiz96 + +### Miscellaneous + +- *(icons)* Move icons from the `src` to the `res` directory ([#254](https://github.com/Antiz96/arch-update/pull/254)) - ([6495b29](https://github.com/Antiz96/arch-update/commit/6495b29ce52646e466e793220aed9a6684a19ef7)) by @Antiz96 + ## [v3.1.1](https://github.com/Antiz96/arch-update/releases/tag/v3.1.1) - 2024-09-26 ### Fixes diff --git a/doc/man/arch-update.1 b/doc/man/arch-update.1 index 3c4202b..8a6cfb8 100644 --- a/doc/man/arch-update.1 +++ b/doc/man/arch-update.1 @@ -1,4 +1,4 @@ -.TH "ARCH-UPDATE" "1" "September 2024" "Arch-Update 3.1.1" "Arch-Update Manual" +.TH "ARCH-UPDATE" "1" "September 2024" "Arch-Update 3.2.0" "Arch-Update Manual" .SH NAME arch-update \- An update notifier & applier for Arch Linux that assists you with important pre / post update tasks. diff --git a/doc/man/arch-update.conf.5 b/doc/man/arch-update.conf.5 index 14990e2..b05c9eb 100644 --- a/doc/man/arch-update.conf.5 +++ b/doc/man/arch-update.conf.5 @@ -1,4 +1,4 @@ -.TH "ARCH-UPDATE.CONF" "5" "July 2024" "Arch-Update 3.1.1" "Arch-Update Manual" +.TH "ARCH-UPDATE.CONF" "5" "July 2024" "Arch-Update 3.2.0" "Arch-Update Manual" .SH NAME arch-update.conf \- arch-update configuration file. diff --git a/doc/man/fr/arch-update.1 b/doc/man/fr/arch-update.1 index b2e592d..0820347 100644 --- a/doc/man/fr/arch-update.1 +++ b/doc/man/fr/arch-update.1 @@ -1,4 +1,4 @@ -.TH "ARCH-UPDATE" "1" "Septembre 2024" "Arch-Update 3.1.1" "Manuel de Arch-Update" +.TH "ARCH-UPDATE" "1" "Septembre 2024" "Arch-Update 3.2.0" "Manuel de Arch-Update" .SH NAME arch-update \- Un notificateur & applicateur de mises à jour pour Arch Linux qui vous assiste dans les tâches importantes d'avant / après mise à jour. diff --git a/doc/man/fr/arch-update.conf.5 b/doc/man/fr/arch-update.conf.5 index c19ebf6..362ea9c 100644 --- a/doc/man/fr/arch-update.conf.5 +++ b/doc/man/fr/arch-update.conf.5 @@ -1,4 +1,4 @@ -.TH "ARCH-UPDATE.CONF" "5" "Juillet 2024" "Arch-Update 3.1.1" "Manuel de Arch-Update" +.TH "ARCH-UPDATE.CONF" "5" "Juillet 2024" "Arch-Update 3.2.0" "Manuel de Arch-Update" .SH NAME arch-update.conf \- fichier de configuration pour arch-update. diff --git a/po/arch-update.pot b/po/arch-update.pot index 491663b..6de15d2 100644 --- a/po/arch-update.pot +++ b/po/arch-update.pot @@ -6,7 +6,7 @@ # AUTHOR , YEAR msgid "" msgstr "" -"Project-Id-Version: Arch-Update 3.1.1\n" +"Project-Id-Version: Arch-Update 3.2.0\n" "Report-Msgid-Bugs-To: https://github.com/Antiz96/arch-update/issues\n" "POT-Creation-Date: 2024-03-17 16:22+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" diff --git a/po/fr.po b/po/fr.po index 9ff0356..fd79a12 100644 --- a/po/fr.po +++ b/po/fr.po @@ -6,7 +6,7 @@ # Robin Candau , 2024 msgid "" msgstr "" -"Project-Id-Version: Arch-Update 3.1.1\n" +"Project-Id-Version: Arch-Update 3.2.0\n" "Report-Msgid-Bugs-To: https://github.com/Antiz96/arch-update/issues\n" "POT-Creation-Date: 2024-03-17 16:22+0100\n" "PO-Revision-Date: 2024-05-09 09:30+0100\n" diff --git a/src/arch-update.sh b/src/arch-update.sh index cd94b87..deb8c13 100755 --- a/src/arch-update.sh +++ b/src/arch-update.sh @@ -7,7 +7,7 @@ # General variables name="arch-update" _name="Arch-Update" -version="3.1.1" +version="3.2.0" option="${1}" # Define the directory containing libraries