diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2026-04-21 16:28:15 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2026-04-21 16:28:15 +0200 |
| commit | 27ca66a8e5d0207bff72cab20878881aef47feb2 (patch) | |
| tree | 831ebdf60b6f3768c85b2bb37b2f30283e41e4d2 | |
| parent | a1d8c33c4bc43a2c6921585bcbb42069377e2d23 (diff) | |
| download | Ishtar-27ca66a8e5d0207bff72cab20878881aef47feb2.tar.bz2 Ishtar-27ca66a8e5d0207bff72cab20878881aef47feb2.zip | |
đź”– version 4.99.30
| -rw-r--r-- | changelog/en/changelog_2022-06-15.md | 23 | ||||
| -rw-r--r-- | changelog/fr/changelog_2025-06-19.md | 23 | ||||
| -rw-r--r-- | ishtar_common/version.py | 4 |
3 files changed, 48 insertions, 2 deletions
diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md index 3671f9bfc..a84457904 100644 --- a/changelog/en/changelog_2022-06-15.md +++ b/changelog/en/changelog_2022-06-15.md @@ -1,3 +1,26 @@ +v4.99.30 - 2026-04-21 +--------------------- + +### Bug fixes ### +- autocomplete field: fix label repetition on full match + +### Features/improvements ### +- search finds: museum id prefix/suffix criteria +- finds - sheet, form, search for new fields: + - relations between finds + - title + - actors + - editors + - transcription of the marking + - iconography: patterns, notes + - conservatory state details + - listed building: ID, nature of protection, date of listing, notes + +### Technical ### +- search cache: fix pinned search +- status page: do a very simple database query which fails if database is down + + v4.99.29 - 2026-04-14 --------------------- diff --git a/changelog/fr/changelog_2025-06-19.md b/changelog/fr/changelog_2025-06-19.md index b1dad521b..62c6a8ba7 100644 --- a/changelog/fr/changelog_2025-06-19.md +++ b/changelog/fr/changelog_2025-06-19.md @@ -1,3 +1,26 @@ +v4.99.30 - 2026-04-21 +--------------------- + +### Correction de dysfonctionnements ### +- champ d'autocomplétion : correction de la répétition du libellé + +### Fonctionnalités/améliorations ### +- recherche mobilier : ajout des critères préfixe et suffixe mobilier +- mobilier - notice, formulaire, recherche pour les nouveaux champs : + - relations entre mobilier + - titre + - acteurs + - rédacteurs + - transcription du marquage + - iconographie : motifs, précisions + - précisions sur l'état de conservation + - monuments historiques : identifiant, nature de la protection, date d'inscription, précisions + +### Technique ### +- cache de recherche : correction pour les recherches épinglées +- page d'état : faire une requête simple en base de données pour avoir un échec quand la base de données n'est pas joignable + + v4.99.29 - 2026-04-14 --------------------- diff --git a/ishtar_common/version.py b/ishtar_common/version.py index 1cc6bafef..2f4ef435f 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 4.99.29 -VERSION = (4, 99, 29) +# 4.99.30 +VERSION = (4, 99, 30) def get_version(): |
