From 2066f9c30df431e00c87d6b5b78e2ecc5b8bfe4b Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 27 Feb 2026 18:35:24 +0100 Subject: 🔖 version 4.3.82 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changelog/en/changelog_2022-06-15.md | 9 +++++++++ changelog/fr/changelog_2025-06-19.md | 15 ++++++++++++--- ishtar_common/version.py | 4 ++-- 3 files changed, 23 insertions(+), 5 deletions(-) diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md index 3a02c8240..61f4584ea 100644 --- a/changelog/en/changelog_2022-06-15.md +++ b/changelog/en/changelog_2022-06-15.md @@ -1,3 +1,12 @@ +v4.3.82 - 2026-02-27 +-------------------- + +### Technical ### +- imports: + - fix many split configuration for unicode + - fix match for string to boolean formater + + v4.3.81 - 2026-02-24 -------------------- diff --git a/changelog/fr/changelog_2025-06-19.md b/changelog/fr/changelog_2025-06-19.md index 67360ce66..4f8b3ed6a 100644 --- a/changelog/fr/changelog_2025-06-19.md +++ b/changelog/fr/changelog_2025-06-19.md @@ -1,8 +1,17 @@ +v4.3.82 - 2026-02-27 +-------------------- + +### Technique ### +- imports : + - correction - configuration des caractères séparateurs pour les chaînes de caractères + - correction - correspondances chaînes de caractères vers booléens + + v4.3.81 - 2026-02-24 -------------------- ### Correction de dysfonctionnements ### -- Formulaires personnalisés - dossiers : exclusion du champ « type de permis » (#6429) +- formulaires personnalisés - dossiers : exclusion du champ « type de permis » (#6429) - correction de traduction (#6626) ### Fonctionnalités/améliorations ### @@ -28,12 +37,12 @@ v4.3.79 - 2026-02-18 -------------------- ### Fonctionnalités/améliorations ### -- gabarits - unités d'enregistrement : amélioration de la présentation +- notices - unités d'enregistrement : amélioration de la présentation ### Technique ### - pages d'administration : - - Formulaires personnalisés : import/export JSON + - formulaires personnalisés : import/export JSON - contrats tarifaires : exporter tous les prix dans un document LibreOffice Calc diff --git a/ishtar_common/version.py b/ishtar_common/version.py index f81c11841..23b15215c 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 4.3.81 -VERSION = (4, 3, 81) +# 4.3.82 +VERSION = (4, 3, 82) def get_version(): -- cgit v1.2.3