diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-04-04 11:02:16 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-04-16 16:43:03 +0200 |
commit | f0371905dea8828f11aa060179419f01a3e04d56 (patch) | |
tree | cc40d0d8a252d6fa527bbae20b7f9a04b9a7a8f5 | |
parent | 1192a6f9679d320630a312b87b844c5c2aebac1e (diff) | |
download | Ishtar-f0371905dea8828f11aa060179419f01a3e04d56.tar.bz2 Ishtar-f0371905dea8828f11aa060179419f01a3e04d56.zip |
đź”– version 4.1.2
-rw-r--r-- | changelog/en/changelog_2022-06-15.md | 3 | ||||
-rw-r--r-- | changelog/fr/changelog_2023-01-25.md | 2 | ||||
-rw-r--r-- | ishtar_common/version.py | 4 |
3 files changed, 7 insertions, 2 deletions
diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md index 87ae6dc7a..40b543aef 100644 --- a/changelog/en/changelog_2022-06-15.md +++ b/changelog/en/changelog_2022-06-15.md @@ -3,6 +3,7 @@ v4.0.XX - 2099-12-31 - museum... - biographical note +- Biographical notes edit form ### Features/improvements ### @@ -17,6 +18,7 @@ v4.0.XX - 2099-12-31 - Operation: improve sheet (#5753) - Warehouse: autocomplete with slug - Document form: remove the attachment constraint +- add pagination to archived imports page #### Imports ##### - pre-import forms @@ -66,6 +68,7 @@ v4.0.XX - 2099-12-31 - fix main image for files (#5789) - Context record autocomplete: explicit search by operation code (#5834) - Sheet: prevent overflow of file name on other fields (#5835) +- JSON data date: fix criteria search - sheet display localized version (#5883) v4.0.75 - 2024-04-16 -------------------- diff --git a/changelog/fr/changelog_2023-01-25.md b/changelog/fr/changelog_2023-01-25.md index 61698f767..492196c33 100644 --- a/changelog/fr/changelog_2023-01-25.md +++ b/changelog/fr/changelog_2023-01-25.md @@ -16,6 +16,7 @@ v4.0.XX - 2099-12-31 - Operation : amélioration de la fiche (#5753) - Lieu de conservation : autocompletion avec l'identifiant textuel - Formulaire document : suppression de la contrainte d'attachement à un élément +- ajout de la pagination pour les imports archivés #### Imports ##### @@ -67,6 +68,7 @@ v4.0.XX - 2099-12-31 - correction de l'image principale pour les dossiers (#5789) - unités d'enregistrement autocompletion : recherche explicite par code opération (#5834) - fiche : empêcher le débordement du nom du ficher sur les autres champs (#5835) +- données JSON date : correction des critères de recherche - affichage de la version localisée sur les fiches (#5883) v4.0.75 - 2024-04-16 -------------------- diff --git a/ishtar_common/version.py b/ishtar_common/version.py index c959bc543..5163935ff 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 4.1.1 -VERSION = (4, 1, 1) +# 4.1.2 +VERSION = (4, 1, 2) def get_version(): |