diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2026-01-08 16:22:17 +0100 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2026-01-08 17:32:49 +0100 |
| commit | 1f122c6caf305cd1136ba3b33a2c0a58267b7128 (patch) | |
| tree | ced00650f1d4c111eb6524f5e4cb4304907ce77b | |
| parent | 0a71b748a392ac3d1d3e1658c79ffe25650cb63d (diff) | |
| download | Ishtar-1f122c6caf305cd1136ba3b33a2c0a58267b7128.tar.bz2 Ishtar-1f122c6caf305cd1136ba3b33a2c0a58267b7128.zip | |
đź”– version 4.99.9
| -rw-r--r-- | changelog/en/changelog_2022-06-15.md | 8 | ||||
| -rw-r--r-- | changelog/fr/changelog_2025-06-19.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 96db8ee6b..008d83eb4 100644 --- a/changelog/en/changelog_2022-06-15.md +++ b/changelog/en/changelog_2022-06-15.md @@ -1,3 +1,11 @@ +v4.99.9 - 2026-01-08 +-------------------- + +### Bug fixes ### +- sheet - gallery: fix legend on main image (#6550) +- sheet find: fix periods display + + v4.99.8 - 2025-12-17 -------------------- diff --git a/changelog/fr/changelog_2025-06-19.md b/changelog/fr/changelog_2025-06-19.md index 1b617a3cb..cf1d051d1 100644 --- a/changelog/fr/changelog_2025-06-19.md +++ b/changelog/fr/changelog_2025-06-19.md @@ -1,3 +1,11 @@ +v4.99.9 - 2026-01-08 +-------------------- + +### Correction de dysfonctionnements ### +- fiche - galerie : correction de la légende sur l'image principale (#6550) +- fiche mobilier : correction de l'affichage des périodes + + v4.99.8 - 2025-12-17 -------------------- diff --git a/ishtar_common/version.py b/ishtar_common/version.py index 8717ffa3a..acae91023 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 4.99.8 -VERSION = (4, 99, 8) +# 4.99.9 +VERSION = (4, 99, 9) def get_version(): |
