diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-11-17 16:24:01 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-02-19 14:45:55 +0100 |
commit | 88190ec308c1b5c2366e1d1451ac141d5b6367c3 (patch) | |
tree | c6172b9f27141650a2318748d2b0a797ebe3759c | |
parent | cbe6429bf5feca14dda9d03e3eb0920653e82f82 (diff) | |
download | Ishtar-88190ec308c1b5c2366e1d1451ac141d5b6367c3.tar.bz2 Ishtar-88190ec308c1b5c2366e1d1451ac141d5b6367c3.zip |
🔖 version 4.3.5
-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(): |