diff options
-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(): |