diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2026-02-27 18:35:24 +0100 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2026-02-27 18:35:24 +0100 |
| commit | 2066f9c30df431e00c87d6b5b78e2ecc5b8bfe4b (patch) | |
| tree | ecf1ece9e9dc2db86eac3a808c682f2599fa85e7 | |
| parent | 4f01ed5af4bce6b0953ea873349f4eed30720cf5 (diff) | |
| download | Ishtar-2066f9c30df431e00c87d6b5b78e2ecc5b8bfe4b.tar.bz2 Ishtar-2066f9c30df431e00c87d6b5b78e2ecc5b8bfe4b.zip | |
🔖 version 4.3.82
| -rw-r--r-- | changelog/en/changelog_2022-06-15.md | 9 | ||||
| -rw-r--r-- | changelog/fr/changelog_2025-06-19.md | 15 | ||||
| -rw-r--r-- | 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(): |
