diff options
| -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 fedf4a3bf..c62abb709 100644 --- a/changelog/en/changelog_2022-06-15.md +++ b/changelog/en/changelog_2022-06-15.md @@ -1,3 +1,15 @@ +v4.2.7 - 2025-10-21 +------------------- + +### Bug fixes ### +- file templates: fix generation when no filter is set (#6481) +- fix image orientation display - do not take into account exif information (#6419) + + +### Technical ### +- template containers: improve performance + + v4.2.6 - 2025-08-20 ------------------- diff --git a/changelog/fr/changelog_2023-01-25.md b/changelog/fr/changelog_2023-01-25.md index 581caa2c8..d985ded70 100644 --- a/changelog/fr/changelog_2023-01-25.md +++ b/changelog/fr/changelog_2023-01-25.md @@ -1,3 +1,15 @@ +v4.2.7 - 2025-10-21 +------------------- + +### Correction de dysfonctionnements ### +- patrons de dossiers : correction de la génération quand aucun filtre n'est paramétré (#6481) +- correction de l'orientation des images - ne pas prendre en compte les informations exif (#6419) + + +### Technique ### +- patron de documents de contenants : amélioration des performances + + v4.2.6 - 2025-08-20 ------------------- diff --git a/ishtar_common/version.py b/ishtar_common/version.py index a7f24dd91..ddbfe0b3f 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 4.2.6 -VERSION = (4, 2, 6) +# 4.2.7 +VERSION = (4, 2, 7) def get_version(): |
