From 897f9f3d2307154c4dcd57fc980d616da3293c99 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 17 Sep 2024 12:25:08 +0200 Subject: 🔖 v4.1.27 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changelog/en/changelog_2022-06-15.md | 18 ++++++++++++++++++ changelog/fr/changelog_2023-01-25.md | 18 ++++++++++++++++++ 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(): -- cgit v1.2.3