summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2024-06-24 16:33:39 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2024-06-24 17:25:02 +0200
commit6fac36e62049aedcf50b1f22a1f0b22ba9941c75 (patch)
treee4683c98f0bc960261625bbcdfd0e71feefd550d
parent53a357f9b9dd9febdb3fb4580a9af7ede8877e42 (diff)
downloadIshtar-6fac36e62049aedcf50b1f22a1f0b22ba9941c75.tar.bz2
Ishtar-6fac36e62049aedcf50b1f22a1f0b22ba9941c75.zip
🔖 version 4.1.16
-rw-r--r--changelog/en/changelog_2022-06-15.md13
-rw-r--r--changelog/fr/changelog_2023-01-25.md12
-rw-r--r--ishtar_common/version.py4
3 files changed, 27 insertions, 2 deletions
diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md
index 5dcd52c2d..bc7b1439c 100644
--- a/changelog/en/changelog_2022-06-15.md
+++ b/changelog/en/changelog_2022-06-15.md
@@ -1,3 +1,16 @@
+v4.1.16 - 2024-06-24
+--------------------
+
+### Features/improvements ###
+- criteria search: relative search for dates and numbers
+- documentation: improve criteria search documentation
+- search: add inline help
+- many small fix on forms, sheets
+
+
+### Bug fixes ###
+- fix pin for administrative act
+
v4.1.15 - 2024-06-11
--------------------
diff --git a/changelog/fr/changelog_2023-01-25.md b/changelog/fr/changelog_2023-01-25.md
index 366a8d392..17dfcf18b 100644
--- a/changelog/fr/changelog_2023-01-25.md
+++ b/changelog/fr/changelog_2023-01-25.md
@@ -1,3 +1,15 @@
+v4.1.16 - 2024-06-24
+--------------------
+
+### Fonctionnalités/améliorations ###
+- recherche par critères : recherche relative pour les dates et les nombres
+- documentation : amélioreration de la documentation sur la recherche par critères
+- recherche : ajout d'une aide en ligne
+- nombreuses corrections d'affichage sur les formulaires et les notices
+
+### Corrections de bugs ###
+- Correction de l'épinglage pour les actes administratifs
+
v4.1.15 - 2024-06-11
--------------------
diff --git a/ishtar_common/version.py b/ishtar_common/version.py
index 90fb0be2f..7a2c52233 100644
--- a/ishtar_common/version.py
+++ b/ishtar_common/version.py
@@ -1,5 +1,5 @@
-# 4.1.15
-VERSION = (4, 1, 15)
+# 4.1.16
+VERSION = (4, 1, 16)
def get_version():