diff options
-rw-r--r-- | changelog/en/changelog_2022-06-15.md | 10 | ||||
-rw-r--r-- | changelog/fr/changelog_2023-01-25.md | 11 | ||||
-rw-r--r-- | ishtar_common/version.py | 4 |
3 files changed, 20 insertions, 5 deletions
diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md index 009dac4c9..189831e1e 100644 --- a/changelog/en/changelog_2022-06-15.md +++ b/changelog/en/changelog_2022-06-15.md @@ -1,4 +1,12 @@ -v4.4.4 - 2024-11-15 +v4.3.5 - 2024-11-17 +------------------- + +### Features/improvements ### +- filter sheet by profile type +- search: add AND operator "&&" + + +v4.3.4 - 2024-11-15 ------------------- ### Bug fixes ### diff --git a/changelog/fr/changelog_2023-01-25.md b/changelog/fr/changelog_2023-01-25.md index 956430a16..75a6e2588 100644 --- a/changelog/fr/changelog_2023-01-25.md +++ b/changelog/fr/changelog_2023-01-25.md @@ -1,4 +1,11 @@ -v4.4.4 - 2024-11-15 +v4.3.5 - 2024-11-17 +------------------- + +### Fonctionnalités/améliorations ### +- filtrer les notices par type de profil +- recherche : ajout de l'opérateur ET avec la notation « && » + +v4.3.4 - 2024-11-15 ------------------- ### Corrections de bugs ### @@ -28,7 +35,7 @@ v4.3.1 - 2024-11-13 - utilisation de requêtes - date d'expiration des profils - autorisations de suppression spécifiques (qui ne sont plus liées à la modification) -- recherche : syntaxe OU avec « || » +- recherche : ajout de l'opérateur OU avec la notation « || » ### Technique ### diff --git a/ishtar_common/version.py b/ishtar_common/version.py index 039877a06..4bb771147 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 4.3.4 -VERSION = (4, 3, 4) +# 4.3.5 +VERSION = (4, 3, 5) def get_version(): |