diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2026-05-20 15:03:10 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2026-05-20 15:03:10 +0200 |
| commit | 0bca50634d66ef82be4846652c66d43e98cb6e8e (patch) | |
| tree | 4e748353c524be4fd657ea9684f42f21ac82fb5f | |
| parent | 00e400221479ce0236640f750177309097cb622b (diff) | |
| download | Ishtar-0bca50634d66ef82be4846652c66d43e98cb6e8e.tar.bz2 Ishtar-0bca50634d66ef82be4846652c66d43e98cb6e8e.zip | |
🔖 version 4.99.34develop-5.0
| -rw-r--r-- | changelog/en/changelog_2022-06-15.md | 13 | ||||
| -rw-r--r-- | changelog/fr/changelog_2025-06-19.md | 13 | ||||
| -rw-r--r-- | ishtar_common/version.py | 4 |
3 files changed, 28 insertions, 2 deletions
diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md index 25c0cc9a4..b0d5c4cfa 100644 --- a/changelog/en/changelog_2022-06-15.md +++ b/changelog/en/changelog_2022-06-15.md @@ -1,3 +1,16 @@ +v4.99.34 - 2026-05-20 +--------------------- + +### Features/improvements ### +- UI: dark/light mode switcher + +### Bug fixes ### +- map: fix bad display of OpenStreetMap tiles (force referrerPolicy) + +### Technical ### +- GIS API: fix import on some configuration + + v4.99.33 - 2026-05-06 --------------------- diff --git a/changelog/fr/changelog_2025-06-19.md b/changelog/fr/changelog_2025-06-19.md index cc0164c4e..c12804575 100644 --- a/changelog/fr/changelog_2025-06-19.md +++ b/changelog/fr/changelog_2025-06-19.md @@ -1,3 +1,16 @@ +v4.99.34 - 2026-05-20 +--------------------- + +### Fonctionnalités/améliorations ### +- interface : bouton de transition interface claire/sombre + +### Correction de dysfonctionnements ### +- carte : correction de l'affichage de certains tuiles OpenStreetMap (utilistation de la referrerPolicy) + +### Technique ### +- API SIG : corretion de l'import pour certaines configurations + + v4.99.33 - 2026-05-06 --------------------- diff --git a/ishtar_common/version.py b/ishtar_common/version.py index 0b65315f1..f259bdc1f 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 4.99.33 -VERSION = (4, 99, 33) +# 4.99.34 +VERSION = (4, 99, 34) def get_version(): |
