From d3216afc45a4ec3a20f7583b7e5f73990be7dfc9 Mon Sep 17 00:00:00 2001 From: Robin Candau Date: Wed, 2 Oct 2024 21:28:49 +0200 Subject: [PATCH] chore(release): v3.2.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 ee54fd5..f6859a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. +## [v3.2.1](https://github.com/Antiz96/arch-update/releases/tag/v3.2.1) - 2024-10-02 + +### Features + +- Add a description to desktop files ([#264](https://github.com/Antiz96/arch-update/pull/264)) - ([0f23547](https://github.com/Antiz96/arch-update/commit/0f235471d57790037a284741f1c3a7378861b199)) by @Antiz96 + +### Fixes + +- Fix icons name in desktop files ([#263](https://github.com/Antiz96/arch-update/pull/263)) - ([da1db14](https://github.com/Antiz96/arch-update/commit/da1db14ecdc23a41807a37db9d8ba4c2a628c0f5)) by @Antiz96 + ## [v3.2.0](https://github.com/Antiz96/arch-update/releases/tag/v3.2.0) - 2024-10-01 ### Features diff --git a/doc/man/arch-update.1 b/doc/man/arch-update.1 index 8a6cfb8..935d49f 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.2.0" "Arch-Update Manual" +.TH "ARCH-UPDATE" "1" "September 2024" "Arch-Update 3.2.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 b05c9eb..34d0253 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.2.0" "Arch-Update Manual" +.TH "ARCH-UPDATE.CONF" "5" "July 2024" "Arch-Update 3.2.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 0820347..8f2ca98 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.2.0" "Manuel de Arch-Update" +.TH "ARCH-UPDATE" "1" "Septembre 2024" "Arch-Update 3.2.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 362ea9c..7323378 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.2.0" "Manuel de Arch-Update" +.TH "ARCH-UPDATE.CONF" "5" "Juillet 2024" "Arch-Update 3.2.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 6de15d2..662cc38 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.2.0\n" +"Project-Id-Version: Arch-Update 3.2.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 fd79a12..3eceddf 100644 --- a/po/fr.po +++ b/po/fr.po @@ -6,7 +6,7 @@ # Robin Candau , 2024 msgid "" msgstr "" -"Project-Id-Version: Arch-Update 3.2.0\n" +"Project-Id-Version: Arch-Update 3.2.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 deb8c13..d8b053a 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.2.0" +version="3.2.1" option="${1}" # Define the directory containing libraries