summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2024-04-19 10:30:17 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2024-04-19 10:30:17 +0200
commitdea047590bb3ce64230b52225a222547e24a8af9 (patch)
treef99295d9e9e01acaf8ea8f7da24a1b06af096c1f
parentb566d34f21325380bf0086c9cf515a4fbabc82bd (diff)
downloadIshtar-dea047590bb3ce64230b52225a222547e24a8af9.tar.bz2
Ishtar-dea047590bb3ce64230b52225a222547e24a8af9.zip
đź”– version 4.1.7
-rw-r--r--changelog/en/changelog_2022-06-15.md8
-rw-r--r--changelog/fr/changelog_2023-01-25.md4
-rw-r--r--ishtar_common/version.py4
3 files changed, 12 insertions, 4 deletions
diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md
index dd09168c2..48c0786f2 100644
--- a/changelog/en/changelog_2022-06-15.md
+++ b/changelog/en/changelog_2022-06-15.md
@@ -12,11 +12,14 @@ v4.0.XX - 2099-12-31
- get coordinates from geolocalisation
- geo sheet: display point buffer
- Container: new field Code (forms, sheet, search index and autocomplete) (#5704)
-- Context record
+- Context record:
- identification type changes to hierarchical (#5739)
- cultural attribution field (#5740)
- Operation: improve sheet (#5753)
- Operation: rename "operation code" to "yearly index"
+- Find:
+ - conservation state becomes multi-valued (#5904)
+ - batch update: "previous id" can be changed for many find
- Warehouse: autocomplete with slug
- Document form: remove the attachment constraint
- add pagination to archived imports page
@@ -26,7 +29,8 @@ v4.0.XX - 2099-12-31
- pre-import forms
- imports : ability to use natively LibreOffice and Excel files
- imports - group: chain multiple imports
-- imports : refactoring of permission management
+- imports: refactoring of permission management
+- imports: allow media import from a web location
- imports: allow to exclude some errors messages
- imports: allow errors to be pointed out line by line
- imports - form: reorganisation of field order
diff --git a/changelog/fr/changelog_2023-01-25.md b/changelog/fr/changelog_2023-01-25.md
index a0829c3b9..581bcc6eb 100644
--- a/changelog/fr/changelog_2023-01-25.md
+++ b/changelog/fr/changelog_2023-01-25.md
@@ -15,6 +15,9 @@ v4.0.XX - 2099-12-31
- ajout de l'attribution culturelle (#5740)
- Opération : amélioration de la fiche (#5753)
- Opération : renommage de "code opération" en "index annuel"
+- Mobilier :
+ - État de conserveration devient multi valué (#5904)
+ - modifications par lot : "Identifiant précédent" peut être changé pour plusieurs mobiliers à la fois
- 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
@@ -26,6 +29,7 @@ v4.0.XX - 2099-12-31
- imports : possibilité d'utiliser nativement les fichiers tableurs LibreOffice et Excel
- imports - groupes : chainage d'imports multiples
- imports : refonte de la gestion des droits
+- imports : possibilité d'importer des médias depuis un chemin web
- imports : possibilité d'ignorer certains messages d'erreur
- imports : possibilité de pointer les erreurs ligne par ligne
- imports - formulaires : réorganisation de l'ordre des champs
diff --git a/ishtar_common/version.py b/ishtar_common/version.py
index d4ce3daaa..d98660405 100644
--- a/ishtar_common/version.py
+++ b/ishtar_common/version.py
@@ -1,5 +1,5 @@
-# 4.1.6
-VERSION = (4, 1, 6)
+# 4.1.7
+VERSION = (4, 1, 7)
def get_version():