From a812abf051da001ab9f35a217fb65a496b315682 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 10 Oct 2025 18:12:43 +0200 Subject: 🔖 version 4.3.64 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changelog/en/changelog_2022-06-15.md | 10 ++++++++++ changelog/fr/changelog_2025-06-19.md | 10 ++++++++++ ishtar_common/version.py | 4 ++-- 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(): -- cgit v1.2.3