From 8be1171a9cf90f5dd24a558baf718a0765d6a076 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 13 Jun 2025 12:13:22 +0200 Subject: 🔖 version 4.1.62 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changelog/en/changelog_2022-06-15.md | 8 ++++++++ changelog/fr/changelog_2023-01-25.md | 8 ++++++++ ishtar_common/version.py | 4 ++-- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md index 033336084..a1bbb049e 100644 --- a/changelog/en/changelog_2022-06-15.md +++ b/changelog/en/changelog_2022-06-15.md @@ -1,3 +1,11 @@ +v4.1.62 - 2025-06-13 +-------------------- + +### Bug fixes ### +- templates - finds: do not overload "description" with base find description +- regenerate QRCode when file is missing - better scale for QRCode + + v4.1.61 - 2025-05-15 -------------------- diff --git a/changelog/fr/changelog_2023-01-25.md b/changelog/fr/changelog_2023-01-25.md index 33267b3bf..c8e183740 100644 --- a/changelog/fr/changelog_2023-01-25.md +++ b/changelog/fr/changelog_2023-01-25.md @@ -1,3 +1,11 @@ +v4.1.62 - 2025-06-13 +-------------------- + +### Correction de dysfonctionnements ### +- patrons de documents - mobilier : eviter de surcharger le champ « description » par la description du mobilier d'origine +- regénération du QRCode quand le fichier est manquant - meilleur échelle pour le QRCode + + v4.1.61 - 2025-05-15 -------------------- diff --git a/ishtar_common/version.py b/ishtar_common/version.py index 41e1b615e..3e8514a8d 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 4.1.61 -VERSION = (4, 1, 61) +# 4.1.62 +VERSION = (4, 1, 62) def get_version(): -- cgit v1.2.3