summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2024-07-15 16:52:48 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2024-07-15 16:52:48 +0200
commitd9e0e9814674a5f8c3be1bd05c872c12e08396f0 (patch)
treea4d2432bd791440a98eb858f5c5888156a39de1b
parentf2c85f388f9881c08858830cc06f078a711409ba (diff)
downloadIshtar-d9e0e9814674a5f8c3be1bd05c872c12e08396f0.tar.bz2
Ishtar-d9e0e9814674a5f8c3be1bd05c872c12e08396f0.zip
🔖 v4.1.19
-rw-r--r--changelog/en/changelog_2022-06-15.md12
-rw-r--r--changelog/fr/changelog_2023-01-25.md11
-rw-r--r--ishtar_common/version.py4
3 files changed, 25 insertions, 2 deletions
diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md
index 0bc74b449..b07ff4191 100644
--- a/changelog/en/changelog_2022-06-15.md
+++ b/changelog/en/changelog_2022-06-15.md
@@ -1,3 +1,15 @@
+v4.1.19 - 2024-07-15
+--------------------
+
+### Features/improvements ###
+- Find: add the ability to configure a "+ find without context" button
+
+### Bug fixes ###
+- map: change IGN map link
+- sheet - prevent crash when geodata are corrupted
+- fix many date and numeric searches (refs #5928)
+
+
v4.1.18 - 2024-07-08
--------------------
diff --git a/changelog/fr/changelog_2023-01-25.md b/changelog/fr/changelog_2023-01-25.md
index 9253a97b2..1a5c63da6 100644
--- a/changelog/fr/changelog_2023-01-25.md
+++ b/changelog/fr/changelog_2023-01-25.md
@@ -1,3 +1,14 @@
+v4.1.19 - 2024-07-15
+--------------------
+
+### Fonctionnalités/améliorations ###
+- recherche : ajout de la possibilité de configurer un bouton « + mobilier sans contexte »
+
+### Corrections de bugs ###
+- carte : changement du lien IGN de la carte
+- fiche : éviter le crash lorsque les données géographiques sont corrompues
+- correction de recherches numériques et de dates (refs #5928)
+
v4.1.18 - 2024-07-08
--------------------
diff --git a/ishtar_common/version.py b/ishtar_common/version.py
index 50dd27505..25afe4757 100644
--- a/ishtar_common/version.py
+++ b/ishtar_common/version.py
@@ -1,5 +1,5 @@
-# 4.1.18
-VERSION = (4, 1, 18)
+# 4.1.19
+VERSION = (4, 1, 19)
def get_version():