mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	changelog and version bump
This commit is contained in:
		| @@ -5,6 +5,28 @@ | ||||
| Changelog | ||||
| ********* | ||||
|  | ||||
| paperless-ng 1.4.0 | ||||
| ################## | ||||
|  | ||||
| * Docker images now use tesseract 4.1.1, which should fix a series of issues with OCR. | ||||
|  | ||||
| * The full text search now displays results using the default document list. This enables | ||||
|   selection, filtering and bulk edit on search results. | ||||
|  | ||||
| * Changes | ||||
|  | ||||
|   * New URL pattern for accessing documents by ASN directly (http://<paperless>/asn/123) | ||||
|  | ||||
|   * Added logging when executing pre- and post-consume scripts. | ||||
|  | ||||
|   * Better error logging during document consumption. | ||||
|  | ||||
|   * Updated python dependencies. | ||||
|  | ||||
| * Fixes | ||||
|  | ||||
|   * Fixed an issue with null characters in the document content. | ||||
|  | ||||
| paperless-ng 1.3.2 | ||||
| ################## | ||||
|  | ||||
|   | ||||
| @@ -3,7 +3,7 @@ export const environment = { | ||||
|   apiBaseUrl: "/api/", | ||||
|   apiVersion: "2", | ||||
|   appTitle: "Paperless-ng", | ||||
|   version: "1.3.2", | ||||
|   version: "1.4.0", | ||||
|   webSocketHost: window.location.host, | ||||
|   webSocketProtocol: (window.location.protocol == "https:" ? "wss:" : "ws:") | ||||
| }; | ||||
|   | ||||
| @@ -1 +1 @@ | ||||
| __version__ = (1, 3, 2) | ||||
| __version__ = (1, 4, 0) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 jonaswinkler
					jonaswinkler