diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-07-08 14:50:21 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-07-08 18:15:55 +0200 |
commit | d7effe6fae485d3b2d4bfbe1315bd3acf1d85e41 (patch) | |
tree | b7091ebb2d445d543e9ad126478afc2443f12fa3 | |
parent | 4d9c833c75b2ca34894f420ab7727a23b70d35b1 (diff) | |
download | Ishtar-d7effe6fae485d3b2d4bfbe1315bd3acf1d85e41.tar.bz2 Ishtar-d7effe6fae485d3b2d4bfbe1315bd3acf1d85e41.zip |
đź”– v4.1.18
-rw-r--r-- | changelog/en/changelog_2022-06-15.md | 14 | ||||
-rw-r--r-- | changelog/fr/changelog_2023-01-25.md | 18 | ||||
-rw-r--r-- | ishtar_common/version.py | 4 |
3 files changed, 31 insertions, 5 deletions
diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md index cbc08f7b3..0bc74b449 100644 --- a/changelog/en/changelog_2022-06-15.md +++ b/changelog/en/changelog_2022-06-15.md @@ -1,3 +1,17 @@ +v4.1.18 - 2024-07-08 +-------------------- + +### Features/improvements ### +- Context records - identification: switch to multivalued +- add an extra dialog on item deletion +- document deletion: do not display non relevant fields on summary before deletion (refs #5639) + + +### Bug fixes ### +- document search: fix open containers search +- Imports: manage error on file opening + + v4.1.17 - 2024-06-26 -------------------- diff --git a/changelog/fr/changelog_2023-01-25.md b/changelog/fr/changelog_2023-01-25.md index 415bdd441..9253a97b2 100644 --- a/changelog/fr/changelog_2023-01-25.md +++ b/changelog/fr/changelog_2023-01-25.md @@ -1,16 +1,28 @@ +v4.1.18 - 2024-07-08 +-------------------- + +### Fonctionnalités/améliorations ### +- Unités d'enregistrement - identification : passage en multivalué +- ajout d'une fenêtre de dialogue supplémentaire lors de la suppression d'un élément +- suppression de document : ne pas afficher les champs non pertinents dans le résumé avant suppression (refs #5639) + +### Corrections de bugs ### +- recherche de documents : correction de la recherche ouverte sur les conteneurs +- imports : gestion des erreurs lors de l'ouverture d'un fichier + v4.1.17 - 2024-06-26 -------------------- -### Features/improvements ### +### Fonctionnalités/améliorations ### - notices - commune : ajout de référence à la commune déléguée et à la nouvelle ville (#5380, #5732) -### Bug fixes ### +### Corrections de bugs ### - patrons de documents : ajout de valeurs manquantes - templates: add missing m2m values - forms: fix date validation not possible when switching to english (refs #5837) -- v4.1.16 - 2024-06-24 +v4.1.16 - 2024-06-24 -------------------- ### Fonctionnalités/améliorations ### diff --git a/ishtar_common/version.py b/ishtar_common/version.py index 859bd1228..50dd27505 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 4.1.17 -VERSION = (4, 1, 17) +# 4.1.18 +VERSION = (4, 1, 18) def get_version(): |