summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2026-02-18 17:13:29 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2026-02-18 17:13:29 +0100
commitb53f94278d1fb6e919031cc9796e6349ed7a1fc1 (patch)
tree2e76ac5552f7c21b15477407dcde2626e648a16e
parentdf41dc144d9921cd454213290090fce40d2fdbc3 (diff)
downloadIshtar-b53f94278d1fb6e919031cc9796e6349ed7a1fc1.tar.bz2
Ishtar-b53f94278d1fb6e919031cc9796e6349ed7a1fc1.zip
🔖 version 4.3.79
-rw-r--r--changelog/en/changelog_2022-06-15.md13
-rw-r--r--changelog/fr/changelog_2025-06-19.md13
-rw-r--r--ishtar_common/version.py4
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 5917e2b71..3a6638157 100644
--- a/changelog/en/changelog_2022-06-15.md
+++ b/changelog/en/changelog_2022-06-15.md
@@ -1,3 +1,16 @@
+v4.3.79 - 2026-02-18
+--------------------
+
+### Features/improvements ###
+- templates - context records: layout improvements
+
+
+### Technical ###
+- admin pages:
+ - CustomForm: JSON import/export
+ - price agreement: export all prices in a readable LO Calc document
+
+
v4.3.78 - 2026-02-17
--------------------
diff --git a/changelog/fr/changelog_2025-06-19.md b/changelog/fr/changelog_2025-06-19.md
index 5b1a85c03..7ffd0d52d 100644
--- a/changelog/fr/changelog_2025-06-19.md
+++ b/changelog/fr/changelog_2025-06-19.md
@@ -1,3 +1,16 @@
+v4.3.79 - 2026-02-18
+--------------------
+
+### Fonctionnalités/améliorations ###
+- gabarits - unités d'enregistrement : amélioration de la présentation
+
+
+### Technique ###
+- pages d'administration :
+ - Formulaires personnalisés : import/export JSON
+ - contrats tarifaires : exporter tous les prix dans un document LibreOffice Calc
+
+
v4.3.78 - 2026-02-17
--------------------
diff --git a/ishtar_common/version.py b/ishtar_common/version.py
index 5bdc28b70..96067a46b 100644
--- a/ishtar_common/version.py
+++ b/ishtar_common/version.py
@@ -1,5 +1,5 @@
-# 4.3.78
-VERSION = (4, 3, 78)
+# 4.3.79
+VERSION = (4, 3, 79)
def get_version():