diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-09-12 10:19:06 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-09-12 10:19:06 +0200 |
commit | c8a27a7f986adb1e3d0eb911acffa02d030cc85f (patch) | |
tree | b104d76c352526ee01484b939c7035fc7cfe73c0 | |
parent | 003ae8e3242e8bb2eda8375b6fed1a50ab026db7 (diff) | |
download | Ishtar-c8a27a7f986adb1e3d0eb911acffa02d030cc85f.tar.bz2 Ishtar-c8a27a7f986adb1e3d0eb911acffa02d030cc85f.zip |
🔖 v4.1.25
-rw-r--r-- | changelog/en/changelog_2022-06-15.md | 14 | ||||
-rw-r--r-- | changelog/fr/changelog_2023-01-25.md | 13 | ||||
-rw-r--r-- | ishtar_common/version.py | 4 |
3 files changed, 29 insertions, 2 deletions
diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md index 23c0f26e5..67e5462c2 100644 --- a/changelog/en/changelog_2022-06-15.md +++ b/changelog/en/changelog_2022-06-15.md @@ -1,3 +1,17 @@ +v4.1.25 - 2024-09-12 +-------------------- + +### Bug fixes ### +- sheet find: fix display for simple treatment with no container associated + + +### Technical ### +- migration script for find container history +-️ admin: + - fix performance for administrative act form + - automatic improve forms layout: put generic fields at the end + + v4.1.24 - 2024-09-11 -------------------- diff --git a/changelog/fr/changelog_2023-01-25.md b/changelog/fr/changelog_2023-01-25.md index ac353b2cc..7f308b82c 100644 --- a/changelog/fr/changelog_2023-01-25.md +++ b/changelog/fr/changelog_2023-01-25.md @@ -1,3 +1,16 @@ +v4.1.25 - 2024-09-12 +-------------------- + +### Corrections de bugs ### +- notice mobilier : correction de l'affichage pour les traitements simples sans conteneur associé + +### Technique +- script de migration pour la recherche de l'historique des conteneurs +-️ pages d'administration : + - correction des performances du formulaire d'acte administratif + - amélioration automatique de la mise en page des formulaires : placer les champs génériques à la fin + + v4.1.24 - 2024-09-11 -------------------- diff --git a/ishtar_common/version.py b/ishtar_common/version.py index a63f42061..c30b2193a 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 4.1.24 -VERSION = (4, 1, 24) +# 4.1.25 +VERSION = (4, 1, 25) def get_version(): |