From ac0a2fbaa350131fd4bd4ac55019d7f44c28ede9 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 12 Dec 2025 15:46:27 +0100 Subject: 🔖 version 4.99.6 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changelog/en/changelog_2022-06-15.md | 11 +++++++++++ changelog/fr/changelog_2025-06-19.md | 12 ++++++++++++ ishtar_common/version.py | 4 ++-- 3 files changed, 25 insertions(+), 2 deletions(-) diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md index d9271d084..4c0e50a3f 100644 --- a/changelog/en/changelog_2022-06-15.md +++ b/changelog/en/changelog_2022-06-15.md @@ -1,3 +1,14 @@ +v4.99.6 - 2025-12-12 +-------------------- + +### Features/improvements ### +- sheet find: put main attributes on first tab and archaeological context on second tab + +### Bug fixes ### +- treatment container history: fix history on container move (#6532) +- sheet: fix display when thumbnail is missing (#6523) + + v4.99.5 - 2025-12-04 -------------------- diff --git a/changelog/fr/changelog_2025-06-19.md b/changelog/fr/changelog_2025-06-19.md index 287b29133..251b336de 100644 --- a/changelog/fr/changelog_2025-06-19.md +++ b/changelog/fr/changelog_2025-06-19.md @@ -1,3 +1,15 @@ +v4.99.6 - 2025-12-12 +-------------------- + +### Fonctionnalités/améliorations ### +- fiche mobilier : attributs principaux déplacés sur le premier onglet, contexte archéologique sur le second onglet + + +### Correction de dysfonctionnements ### +- historique des contenants depuis les traitements : correction de l'historique sur le déplacement de contenants (#6532) +- fiches : correction de l'affichage lorsque la vignette est manquante (#6523) + + v4.99.5 - 2025-12-04 -------------------- diff --git a/ishtar_common/version.py b/ishtar_common/version.py index 8367bf500..3b83741f9 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 4.99.5 -VERSION = (4, 99, 5) +# 4.99.6 +VERSION = (4, 99, 6) def get_version(): -- cgit v1.2.3