diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2026-05-22 15:50:02 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2026-05-22 16:21:08 +0200 |
| commit | 9412bd7140cacdc0f339c5c105a46d4210c9316c (patch) | |
| tree | 049d0c9d8d62d3154ee89597c64695bcb5e0b01f | |
| parent | 53a70003a82411c134d1a5e7cf18fc946fb63ec1 (diff) | |
| download | Ishtar-9412bd7140cacdc0f339c5c105a46d4210c9316c.tar.bz2 Ishtar-9412bd7140cacdc0f339c5c105a46d4210c9316c.zip | |
🔖 version 4.2.19develop
| -rw-r--r-- | changelog/en/changelog_2022-06-15.md | 8 | ||||
| -rw-r--r-- | changelog/fr/changelog_2023-01-25.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 3ff232ed5..7b529d036 100644 --- a/changelog/en/changelog_2022-06-15.md +++ b/changelog/en/changelog_2022-06-15.md @@ -1,3 +1,11 @@ +v4.2.19 - 2026-05-22 +-------------------- + +### Bug fixes ### +- imports: fix update +- map: fix bad display of OpenStreetMap tiles (force referrerPolicy) + + v4.2.18 - 2026-04-14 -------------------- diff --git a/changelog/fr/changelog_2023-01-25.md b/changelog/fr/changelog_2023-01-25.md index 012103ae9..4d55b86ca 100644 --- a/changelog/fr/changelog_2023-01-25.md +++ b/changelog/fr/changelog_2023-01-25.md @@ -1,3 +1,11 @@ +v4.2.19 - 2026-05-22 +-------------------- + +### Correction de dysfonctionnements ### +- imports : corrections sur les mises à jour +- carte : correction de l'affichage de certains tuiles OpenStreetMap (utilisation de la referrerPolicy) + + v4.2.18 - 2026-04-14 -------------------- diff --git a/ishtar_common/version.py b/ishtar_common/version.py index 1204a0730..7adf9e21f 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 4.2.18 -VERSION = (4, 2, 18) +# 4.2.19 +VERSION = (4, 2, 19) def get_version(): |
