diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-06-13 12:30:13 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-06-13 12:30:13 +0200 |
commit | f184da199662c697e9c8c10ef8952b7dc12e3dd2 (patch) | |
tree | f384880160fc1df73f989bc61511700f64f13060 | |
parent | 653055ac4dc24f50bc82bf9c82c4b17017597c8e (diff) | |
download | Ishtar-f184da199662c697e9c8c10ef8952b7dc12e3dd2.tar.bz2 Ishtar-f184da199662c697e9c8c10ef8952b7dc12e3dd2.zip |
đź”– version 4.3.45
-rw-r--r-- | changelog/en/changelog_2022-06-15.md | 12 | ||||
-rw-r--r-- | changelog/fr/changelog_2023-01-25.md | 12 | ||||
-rw-r--r-- | ishtar_common/version.py | 4 |
3 files changed, 26 insertions, 2 deletions
diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md index 91bbab7da..82ab0da06 100644 --- a/changelog/en/changelog_2022-06-15.md +++ b/changelog/en/changelog_2022-06-15.md @@ -1,3 +1,15 @@ +v4.3.45 - 2025-06-30 +-------------------- + +### Features/improvements ### +- operation form: year can start with year from 0 + + +### Bug fixes ### +- templates - finds: do not overload "description" with base find description +- regenerate QRCode when file is missing - better scale for QRCode + + v4.3.44 - 2025-05-29 -------------------- diff --git a/changelog/fr/changelog_2023-01-25.md b/changelog/fr/changelog_2023-01-25.md index 8e525ce75..eea724ece 100644 --- a/changelog/fr/changelog_2023-01-25.md +++ b/changelog/fr/changelog_2023-01-25.md @@ -1,3 +1,15 @@ +v4.3.45 - 2025-06-30 +-------------------- + +### Fonctionnalités/améliorations ### +- formulaire opération : l'année peut démarrer depuis l'an 0 + + +### 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.3.44 - 2025-05-29 -------------------- diff --git a/ishtar_common/version.py b/ishtar_common/version.py index e724f024e..c1bc23f4b 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 4.3.44 -VERSION = (4, 3, 44) +# 4.3.45 +VERSION = (4, 3, 45) def get_version(): |