mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	changelog, documentation, version bump
This commit is contained in:
		| @@ -184,17 +184,17 @@ Downgrades are possible. However, some updates also contain database migrations | |||||||
| In order to move back from a version that applied database migrations, you'll have to revert the database migration *before* downgrading, | In order to move back from a version that applied database migrations, you'll have to revert the database migration *before* downgrading, | ||||||
| and then downgrade paperless. | and then downgrade paperless. | ||||||
|  |  | ||||||
| This table lists the most recent database migrations for each versions: | This table lists the compatible versions for each database migration number. | ||||||
|  |  | ||||||
| +---------+-------------------------+ | +------------------+-----------------+ | ||||||
| | Version | Latest migration number | | | Migration number | Version range   | | ||||||
| +---------+-------------------------+ | +------------------+-----------------+ | ||||||
| | 1.0.0   | 1011                    | | | 1011             | 1.0.0           | | ||||||
| +---------+-------------------------+ | +------------------+-----------------+ | ||||||
| | 1.1.0   | 1011                    | | | 1012             | 1.1.0 - 1.2.1   | | ||||||
| +---------+-------------------------+ | +------------------+-----------------+ | ||||||
| | 1.1.1   | 1012                    | | | 1013             | 1.3.0 - current | | ||||||
| +---------+-------------------------+ | +------------------+-----------------+ | ||||||
|  |  | ||||||
| Execute the following management command to migrate your database: | Execute the following management command to migrate your database: | ||||||
|  |  | ||||||
|   | |||||||
| @@ -286,6 +286,8 @@ was started successfully. No additional status information about the consumption | |||||||
| process itself is available, since that happens in a different process. | process itself is available, since that happens in a different process. | ||||||
|  |  | ||||||
|  |  | ||||||
|  | .. _api-versioning: | ||||||
|  |  | ||||||
| API Versioning | API Versioning | ||||||
| ############## | ############## | ||||||
|  |  | ||||||
|   | |||||||
| @@ -5,6 +5,22 @@ | |||||||
| Changelog | Changelog | ||||||
| ********* | ********* | ||||||
|  |  | ||||||
|  | paperless-ng 1.3.0 | ||||||
|  | ################## | ||||||
|  |  | ||||||
|  | This release contains new database migrations. | ||||||
|  |  | ||||||
|  | * Added a color picker for tag colors. | ||||||
|  |  | ||||||
|  | * Added translations into Italian and Romanian. Thank you! | ||||||
|  |  | ||||||
|  | * Close individual documents from the sidebar. | ||||||
|  |  | ||||||
|  | * `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. | ||||||
|  |  | ||||||
|  |  | ||||||
| paperless-ng 1.2.1 | paperless-ng 1.2.1 | ||||||
| ################## | ################## | ||||||
|  |  | ||||||
|   | |||||||
| @@ -3,7 +3,7 @@ export const environment = { | |||||||
|   apiBaseUrl: "/api/", |   apiBaseUrl: "/api/", | ||||||
|   apiVersion: "2", |   apiVersion: "2", | ||||||
|   appTitle: "Paperless-ng", |   appTitle: "Paperless-ng", | ||||||
|   version: "1.2.1", |   version: "1.3.0", | ||||||
|   webSocketHost: window.location.host, |   webSocketHost: window.location.host, | ||||||
|   webSocketProtocol: (window.location.protocol == "https:" ? "wss:" : "ws:") |   webSocketProtocol: (window.location.protocol == "https:" ? "wss:" : "ws:") | ||||||
| }; | }; | ||||||
|   | |||||||
| @@ -1 +1 @@ | |||||||
| __version__ = (1, 2, 1) | __version__ = (1, 3, 0) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 jonaswinkler
					jonaswinkler