diff --git a/docs/administration.rst b/docs/administration.rst index 19ab1e73f..5d6367277 100644 --- a/docs/administration.rst +++ b/docs/administration.rst @@ -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: diff --git a/docs/changelog.rst b/docs/changelog.rst index 0c8056266..a1686e48b 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -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 `_ 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 `_ added the ability to customize the header used for remote user authentication with SSO applications. + * `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 `_ 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