diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2026-05-03 23:53:01 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2026-05-03 23:53:01 +0200 |
| commit | 17374a9a648e2c5de5526225c3c5bdbc06af9ad3 (patch) | |
| tree | 6d3b0d78a47506c09b2bfb00473ff7b0c800fc1f | |
| parent | 4a72e4f6460bfc2438a436ec4937e860ed77c436 (diff) | |
| download | Ishtar-17374a9a648e2c5de5526225c3c5bdbc06af9ad3.tar.bz2 Ishtar-17374a9a648e2c5de5526225c3c5bdbc06af9ad3.zip | |
đź”– version 4.99.32
| -rw-r--r-- | changelog/en/changelog_2022-06-15.md | 17 | ||||
| -rw-r--r-- | changelog/fr/changelog_2025-06-19.md | 17 | ||||
| -rw-r--r-- | ishtar_common/version.py | 4 |
3 files changed, 36 insertions, 2 deletions
diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md index ab47b877b..c6fcd28d5 100644 --- a/changelog/en/changelog_2022-06-15.md +++ b/changelog/en/changelog_2022-06-15.md @@ -1,3 +1,20 @@ +v4.99.32 - 2026-05-03 +--------------------- + +### Features/improvements ### +- search criteria: autocomplete periods + +### Bug fixes ### +- search: fix search with many wildcard characters +- search cache: + - fix search cache query save (#6732) + - delete all after any change (too complex to handle otherwise) + - do not cache result below 1000 +- admin libreoffice export: instead of crash display error when libreoffice service is down or broken +- fix url share with a bookmark activated +- allow `_` in slug templates (#6734) + + v4.99.31 - 2026-04-27 --------------------- diff --git a/changelog/fr/changelog_2025-06-19.md b/changelog/fr/changelog_2025-06-19.md index 7b359e407..6e17f8d44 100644 --- a/changelog/fr/changelog_2025-06-19.md +++ b/changelog/fr/changelog_2025-06-19.md @@ -1,3 +1,20 @@ +v4.99.32 - 2026-05-03 +--------------------- + +### Fonctionnalités/améliorations ### +- recherche - critères : autocomplétion des périodes + +### Correction de dysfonctionnements ### +- recherche : correction des recherches ouvertes (`*`) multiples +- cache de recherches : + - correction de l'enregistrement des recherches (#6732) + - suppression de **tous** les caches après chaque modification + - ne pas prendre en compte les caches de résultats en dessous de 1000 +- administration - export libreoffice : affichage d'erreur quand le service LibreOffice n'est pas disponible +- correction du partage des URL avec un marque-page activé +- permettre les `_` dans les identifiants des patrons de documents (#6734) + + v4.99.31 - 2026-04-27 --------------------- diff --git a/ishtar_common/version.py b/ishtar_common/version.py index 791ab7918..20cfcd68e 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 4.99.31 -VERSION = (4, 99, 31) +# 4.99.32 +VERSION = (4, 99, 32) def get_version(): |
