diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-10-15 15:52:41 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-10-15 16:24:26 +0200 |
commit | f4c049914fbe5d9cbf88fc265ff6e9dd4876fe8b (patch) | |
tree | 744e3104e3fe8bda9b3c2ddb5d2cab5ac6c0cab1 | |
parent | 9b56e5eb73fb94ee4208c1e0733ec5d4ca055f4e (diff) | |
download | Ishtar-f4c049914fbe5d9cbf88fc265ff6e9dd4876fe8b.tar.bz2 Ishtar-f4c049914fbe5d9cbf88fc265ff6e9dd4876fe8b.zip |
đź”– version 4.1.43
-rw-r--r-- | changelog/en/changelog_2022-06-15.md | 13 | ||||
-rw-r--r-- | changelog/fr/changelog_2023-01-25.md | 13 | ||||
-rw-r--r-- | ishtar_common/version.py | 4 |
3 files changed, 28 insertions, 2 deletions
diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md index 65d5dbca6..e8561b38c 100644 --- a/changelog/en/changelog_2022-06-15.md +++ b/changelog/en/changelog_2022-06-15.md @@ -1,3 +1,16 @@ +v4.1.43 - 2024-10-15 +-------------------- + +### Features/improvements ### +- site and operation relations forms refactoring + +### Bug fixes ### +- fix group import (missing skip lines) + +### Technical ### +- improve performance on search vector generation + + v4.1.42 - 2024-10-11 -------------------- diff --git a/changelog/fr/changelog_2023-01-25.md b/changelog/fr/changelog_2023-01-25.md index 2c1127f45..d0c104e87 100644 --- a/changelog/fr/changelog_2023-01-25.md +++ b/changelog/fr/changelog_2023-01-25.md @@ -1,3 +1,16 @@ +v4.1.43 - 2024-10-15 +-------------------- + +### Fonctionnalités/améliorations ### +- refactorisation des formulaires de relations entre sites et opérations + +### Corrections de bugs ### +- correction de l'import de groupes + +### Technique ### +- amélioration des performances du cache de recherche + + v4.1.42 - 2024-10-11 -------------------- diff --git a/ishtar_common/version.py b/ishtar_common/version.py index 913c51326..2a3095bd5 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 4.1.42 -VERSION = (4, 1, 42) +# 4.1.43 +VERSION = (4, 1, 43) def get_version(): |