diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-10-21 17:23:27 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-10-21 17:24:08 +0200 |
| commit | d52330d3f042bcd0aa2ad3c10288365922405d01 (patch) | |
| tree | 122ad902ca808319d17a1e6c6845b29647b82818 | |
| parent | 9e4c3eacf187078c8a4acafbca7e70debe87c4d7 (diff) | |
| download | Ishtar-d52330d3f042bcd0aa2ad3c10288365922405d01.tar.bz2 Ishtar-d52330d3f042bcd0aa2ad3c10288365922405d01.zip | |
đź”– version 4.2.7
| -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(): |
