From 7aeef24141184e3e5f729ebcfeedc57c0150ed91 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 20 Mar 2024 12:20:53 +0100 Subject: 🔖 version 4.1.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changelog/en/changelog_2022-06-15.md | 2 ++ changelog/fr/changelog_2023-01-25.md | 2 ++ ishtar_common/version.py | 4 ++-- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md index e568e78af..2851ab779 100644 --- a/changelog/en/changelog_2022-06-15.md +++ b/changelog/en/changelog_2022-06-15.md @@ -63,6 +63,8 @@ v4.0.XX - 2099-12-31 - fix consultation permissions on the contents of a container (#5767) - fix default settings for treatment states and treatments types (#5782, #5774) - fix main image for files (#5789) +- Context record autocomplete: explicit search by operation code (#5834) +- Sheet: prevent overflow of file name on other fields (#5835) v4.0.72 - 2024-02-05 diff --git a/changelog/fr/changelog_2023-01-25.md b/changelog/fr/changelog_2023-01-25.md index 9ca9aafa4..5d326da65 100644 --- a/changelog/fr/changelog_2023-01-25.md +++ b/changelog/fr/changelog_2023-01-25.md @@ -64,6 +64,8 @@ v4.0.XX - 2099-12-31 - correction des droits de consultation sur le contenu d'un contenant (#5767) - correction de paramĂ©trage par dĂ©faut des types de traitements et des Ă©tats de traitements (#5782, #5774) - correction de l'image principale pour les dossiers (#5789) +- unitĂ©s d'enregistrement autocompletion : recherche explicite par code opĂ©ration (#5834) +- fiche : empĂȘcher le dĂ©bordement du nom du ficher sur les autres champs (#5835) v4.0.72 - 2024-02-05 -------------------- diff --git a/ishtar_common/version.py b/ishtar_common/version.py index 6904de06a..4bd265332 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 4.0.73.1 -VERSION = (4, 0, 73, 1) +# 4.1.0 +VERSION = (4, 1, 0) def get_version(): -- cgit v1.2.3