mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	changelog and version
This commit is contained in:
		| @@ -5,15 +5,12 @@ | |||||||
| Changelog | Changelog | ||||||
| ********* | ********* | ||||||
|  |  | ||||||
| paperless-ng 1.1.3 | paperless-ng 1.1.4 | ||||||
| ################## | ################## | ||||||
|  |  | ||||||
| * Added a docker-specific configuration option to adjust the number of | * Added English (GB) locale. | ||||||
|   worker processes of the web server. See :ref:`configuration-docker`. |  | ||||||
|  |  | ||||||
| * Some more memory usage optimizations. | * Added ISO-8601 date display option. | ||||||
|  |  | ||||||
| * Don't show inbox statistics if no inbox tag is defined. |  | ||||||
|  |  | ||||||
| .. note:: | .. note:: | ||||||
|  |  | ||||||
| @@ -26,6 +23,16 @@ paperless-ng 1.1.3 | |||||||
|  |  | ||||||
|   If using docker, this does not affect you. |   If using docker, this does not affect you. | ||||||
|  |  | ||||||
|  | paperless-ng 1.1.3 | ||||||
|  | ################## | ||||||
|  |  | ||||||
|  | * Added a docker-specific configuration option to adjust the number of | ||||||
|  |   worker processes of the web server. See :ref:`configuration-docker`. | ||||||
|  |  | ||||||
|  | * Some more memory usage optimizations. | ||||||
|  |  | ||||||
|  | * Don't show inbox statistics if no inbox tag is defined. | ||||||
|  |  | ||||||
| paperless-ng 1.1.2 | paperless-ng 1.1.2 | ||||||
| ################## | ################## | ||||||
|  |  | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ export const environment = { | |||||||
|   production: true, |   production: true, | ||||||
|   apiBaseUrl: "/api/", |   apiBaseUrl: "/api/", | ||||||
|   appTitle: "Paperless-ng", |   appTitle: "Paperless-ng", | ||||||
|   version: "1.1.3", |   version: "1.1.4", | ||||||
|   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, 1, 3) | __version__ = (1, 1, 4) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 jonaswinkler
					jonaswinkler