Skip to content

Commit

Permalink
chore(release): v3.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Antiz96 committed Dec 6, 2024
1 parent 8f5fdee commit 336bb90
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 8 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

All notable changes to this project will be documented in this file.

## [v3.4.2](https://github.com/Antiz96/arch-update/releases/tag/v3.4.2) - 2024-12-06

### Fixes

- Avoid false positive on unused runtimes for Flatpak with pinned runtimes - ([2dae27b](https://github.com/Antiz96/arch-update/commit/2dae27bca96ecd0d03fa7f578a01af57f5c4ce31)) by @RayJW

### Miscellaneous

- *(CONTRIBUTING.md)* Expand the "Thank you" section ([#287](https://github.com/Antiz96/arch-update/pull/287)) - ([7ea5325](https://github.com/Antiz96/arch-update/commit/7ea5325bcebd8e964aefdc57bc973919788ad6ba)) by @Antiz96
- *(issues)* Add a dedicated label to the 'Other' issue type ([#283](https://github.com/Antiz96/arch-update/pull/283)) - ([ff81590](https://github.com/Antiz96/arch-update/commit/ff815908a0e54f1cdff5e032ac68c0b060647f26)) by @Antiz96
- Remove the AlwaysShowNews option ([#288](https://github.com/Antiz96/arch-update/pull/288)) - ([8f5fdee](https://github.com/Antiz96/arch-update/commit/8f5fdeee9477a5a774b4ff95c1a424e09d602567)) by @leyyce

## [v3.4.1](https://github.com/Antiz96/arch-update/releases/tag/v3.4.1) - 2024-11-19

### Features
Expand Down
2 changes: 1 addition & 1 deletion doc/man/arch-update.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "ARCH-UPDATE" "1" "November 2024" "Arch-Update 3.4.1" "Arch-Update Manual"
.TH "ARCH-UPDATE" "1" "November 2024" "Arch-Update 3.4.2" "Arch-Update Manual"

.SH NAME
arch-update \- An update notifier & applier for Arch Linux that assists you with important pre / post update tasks.
Expand Down
2 changes: 1 addition & 1 deletion doc/man/arch-update.conf.5
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "ARCH-UPDATE.CONF" "5" "November 2024" "Arch-Update 3.4.1" "Arch-Update Manual"
.TH "ARCH-UPDATE.CONF" "5" "November 2024" "Arch-Update 3.4.2" "Arch-Update Manual"

.SH NAME
arch-update.conf \- arch-update configuration file.
Expand Down
2 changes: 1 addition & 1 deletion doc/man/fr/arch-update.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "ARCH-UPDATE" "1" "Novembre 2024" "Arch-Update 3.4.1" "Manuel de Arch-Update"
.TH "ARCH-UPDATE" "1" "Novembre 2024" "Arch-Update 3.4.2" "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.
Expand Down
2 changes: 1 addition & 1 deletion doc/man/fr/arch-update.conf.5
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "ARCH-UPDATE.CONF" "5" "Novembre 2024" "Arch-Update 3.4.1" "Manuel de Arch-Update"
.TH "ARCH-UPDATE.CONF" "5" "Novembre 2024" "Arch-Update 3.4.2" "Manuel de Arch-Update"

.SH NAME
arch-update.conf \- fichier de configuration pour arch-update.
Expand Down
2 changes: 1 addition & 1 deletion po/arch-update.pot
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# AUTHOR <EMAIL@ADDRESS>, YEAR
msgid ""
msgstr ""
"Project-Id-Version: Arch-Update 3.4.1\n"
"Project-Id-Version: Arch-Update 3.4.2\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"
Expand Down
2 changes: 1 addition & 1 deletion po/fr.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Robin Candau <[email protected]>, 2024
msgid ""
msgstr ""
"Project-Id-Version: Arch-Update 3.4.1\n"
"Project-Id-Version: Arch-Update 3.4.2\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"
Expand Down
2 changes: 1 addition & 1 deletion po/sv.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Luna Jernberg <[email protected]>, 2024
msgid ""
msgstr ""
"Project-Id-Version: Arch-Update 3.4.1\n"
"Project-Id-Version: Arch-Update 3.4.2\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-11-19 12:22+0100\n"
Expand Down
2 changes: 1 addition & 1 deletion src/arch-update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# General variables
name="arch-update"
_name="Arch-Update"
version="3.4.1"
version="3.4.2"
option="${1}"

# Define the directory containing libraries
Expand Down

0 comments on commit 336bb90

Please sign in to comment.