From b508a8a3f1a64c283dcd9cfa5b81a615778b66f6 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 29 Jun 2026 15:14:52 +0200 Subject: 🔖 version 4.99.39 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changelog/en/changelog_2022-06-15.md | 13 +++++++++++++ changelog/fr/changelog_2025-06-19.md | 15 +++++++++++++++ ishtar_common/version.py | 4 ++-- 3 files changed, 30 insertions(+), 2 deletions(-) diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md index 66a3ef18a..3acf23c32 100644 --- a/changelog/en/changelog_2022-06-15.md +++ b/changelog/en/changelog_2022-06-15.md @@ -1,3 +1,16 @@ +v4.99.39 - 2026-06-29 +--------------------- + +### Features/improvements ### +- sites: new field "other names" (database, sheet, forms, searches) +- finds: new fields "recommendations" and "current storage conditions" (database, sheet, forms, searches) +- statement condition (database, sheet, forms) + +### Bug fixes ### +- search vector: fix update vector with JSON data list +- mask AnonymousUser in person results + + v4.99.38 - 2026-06-23 --------------------- diff --git a/changelog/fr/changelog_2025-06-19.md b/changelog/fr/changelog_2025-06-19.md index f732407c1..444e0c86e 100644 --- a/changelog/fr/changelog_2025-06-19.md +++ b/changelog/fr/changelog_2025-06-19.md @@ -1,3 +1,18 @@ +v4.99.39 - 2026-06-29 +--------------------- + +### Fonctionnalités/améliorations ### +- sites : nouveau champ « autres noms » (base de données, notice, formulaires, recherches) +- mobilier : nouveau champs « préconnisations » et « Conditions de conservation actuelles » (base de données, notice, formulaires, recherches) +- constats (base de données, notice, formulaires) + +### Correction de dysfonctionnements ### +- masque de l'utilisateur AnonymousUser des résultats de la table Personne + +### Technique ### +- index de recherche : correction de la mise à jour avec des données JSON en liste + + v4.99.38 - 2026-06-23 --------------------- diff --git a/ishtar_common/version.py b/ishtar_common/version.py index 95ae8f8b0..6c33aa799 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 4.99.38 -VERSION = (4, 99, 38) +# 4.99.39 +VERSION = (4, 99, 39) def get_version(): -- cgit v1.2.3