summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2025-09-24 11:47:57 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2025-09-24 11:47:57 +0200
commit1b3c31f8f73476cb179b67588f33da5ebd40c857 (patch)
treefb7c3417148e9a9cbce4c595f2e1f54d5de27b4f
parentd96f761a1fd9ef82f92fefc7dc84d202665741d6 (diff)
downloadIshtar-1b3c31f8f73476cb179b67588f33da5ebd40c857.tar.bz2
Ishtar-1b3c31f8f73476cb179b67588f33da5ebd40c857.zip
đź”– version 4.3.62
-rw-r--r--changelog/en/changelog_2022-06-15.md11
-rw-r--r--changelog/fr/changelog_2025-06-19.md11
-rw-r--r--ishtar_common/version.py4
3 files changed, 24 insertions, 2 deletions
diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md
index ac4027fe3..b9e74a7af 100644
--- a/changelog/en/changelog_2022-06-15.md
+++ b/changelog/en/changelog_2022-06-15.md
@@ -1,3 +1,14 @@
+v4.3.62 - 2025-09-24
+--------------------
+
+### Features/improvements ###
+- container table - old reference changed by code
+
+
+### Bug fixes ###
+- fix add (+) shortcut in some popup windows
+
+
v4.3.61 - 2025-09-23
--------------------
diff --git a/changelog/fr/changelog_2025-06-19.md b/changelog/fr/changelog_2025-06-19.md
index 37a27adca..04202519c 100644
--- a/changelog/fr/changelog_2025-06-19.md
+++ b/changelog/fr/changelog_2025-06-19.md
@@ -1,3 +1,14 @@
+v4.3.62 - 2025-09-24
+--------------------
+
+### Fonctionnalités/améliorations ###
+- table contenants - l'ancienne référence est changée par code
+
+
+### Correction de dysfonctionnements ###
+- correction du raccourci d'ajout (+) pour certaines fenĂŞtres d'ajout rapide
+
+
v4.3.61 - 2025-09-23
--------------------
diff --git a/ishtar_common/version.py b/ishtar_common/version.py
index 102796393..796030866 100644
--- a/ishtar_common/version.py
+++ b/ishtar_common/version.py
@@ -1,5 +1,5 @@
-# 4.3.61
-VERSION = (4, 3, 61)
+# 4.3.62
+VERSION = (4, 3, 62)
def get_version():