diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2026-02-24 18:23:19 +0100 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2026-02-24 18:23:19 +0100 |
| commit | 7403b9044eca85ef5d60c038cd36487fb79936e9 (patch) | |
| tree | 777d03a008a5ec1809c9bb7557f33299e9cca23a | |
| parent | c777bc28a9cc0972a8c9d8abd18f6a2024b70857 (diff) | |
| download | Ishtar-7403b9044eca85ef5d60c038cd36487fb79936e9.tar.bz2 Ishtar-7403b9044eca85ef5d60c038cd36487fb79936e9.zip | |
đź”– version 4.3.81
| -rw-r--r-- | changelog/en/changelog_2022-06-15.md | 18 | ||||
| -rw-r--r-- | changelog/fr/changelog_2025-06-19.md | 19 | ||||
| -rw-r--r-- | ishtar_common/version.py | 4 |
3 files changed, 39 insertions, 2 deletions
diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md index 0c7893af5..3a02c8240 100644 --- a/changelog/en/changelog_2022-06-15.md +++ b/changelog/en/changelog_2022-06-15.md @@ -1,3 +1,21 @@ +v4.3.81 - 2026-02-24 +-------------------- + +### Bug fixes ### +- custom forms - file: allow exclusion of permit type field (#6429) +- fix translation (#6626) + +### Features/improvements ### +- sheet archaeological site - tables for context record from operation or directly link (#6623) +- admin - import item keys: add filter, column and warning message + + +### Technical ### +- imports - key matches: use unicode on keys +- imports: simplify, refactor and clean +- import: do not strip `concat_str` field + + v4.3.80 - 2026-02-19 -------------------- diff --git a/changelog/fr/changelog_2025-06-19.md b/changelog/fr/changelog_2025-06-19.md index 851c18a2b..67360ce66 100644 --- a/changelog/fr/changelog_2025-06-19.md +++ b/changelog/fr/changelog_2025-06-19.md @@ -1,3 +1,22 @@ +v4.3.81 - 2026-02-24 +-------------------- + +### Correction de dysfonctionnements ### +- Formulaires personnalisés - dossiers : exclusion du champ « type de permis » (#6429) +- correction de traduction (#6626) + +### Fonctionnalités/améliorations ### +- site archéologique - tableaux des unités enregistrement - deux tableaux à partir de l'opération ou en lien direct (#6623) +- admin - import clés de rapprochements : ajout de filtre, de colonne et d'un message d'avertissement + + +### Technique ### +- imports: + - correspondances de clés : utilisation de l'unicode pour les clés + - ne pas supprimer les espaces du champ `concat_str` + - simplification, refactorisation et nettoyage + + v4.3.80 - 2026-02-19 -------------------- diff --git a/ishtar_common/version.py b/ishtar_common/version.py index 8428719c4..f81c11841 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 4.3.80 -VERSION = (4, 3, 80) +# 4.3.81 +VERSION = (4, 3, 81) def get_version(): |
