diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-06-13 12:13:22 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-06-13 12:13:22 +0200 |
commit | 8be1171a9cf90f5dd24a558baf718a0765d6a076 (patch) | |
tree | 7e8d45732a4090208cc870fce99e262ae9e630f6 | |
parent | ae586d0afae14a3eace51f4d4a70e2234a960dc8 (diff) | |
download | Ishtar-8be1171a9cf90f5dd24a558baf718a0765d6a076.tar.bz2 Ishtar-8be1171a9cf90f5dd24a558baf718a0765d6a076.zip |
🔖 version 4.1.62
-rw-r--r-- | changelog/en/changelog_2022-06-15.md | 8 | ||||
-rw-r--r-- | changelog/fr/changelog_2023-01-25.md | 8 | ||||
-rw-r--r-- | 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(): |