documentation

This commit is contained in:
jonaswinkler 2021-03-06 12:28:41 +01:00
parent ddb96829ca
commit 24eff6b02b
2 changed files with 11 additions and 8 deletions

View File

@ -193,7 +193,7 @@ This table lists the compatible versions for each database migration number.
+------------------+-----------------+
| 1012 | 1.1.0 - 1.2.1 |
+------------------+-----------------+
| 1013 | 1.3.0 - current |
| 1014 | 1.3.0 - current |
+------------------+-----------------+
Execute the following management command to migrate your database:

View File

@ -10,20 +10,23 @@ paperless-ng 1.3.0
This release contains new database migrations.
* Added a color picker for tag colors.
* Changes
* Added translations into Italian and Romanian. Thank you!
* The REST API is versioned from this point onwards. This will allow me to make changes without breaking existing clients. See the documentation about :ref:`api-versioning` for details.
* Close individual documents from the sidebar.
* Added a color picker for tag colors.
* `BolkoSchreiber <https://github.com/BolkoSchreiber>`_ added an option to disable/enable thumbnail inversion in dark mode.
* Added translations into Italian and Romanian. Thank you!
* Fixed an issue with the auto matching algorithm when more than 256 tags were used.
* Close individual documents from the sidebar. Thanks to `Michael Shamoon`_.
* `Simon Taddiken <https://github.com/skuzzle>`_ added the ability to customize the header used for remote user authentication with SSO applications.
* `BolkoSchreiber <https://github.com/BolkoSchreiber>`_ added an option to disable/enable thumbnail inversion in dark mode.
* The REST API is versioned from this point onwards. See the documentation about :ref:`api-versioning` for details.
* `Simon Taddiken <https://github.com/skuzzle>`_ added the ability to customize the header used for remote user authentication with SSO applications.
* Bug fixes
* Fixed an issue with the auto matching algorithm when more than 256 tags were used.
paperless-ng 1.2.1