diff options
| -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(): |
