From d30bb796f7d2a0478e29eca99e965e3a054e7120 Mon Sep 17 00:00:00 2001 From: Valentin REVERSAT Date: Tue, 12 Sep 2023 08:30:27 +0200 Subject: [PATCH] chore(version): increment version to `v2.4.1` --- changelogs/CHANGELOG_en.md | 8 ++++++++ changelogs/CHANGELOG_es.md | 8 ++++++++ changelogs/CHANGELOG_fr.md | 8 ++++++++ pubspec.yaml | 2 +- 4 files changed, 25 insertions(+), 1 deletion(-) diff --git a/changelogs/CHANGELOG_en.md b/changelogs/CHANGELOG_en.md index 1f124873..0cf47c6a 100644 --- a/changelogs/CHANGELOG_en.md +++ b/changelogs/CHANGELOG_en.md @@ -1,3 +1,11 @@ +# **v2.4.1** : + +- *Fix*: + - Fixed a bug that did not display the correct formatting of times in notifications + - Fixed a bug that prevented the settings window from displaying correctly in landscape mode +- *UI*: + - The "About" window now has a landscape mode +*** # **v2.4.0** : - The user can now choose the time format of the displayed hours diff --git a/changelogs/CHANGELOG_es.md b/changelogs/CHANGELOG_es.md index 0b815cb4..cda77690 100644 --- a/changelogs/CHANGELOG_es.md +++ b/changelogs/CHANGELOG_es.md @@ -1,3 +1,11 @@ +# **v2.4.1** : + +- *Arreglar*: + - Se corrigió un error que no mostraba el formato correcto de los tiempos en las notificaciones. + - Se corrigió un error que impedía que la ventana de configuración se mostrara correctamente en modo horizontal. +- *UI*: + - La ventana "Acerca de" ahora tiene un modo horizontal +*** # **v2.4.0** : - El usuario ahora puede elegir el formato de hora de las horas mostradas. diff --git a/changelogs/CHANGELOG_fr.md b/changelogs/CHANGELOG_fr.md index 626a3285..7d0867e6 100644 --- a/changelogs/CHANGELOG_fr.md +++ b/changelogs/CHANGELOG_fr.md @@ -1,3 +1,11 @@ +# **v2.4.1** : + +- *Fix*: + - Correction d'un bug qui n'affichait pas le bon formattage des heures dans les notifications + - Correction d'un bug qui empêchait la fenêtre des réglages de correctement s'afficher en mode paysage +- *UI*: + - La fenêtre "A propos" à maintenant un mode paysage +*** # **v2.4.0** : - L'utilisateur peut désormais choisir le format horaire des heures affichées diff --git a/pubspec.yaml b/pubspec.yaml index ed71be79..3ad0d8a1 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: Mobile app to get the closing and opening schedules of the Chaban D publish_to: 'none' -version: 2.4.0 +version: 2.4.1 environment: sdk: '>=3.0.0 <4.0.0'