diff options
| -rw-r--r-- | changelog/en/changelog_2022-06-15.md | 20 | ||||
| -rw-r--r-- | changelog/fr/changelog_2025-06-19.md | 21 | ||||
| -rw-r--r-- | ishtar_common/version.py | 4 |
3 files changed, 43 insertions, 2 deletions
diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md index a84457904..ab47b877b 100644 --- a/changelog/en/changelog_2022-06-15.md +++ b/changelog/en/changelog_2022-06-15.md @@ -1,3 +1,23 @@ +v4.99.31 - 2026-04-27 +--------------------- + +### Features/improvements ### +- finds - new fields: + - context record comment + - comparanda + - workshop, movement, style (#6725) + - conservation recommendations + - details regards alterations +- admin - biograpical notes: merge action +- sheet: display editors - add editors link on person sheet (#6718) +- import: more explicit error message on configuration error + +### Bug fixes ### +- sheet find: appraisal date format fix (#6721) +- exhibition form: fix description field +- exhibition sheet: add reference, re-order (#6715), fix history links + + v4.99.30 - 2026-04-21 --------------------- diff --git a/changelog/fr/changelog_2025-06-19.md b/changelog/fr/changelog_2025-06-19.md index 62c6a8ba7..7b359e407 100644 --- a/changelog/fr/changelog_2025-06-19.md +++ b/changelog/fr/changelog_2025-06-19.md @@ -1,3 +1,24 @@ +v4.99.31 - 2026-04-27 +--------------------- + +### Fonctionnalités/améliorations ### +- mobilier - nouveaux champs : + - précisions sur l'Unité d'Enregistrement + - comparanda + - atelier, mouvement, style (#6725) + - préconisations de conservation + - précisions sur les altérations +- page d'administration - notices biographiques : action de fusion +- notices : affichage des rédacteurs (#6718) +- notice personne : ajout des tables de redaction (#6718) +- imports : message d'erreur plus explicite en cas d'erreur de configuration + +### Correction de dysfonctionnements ### +- notice mobilier : correction de l'affichage date de la date d'évaluation (#6721) +- expositions : + - formulaire : correction de la gestion du champ description + - notice : ajout de la référence (#6715), correction des liens d'historique + v4.99.30 - 2026-04-21 --------------------- diff --git a/ishtar_common/version.py b/ishtar_common/version.py index 2f4ef435f..791ab7918 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 4.99.30 -VERSION = (4, 99, 30) +# 4.99.31 +VERSION = (4, 99, 31) def get_version(): |
