Skip to content

Commit

Permalink
18.1.0 and release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
longhotsummer committed Mar 25, 2024
1 parent 3e3bf8d commit 8061095
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
19.0.0
18.1.0
20 changes: 20 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@
Changelog
=========

19.0.0 (???)
------------

* CHANGE: Taxonomies are removed. You must upgrade to 18.1.0 first and run `python manage.py migrate_taxonomies` before upgrading to this version.

18.1.0 (2024-03-25)
-------------------

* FEATURE / DEPRECATED: Taxonomies are replaced by Taxonomy Topics, a full taxonomy tree which is much more flexible than the old taxonomy system. You must migrate your taxonomies with the `python manage.py migrate_taxonomies` management command.
* FEATURE: Source documents are an improved way of importing information into Indigo.
* FEATURE: new "work in progress" concept to support indexing works from a source document that must then be reviewed before being published.
* FEATURE: new V3 of the Content API. V2 is deprecated. The primary difference is that a work's commencements information is available at a separate endpoint.
* FEATURE: improved faceting and filtering in the place works view.
* FEATURE: all-places works list.
* FEATURE: smarter provision citation reference lookup.
* FEATURE: improved work editing form.
* FEATURE: work aliases.
* Tasks can be associated with a date in the work timeline.
* FIX: parsing of documents with certain unicode characters.

18.0.0 (2023-06-30)
-------------------

Expand Down

0 comments on commit 8061095

Please sign in to comment.