diff options
| -rw-r--r-- | changelog/en/changelog_2022-06-15.md | 17 | ||||
| -rw-r--r-- | changelog/fr/changelog_2025-06-19.md | 18 | ||||
| -rw-r--r-- | ishtar_common/version.py | 4 |
3 files changed, 37 insertions, 2 deletions
diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md index c6fcd28d5..25c0cc9a4 100644 --- a/changelog/en/changelog_2022-06-15.md +++ b/changelog/en/changelog_2022-06-15.md @@ -1,3 +1,20 @@ +v4.99.33 - 2026-05-06 +--------------------- + +### Features/improvements ### +- search: + - manage parenthesis + - better management of AND and OR logic + - user interface - add AND, OR and PARENTHESIS button in query +- operation bulk update: year field +- criteria search + - container - operation name + - find - warehouse town of find's containers + +### Bug fixes ### +- criteria search: fix search with precise and open term for the same criteria + + v4.99.32 - 2026-05-03 --------------------- diff --git a/changelog/fr/changelog_2025-06-19.md b/changelog/fr/changelog_2025-06-19.md index 6e17f8d44..cc0164c4e 100644 --- a/changelog/fr/changelog_2025-06-19.md +++ b/changelog/fr/changelog_2025-06-19.md @@ -1,3 +1,21 @@ +v4.99.33 - 2026-05-06 +--------------------- + +### Fonctionnalités/améliorations ### +- recherche : + - gestion des parenthèses + - meilleure gestion des OU et ET logiques + - interface utilisateur - ajout de boutons pour ajouter les ET, OR et les parenthèse dans la requête +- opération - modification par lot : champ année +- recheche par critères : + - contenants - nom de l'opération + - mobilier - commune du lieu de conservation des contenants du mobilier + +### Correction de dysfonctionnements ### +- localisation : correction de la traduction "contenant de référence" en "contenant permanent" +- recherche par critères : correction des recherches avec des termes précis et ouverts + + v4.99.32 - 2026-05-03 --------------------- diff --git a/ishtar_common/version.py b/ishtar_common/version.py index 20cfcd68e..0b65315f1 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 4.99.32 -VERSION = (4, 99, 32) +# 4.99.33 +VERSION = (4, 99, 33) def get_version(): |
