summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2025-10-10 18:12:43 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2025-10-10 18:16:15 +0200
commita812abf051da001ab9f35a217fb65a496b315682 (patch)
tree19beb49ffa340db258557105bb8090da7f023967
parentba361c39453f1372167111e530430472925534d7 (diff)
downloadIshtar-a812abf051da001ab9f35a217fb65a496b315682.tar.bz2
Ishtar-a812abf051da001ab9f35a217fb65a496b315682.zip
đź”– version 4.3.64
-rw-r--r--changelog/en/changelog_2022-06-15.md10
-rw-r--r--changelog/fr/changelog_2025-06-19.md10
-rw-r--r--ishtar_common/version.py4
3 files changed, 22 insertions, 2 deletions
diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md
index 38985c5f2..40df9bf0c 100644
--- a/changelog/en/changelog_2022-06-15.md
+++ b/changelog/en/changelog_2022-06-15.md
@@ -1,3 +1,13 @@
+v4.3.64 - 2025-10-10
+--------------------
+
+### Features/improvements ###
+- UI: improve criteria panel layout - add shortcuts for search, sheet opening
+- template - containers:
+ - improve performance
+ - `find_denominations` - list find denominations and `find_range_labels` - get first and last label of finds contained by the container
+
+
v4.3.63 - 2025-10-02
--------------------
diff --git a/changelog/fr/changelog_2025-06-19.md b/changelog/fr/changelog_2025-06-19.md
index b108e70dd..0ddc5d297 100644
--- a/changelog/fr/changelog_2025-06-19.md
+++ b/changelog/fr/changelog_2025-06-19.md
@@ -1,3 +1,13 @@
+v4.3.64 - 2025-10-10
+--------------------
+
+### Fonctionnalités/améliorations ###
+- interface : amélioration du panneau de recherche par critères - ajout de reaccourcis clavier pour la recherche, l'ouverture de fiches
+- patrons de documents - contenants :
+ - amélioration des performances
+ - nouvelles variables : `find_denominations` - liste des dénomination des mobilier, `find_range_labels` - obtention du premier et du dernier libellés des mobiliers contenus
+
+
v4.3.63 - 2025-10-02
--------------------
diff --git a/ishtar_common/version.py b/ishtar_common/version.py
index b099cb527..6e256f924 100644
--- a/ishtar_common/version.py
+++ b/ishtar_common/version.py
@@ -1,5 +1,5 @@
-# 4.3.63
-VERSION = (4, 3, 63)
+# 4.3.64
+VERSION = (4, 3, 64)
def get_version():