From 9f636f07b6128922155bb17124f4b101a566d765 Mon Sep 17 00:00:00 2001 From: Robin Candau Date: Thu, 26 Sep 2024 23:27:59 +0200 Subject: [PATCH] chore(release): v3.1.1 --- CHANGELOG.md | 10 ++++++++++ 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, 17 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fe5ab4..02f18d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. +## [v3.1.1](https://github.com/Antiz96/arch-update/releases/tag/v3.1.1) - 2024-09-26 + +### Fixes + +- Fix missing icon on desktop notifications ([#253](https://github.com/Antiz96/arch-update/pull/253)) - ([04913bd](https://github.com/Antiz96/arch-update/commit/04913bd115d21d106524254fc33416c3b26d31f7)) by @Antiz96 + +### Documentation + +- Improve documentation about starting the systray applet at boot ([#252](https://github.com/Antiz96/arch-update/pull/252)) - ([1349ad5](https://github.com/Antiz96/arch-update/commit/1349ad5a70962f5106980abf730d4c618fa825ff)) by @Antiz96 + ## [v3.1.0](https://github.com/Antiz96/arch-update/releases/tag/v3.1.0) - 2024-09-25 ### Features diff --git a/doc/man/arch-update.1 b/doc/man/arch-update.1 index 5db0f7c..bdbef4e 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.0" "Arch-Update Manual" +.TH "ARCH-UPDATE" "1" "September 2024" "Arch-Update 3.1.1" "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 903fd8c..5f3f4ee 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.0" "Arch-Update Manual" +.TH "ARCH-UPDATE.CONF" "5" "July 2024" "Arch-Update 3.1.1" "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 462626d..abdef7e 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.0" "Manuel de Arch-Update" +.TH "ARCH-UPDATE" "1" "Septembre 2024" "Arch-Update 3.1.1" "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 02b9ee7..6b8cb92 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.0" "Manuel de Arch-Update" +.TH "ARCH-UPDATE.CONF" "5" "Juillet 2024" "Arch-Update 3.1.1" "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 1397595..603231e 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.0\n" +"Project-Id-Version: Arch-Update 3.1.1\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 a10dfe3..9de7ae3 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.0\n" +"Project-Id-Version: Arch-Update 3.1.1\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 6805d72..4f17e0f 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.0" +version="3.1.1" option="${1}" # Define the directory containing libraries