From 01ec20fee0d5fa3854d3930e850a4ff483b50376 Mon Sep 17 00:00:00 2001 From: Robin Candau Date: Tue, 9 Jul 2024 13:07:13 +0200 Subject: [PATCH] chore(release): v2.3.0 --- CHANGELOG.md | 17 +++++++++++++++++ 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/script/arch-update.sh | 2 +- 8 files changed, 24 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index adb79dc..ee7b901 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ All notable changes to this project will be documented in this file. +## [v2.3.0](https://github.com/Antiz96/arch-update/releases/tag/v2.3.0) - 2024-07-09 + +### Features + +- Add the `--edit-config` option to edit the `arch-update.conf` configuration file ([#209](https://github.com/Antiz96/arch-update/pull/209)) - ([988ad2d](https://github.com/Antiz96/arch-update/commit/988ad2d51b4bec7ce03ed67f383a59314bc5196f)) by @Antiz96 +- Add the "DiffProg" option in arch-update.conf ([#207](https://github.com/Antiz96/arch-update/pull/207)) - ([7c56d33](https://github.com/Antiz96/arch-update/commit/7c56d33809ee2b93f5fdf3eb9814ea40c3081864)) by @Antiz96 + +### Fixes + +- Optimize the "News" function and avoid unexpected behaviors ([#213](https://github.com/Antiz96/arch-update/pull/213)) - ([a16a160](https://github.com/Antiz96/arch-update/commit/a16a160f3fe53567cc83f5d6a697c0a3eebcb69d)) by @Antiz96 +- Fix exit status code 7 for the --list option ([#212](https://github.com/Antiz96/arch-update/pull/212)) - ([814c489](https://github.com/Antiz96/arch-update/commit/814c4896e5a7dab26d56b0d76551842b4ae6c2e8)) by @Antiz96 + +### Documentation + +- Various documentation improvements ([#210](https://github.com/Antiz96/arch-update/pull/210)) - ([7a4eb4a](https://github.com/Antiz96/arch-update/commit/7a4eb4aaa63a8535e2461fc1c2151314f7353b86)) by @Antiz96 +- Add the exit status 12 documentation in man pages ([#208](https://github.com/Antiz96/arch-update/pull/208)) - ([3df5849](https://github.com/Antiz96/arch-update/commit/3df5849e7b8a8e86fc9e71006895fd12fec145b3)) by @Antiz96 + ## [v2.2.0](https://github.com/Antiz96/arch-update/releases/tag/v2.2.0) - 2024-07-07 ### Features diff --git a/doc/man/arch-update.1 b/doc/man/arch-update.1 index 091398c..47e1ad1 100644 --- a/doc/man/arch-update.1 +++ b/doc/man/arch-update.1 @@ -1,4 +1,4 @@ -.TH "ARCH-UPDATE" "1" "July 2024" "Arch-Update 2.2.0" "Arch-Update Manual" +.TH "ARCH-UPDATE" "1" "July 2024" "Arch-Update 2.3.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 ccc6359..6bb548e 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 2.2.0" "Arch-Update Manual" +.TH "ARCH-UPDATE.CONF" "5" "July 2024" "Arch-Update 2.3.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 dd1c726..5f3701e 100644 --- a/doc/man/fr/arch-update.1 +++ b/doc/man/fr/arch-update.1 @@ -1,4 +1,4 @@ -.TH "ARCH-UPDATE" "1" "Juillet 2024" "Arch-Update 2.2.0" "Manuel de Arch-Update" +.TH "ARCH-UPDATE" "1" "Juillet 2024" "Arch-Update 2.3.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 a43d7e7..561f693 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 2.2.0" "Manuel de Arch-Update" +.TH "ARCH-UPDATE.CONF" "5" "Juillet 2024" "Arch-Update 2.3.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 3f92b81..538ca7b 100644 --- a/po/arch-update.pot +++ b/po/arch-update.pot @@ -6,7 +6,7 @@ # AUTHOR , YEAR msgid "" msgstr "" -"Project-Id-Version: Arch-Update 2.2.0\n" +"Project-Id-Version: Arch-Update 2.3.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 8bad888..7dc755d 100644 --- a/po/fr.po +++ b/po/fr.po @@ -6,7 +6,7 @@ # Robin Candau , 2024 msgid "" msgstr "" -"Project-Id-Version: Arch-Update 2.2.0\n" +"Project-Id-Version: Arch-Update 2.3.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/script/arch-update.sh b/src/script/arch-update.sh index 9a0be82..2f935f5 100755 --- a/src/script/arch-update.sh +++ b/src/script/arch-update.sh @@ -7,7 +7,7 @@ # General variables name="arch-update" _name="Arch-Update" -version="2.2.0" +version="2.3.0" option="${1}" # Display debug traces if the -D/--debug argument is passed