diff options
-rw-r--r-- | changelog/en/changelog_2022-06-15.md | 2 | ||||
-rw-r--r-- | changelog/fr/changelog_2023-01-25.md | 2 | ||||
-rw-r--r-- | 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(): |