diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-03-24 16:50:25 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-03-24 16:50:25 +0100 |
commit | 7e8d967fd5252fb2ba1c4926441b0a1087a2c6fa (patch) | |
tree | 8d5f4f62668d11b442b92ab6b5b789e9926ddd41 | |
parent | 8a5a127af79fd2f6ebd1ea1f106c06e675d66f8b (diff) | |
download | Ishtar-7e8d967fd5252fb2ba1c4926441b0a1087a2c6fa.tar.bz2 Ishtar-7e8d967fd5252fb2ba1c4926441b0a1087a2c6fa.zip |
đź”– version 4.3.31
-rw-r--r-- | changelog/en/changelog_2022-06-15.md | 16 | ||||
-rw-r--r-- | changelog/fr/changelog_2023-01-25.md | 16 | ||||
-rw-r--r-- | ishtar_common/version.py | 4 |
3 files changed, 34 insertions, 2 deletions
diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md index f8feeba19..ed7884662 100644 --- a/changelog/en/changelog_2022-06-15.md +++ b/changelog/en/changelog_2022-06-15.md @@ -1,3 +1,19 @@ +v4.3.31 - 2025-03-24 +-------------------- + +### Bug fixes ### +- custom form: fix administrative act custom forms (#6238, #6239) +- warehouse: auto associate town of the organization if not town is provided (#6192) +- sheet geo: + - fix label on map view for markers (#6234) + - shrink display of large values + + +### Technical ### +- wizards: improve performance when many are attached +- custom form - admin: better filter for JSON fields + + v4.3.30 - 2025-03-19 -------------------- diff --git a/changelog/fr/changelog_2023-01-25.md b/changelog/fr/changelog_2023-01-25.md index b96028db7..6ac224579 100644 --- a/changelog/fr/changelog_2023-01-25.md +++ b/changelog/fr/changelog_2023-01-25.md @@ -1,3 +1,19 @@ +v4.3.31 - 2025-03-24 +-------------------- + +### Corrections de dysfonctionnements ### +- correction des formulaires personnalisés pour des actes administratifs (#6238, #6239) +- lieux de conservation : association automatique de la ville de l'organisation si aucune ville n'est fournie (#6192) +- fiches - données géographiques : + - correction du libellé sur la vue carte pour les marqueurs (#6234) + - amélioration de l'affichage des données dans le tableau + + +### Technique ### +- formulaires pas à pas : amélioration des performances lorsque de nombreux éléments sont rattachés +- formulaires personnalisés - administration : meilleur filtre pour les champs JSON + + v4.3.30 - 2025-03-19 -------------------- diff --git a/ishtar_common/version.py b/ishtar_common/version.py index 8ae040e5a..3b6699648 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 4.3.30 -VERSION = (4, 3, 30) +# 4.3.31 +VERSION = (4, 3, 31) def get_version(): |