diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-09-27 14:39:49 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-09-27 14:39:49 +0200 |
commit | 9eac27854a2aadf839654adbd6e43e5c9d8ad7cf (patch) | |
tree | b87e9d8170d25854a4719bb613faa122f24cfe2d | |
parent | 2ef034db07bb8081f4fefebc3e339f050cbaa611 (diff) | |
download | Ishtar-9eac27854a2aadf839654adbd6e43e5c9d8ad7cf.tar.bz2 Ishtar-9eac27854a2aadf839654adbd6e43e5c9d8ad7cf.zip |
🔖 version 4.1.32
-rw-r--r-- | changelog/en/changelog_2022-06-15.md | 14 | ||||
-rw-r--r-- | changelog/fr/changelog_2023-01-25.md | 14 | ||||
-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 cd09db6fe..3bb4d9d85 100644 --- a/changelog/en/changelog_2022-06-15.md +++ b/changelog/en/changelog_2022-06-15.md @@ -1,3 +1,17 @@ +v4.1.32 - 2024-09-27 +-------------------- + +### Features/improvements ### +- archaeological files - new field: "operation name" (#5795) +- imports: buttons "ignore all errors", "no errors" + +### Bug fixes ### +- imports: fix window closing on ignore errors check + +### Technical ### +- homepage: simplify and initialize homepage fields management + + v4.1.31 - 2024-09-24 -------------------- diff --git a/changelog/fr/changelog_2023-01-25.md b/changelog/fr/changelog_2023-01-25.md index 53273498a..a30958d76 100644 --- a/changelog/fr/changelog_2023-01-25.md +++ b/changelog/fr/changelog_2023-01-25.md @@ -1,3 +1,17 @@ +v4.1.32 - 2024-09-27 +-------------------- + +### Fonctionnalités/améliorations ### +- dossiers archéologiques - nouveau champ : « nom de l'opération » (#5795) +- importations : boutons « ignorer toutes les erreurs », « pas d'erreurs » + +### Corrections de bugs ### +- imports : correction de la fermeture de la fenêtre lors de la vérification des erreurs ignorées + +### Technique ### +- page d'accueil : simplification et initialisation de la gestion des champs de la page d'accueil + + v4.1.31 - 2024-09-24 -------------------- diff --git a/ishtar_common/version.py b/ishtar_common/version.py index 5fa5ef3ed..ff76e7aea 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 4.1.31 -VERSION = (4, 1, 31) +# 4.1.32 +VERSION = (4, 1, 32) def get_version(): |