diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-09-17 12:25:08 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-09-17 12:37:22 +0200 |
commit | 897f9f3d2307154c4dcd57fc980d616da3293c99 (patch) | |
tree | 1a627edf8aad9a606abb3ac9a991244b34a70094 | |
parent | 17bd34b10482b18ff3209ed75a9a44a9dc601aff (diff) | |
download | Ishtar-897f9f3d2307154c4dcd57fc980d616da3293c99.tar.bz2 Ishtar-897f9f3d2307154c4dcd57fc980d616da3293c99.zip |
đź”– v4.1.27
-rw-r--r-- | changelog/en/changelog_2022-06-15.md | 18 | ||||
-rw-r--r-- | changelog/fr/changelog_2023-01-25.md | 18 | ||||
-rw-r--r-- | ishtar_common/version.py | 4 |
3 files changed, 38 insertions, 2 deletions
diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md index 854ba39a4..b75aaddf2 100644 --- a/changelog/en/changelog_2022-06-15.md +++ b/changelog/en/changelog_2022-06-15.md @@ -1,3 +1,21 @@ +v4.1.27 - 2024-09-17 +-------------------- + +### Features/improvements ### +- new fields (database, forms, searches, sheets): + - Town: + - notice + - Context records: + - excavated length + - excavated width + - structure + - texture + - colors + - details on colors + - inclusions +- Operations relations: remove form from the wizard to put in a specific form + + v4.1.26 - 2024-09-16 -------------------- diff --git a/changelog/fr/changelog_2023-01-25.md b/changelog/fr/changelog_2023-01-25.md index 7cf7b4eb6..ba0cb92cb 100644 --- a/changelog/fr/changelog_2023-01-25.md +++ b/changelog/fr/changelog_2023-01-25.md @@ -1,3 +1,21 @@ +v4.1.27 - 2024-09-17 +-------------------- + +### Fonctionnalités/améliorations ### +- nouveaux champs (base de données, formulaires, recherches, fiches) : + - Commune : + - notice + - Unité d'Enregistrement : + - longueur fouillée + - largeur fouillée + - structure + - texture + - couleurs + - précistions sur les couleurs + - inclusions +- Relations entre opérations : suppression du formulaire de l'assistant pour le placer dans un formulaire spécifique + + v4.1.26 - 2024-09-16 -------------------- diff --git a/ishtar_common/version.py b/ishtar_common/version.py index a26015000..dd0b85022 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 4.1.26 -VERSION = (4, 1, 26) +# 4.1.27 +VERSION = (4, 1, 27) def get_version(): |