From 297e0dc40c0af07a71badcbc34dba68cbc5de37e Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 11 Sep 2024 14:01:12 +0200 Subject: 🔖 v4.1.24 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changelog/en/changelog_2022-06-15.md | 10 ++++++++++ changelog/fr/changelog_2023-01-25.md | 10 ++++++++++ ishtar_common/version.py | 4 ++-- 3 files changed, 22 insertions(+), 2 deletions(-) diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md index 678bc427e..23c0f26e5 100644 --- a/changelog/en/changelog_2022-06-15.md +++ b/changelog/en/changelog_2022-06-15.md @@ -1,3 +1,13 @@ +v4.1.24 - 2024-09-11 +-------------------- + +### Features/improvements ### +- criteria searches: add missing criteria for operation, find and context records (#6020) +- context records bulk update: add fields + +### Bug fixes ### +- sheet context record: fix bad conditional evaluation for the interpretation tab + v4.1.23 - 2024-09-10 -------------------- diff --git a/changelog/fr/changelog_2023-01-25.md b/changelog/fr/changelog_2023-01-25.md index 1e4b9c1c3..ac353b2cc 100644 --- a/changelog/fr/changelog_2023-01-25.md +++ b/changelog/fr/changelog_2023-01-25.md @@ -1,3 +1,13 @@ +v4.1.24 - 2024-09-11 +-------------------- + +### Fonctionnalités/améliorations ### +- recherche par critères : ajout de champs manquants pour opération, mobilier et unité d'enregistrement (#6020) +- mise à jour par lot d'unité d'enregistrements : ajout de champs + +### Corrections de bugs ### +- notice unité d'enregistrement : correction d'une mauvaise condition d'affichage pour l'onglet interprétation + v4.1.23 - 2024-09-10 -------------------- diff --git a/ishtar_common/version.py b/ishtar_common/version.py index a7445c9f4..a63f42061 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 4.1.23 -VERSION = (4, 1, 23) +# 4.1.24 +VERSION = (4, 1, 24) def get_version(): -- cgit v1.2.3