From d7effe6fae485d3b2d4bfbe1315bd3acf1d85e41 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 8 Jul 2024 14:50:21 +0200 Subject: 🔖 v4.1.18 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changelog/en/changelog_2022-06-15.md | 14 ++++++++++++++ changelog/fr/changelog_2023-01-25.md | 18 +++++++++++++++--- 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(): -- cgit v1.2.3