diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-06-11 10:45:49 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-06-11 10:45:49 +0200 |
commit | ce18a4f6c6cfbdb83caf0a77c9989a34a6e65f16 (patch) | |
tree | 7b475789b8f1ea5e2d6f65392da8c258c73c9e3a | |
parent | 0d585824a02b3f7133e323d72bd1e778f9fa12ea (diff) | |
download | Ishtar-ce18a4f6c6cfbdb83caf0a77c9989a34a6e65f16.tar.bz2 Ishtar-ce18a4f6c6cfbdb83caf0a77c9989a34a6e65f16.zip |
đź”– version 4.1.15
-rw-r--r-- | changelog/en/changelog_2022-06-15.md | 13 | ||||
-rw-r--r-- | changelog/fr/changelog_2023-01-25.md | 15 | ||||
-rw-r--r-- | ishtar_common/version.py | 4 |
3 files changed, 30 insertions, 2 deletions
diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md index 8345ba16b..5dcd52c2d 100644 --- a/changelog/en/changelog_2022-06-15.md +++ b/changelog/en/changelog_2022-06-15.md @@ -1,3 +1,16 @@ +v4.1.15 - 2024-06-11 +-------------------- + +### Features/improvements ### +- Sheet: add many missing fields, improve layout, harmonize creation/modification section + +### Technical ### +- Operation: + - operator reference field 20 -> 200 characters + - operator reference search criteria (#5965) +- Document: cache authors field for table display (#5709) +- Import queues - change default launch script in order to process low priority (#5679) + v4.1.14 - 2024-06-05 -------------------- diff --git a/changelog/fr/changelog_2023-01-25.md b/changelog/fr/changelog_2023-01-25.md index 47db4a159..0ffd90abc 100644 --- a/changelog/fr/changelog_2023-01-25.md +++ b/changelog/fr/changelog_2023-01-25.md @@ -1,3 +1,18 @@ +v4.1.15 - 2024-06-11 +-------------------- + +### Fonctionnalités/améliorations ### +- Fiches : ajout de nombreux champs manquants, amélioration de la mise en page, harmonisation de la section création/modification +- Opérations :critère de recherche référence de l'opérateur (#5965) + +### Technique ### +- Opérations : champ référence de l'opérateur 20 -> 200 caractères (#5965) +- Document : champ cache auteurs pour affichage dans les tables (#5709) +- Files d'attente d'imports - modification du script de lancement par défaut afin de traiter les demandes de faible priorité (#5679) + +Traduit avec DeepL.com (version gratuite) + + v4.1.14 - 2024-06-05 -------------------- diff --git a/ishtar_common/version.py b/ishtar_common/version.py index 2c69cbdc4..90fb0be2f 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 4.1.14 -VERSION = (4, 1, 14) +# 4.1.15 +VERSION = (4, 1, 15) def get_version(): |