diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-09-11 14:01:12 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-09-11 14:01:12 +0200 |
commit | 297e0dc40c0af07a71badcbc34dba68cbc5de37e (patch) | |
tree | 0e6da69ead993024af557e43e1789e6c5edf7636 | |
parent | 2d48cebe7889b59f5cba07f9cfaff2049efd2d99 (diff) | |
download | Ishtar-297e0dc40c0af07a71badcbc34dba68cbc5de37e.tar.bz2 Ishtar-297e0dc40c0af07a71badcbc34dba68cbc5de37e.zip |
đź”– v4.1.24
-rw-r--r-- | changelog/en/changelog_2022-06-15.md | 10 | ||||
-rw-r--r-- | changelog/fr/changelog_2023-01-25.md | 10 | ||||
-rw-r--r-- | 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(): |