diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-07-08 10:10:50 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-07-08 10:10:50 +0200 |
commit | 2f381adf2d169ebf16b0bfa12e1dbedb4c923c10 (patch) | |
tree | 4692e773c933b05557cced9b821222118919147f | |
parent | 0b53aba601032591e30fec3288ab5a303693a59e (diff) | |
download | Ishtar-2f381adf2d169ebf16b0bfa12e1dbedb4c923c10.tar.bz2 Ishtar-2f381adf2d169ebf16b0bfa12e1dbedb4c923c10.zip |
New version
-rw-r--r-- | CHANGES-DEV.md | 45 | ||||
-rw-r--r-- | CHANGES.md | 52 | ||||
-rw-r--r-- | ishtar_common/version.py | 4 |
3 files changed, 58 insertions, 43 deletions
diff --git a/CHANGES-DEV.md b/CHANGES-DEV.md index 7636d4112..a65eab84d 100644 --- a/CHANGES-DEV.md +++ b/CHANGES-DEV.md @@ -1,49 +1,14 @@ --- -title: Ishtar changelog -date: 2022-06-09 +title: Ishtar develop changelog +date: 2022-07-08 --- -Ishtar develop changelog v3.2 +Ishtar develop changelog v3.3 ============================= ### Features ### -- Preventive forms for budget plan -- Performance: revoke cascade task -- JSON types: multi valued choices -- Forms: - - context record: change field order -- Admin: - - available/unavailable action - - context record relations: reverse relations and logical relations columns -- Modify bulk action: - - site: remains, cultural attributions, collaborators, - - operation: collaborators - - find: conservation commentary - - context record: town, relation - type, archaeological site, parcel - - document: format, scale, support - - basket: properties -- Sheet quick action: - - context record: add a find - - basket: modify properties - - person: create account - - document: add related document -- Search: - - document: operation year, operation type - - context record - by operation name -- Commands: - - ishtar_maintenance_task: fix operation missing parcels -- Tables: - - operation - scientific column -- Sheet: - - organization: sort member by alphabetic -- Generate preview image for PDF - ### Bug fix ### -- Search: fix url for person and organization -- Geo: use own precise multipolygone centroid before parent precise point -- Many to one treatment: fix attribute conservation -- Sheet: silently fails when missing graph relations image is missing -- Import delete: do not crash when no SLUG is available for an attached item -- JSON fields: fix multi-value choices fields + + diff --git a/CHANGES.md b/CHANGES.md index 7fef53dc6..6c8bb3b15 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,11 +1,61 @@ --- title: Ishtar changelog -date: 2022-06-08 +date: 2022-07-08 --- Ishtar changelog ================ +v3.2.1 - 2022-07-08 +-------------------- + +### Features ### + +- Preventive forms for budget plan +- Performance: revoke cascade task +- JSON types: multi valued choices +- Forms: + - context record: change field order +- Admin: + - available/unavailable action + - context record relations: reverse relations and logical relations columns +- Modify bulk action: + - site: remains, cultural attributions, collaborators, + - operation: collaborators + - find: conservation commentary + - context record: town, relation - type, archaeological site, parcel + - document: format, scale, support + - basket: properties +- Sheet quick action: + - context record: add a find + - basket: modify properties + - person: create account + - document: add related document +- Search: + - document: operation year, operation type + - context record - by operation name +- Commands: + - ishtar_maintenance_task: fix operation missing parcels +- Tables: + - operation - scientific column +- Sheet: + - organization: sort member by alphabetic, add operations where organization is operator +- Generate preview image for PDF +- Import - New/Edit: verify associated images is a valid zip file + +### Bug fix ### + +- Search: fix url for person and organization +- Geo: use own precise multipolygone centroid before parent precise point +- Many to one treatment: fix attribute conservation +- Sheet: silently fails when missing graph relations image is missing +- Import delete: do not crash when no SLUG is available for an attached item +- JSON fields: fix multi-value choices fields + + +v3.1.75 - 2022-06-09 +-------------------- + ### Features ### - custom index: "whole_db" key is available for index on the whole db diff --git a/ishtar_common/version.py b/ishtar_common/version.py index dc5dce6c7..e4c99e84b 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 3.2.0 -VERSION = (3, 2, 0) +# 3.2.1 +VERSION = (3, 2, 1) def get_version(): |