summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2026-06-29 15:14:52 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2026-06-29 15:14:52 +0200
commitb508a8a3f1a64c283dcd9cfa5b81a615778b66f6 (patch)
tree25d80b6e2033b8df30fa038e091e029cfbadd968
parentf79e1a2cd823970e8b3e8c4eb8c2a4855299cc6a (diff)
downloadIshtar-b508a8a3f1a64c283dcd9cfa5b81a615778b66f6.tar.bz2
Ishtar-b508a8a3f1a64c283dcd9cfa5b81a615778b66f6.zip
🔖 version 4.99.39
-rw-r--r--changelog/en/changelog_2022-06-15.md13
-rw-r--r--changelog/fr/changelog_2025-06-19.md15
-rw-r--r--ishtar_common/version.py4
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():