Skip to content

Commit

Permalink
chore(release): v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Antiz96 committed Oct 1, 2024
1 parent 6f793a4 commit 6500a96
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 7 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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" "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.
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" "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.
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" "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.
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" "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.
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.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"
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.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"
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.1.1"
version="3.2.0"
option="${1}"

# Define the directory containing libraries
Expand Down

0 comments on commit 6500a96

Please sign in to comment.