]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
changelog and version bump
authorjonaswinkler <17569239+jonaswinkler@users.noreply.github.com>
Wed, 19 May 2021 20:40:56 +0000 (22:40 +0200)
committerjonaswinkler <17569239+jonaswinkler@users.noreply.github.com>
Wed, 19 May 2021 20:40:56 +0000 (22:40 +0200)
docs/changelog.rst
src-ui/src/environments/environment.prod.ts
src/paperless/version.py

index 10f99e4b5a6cb16599f98c9aa78405b2b6b7cf5e..c1a7fb5b8cf5169031149adac429b68bd918cebd 100644 (file)
@@ -5,6 +5,14 @@
 Changelog
 *********
 
+paperless-ng 1.4.4
+##################
+
+* Drastically increased the startup time of the docker container. The startup script adjusts the file permissions of all data only if changes are required.
+* Paperless mail: Added ability to specify character set for each server.
+* Updated translations.
+* Document consumption: Ignore Mac OS specific files such as ``.DS_STORE`` and ``._XXXXX.pdf``.
+
 paperless-ng 1.4.3
 ##################
 
index 01ab0dd6c1f05a2f3066b1298e15993f8044c96c..05eee6dd6984c962e42c63cf55677cf7e382524c 100644 (file)
@@ -5,7 +5,7 @@ export const environment = {
   apiBaseUrl: document.baseURI + "api/",
   apiVersion: "2",
   appTitle: "Paperless-ng",
-  version: "1.4.3",
+  version: "1.4.4",
   webSocketHost: window.location.host,
   webSocketProtocol: (window.location.protocol == "https:" ? "wss:" : "ws:"),
   webSocketBaseUrl: base_url.pathname + "ws/",
index dc7411505d8470c92d89b8725ff7e5a5c87e1244..00a47af2dff54d8d69e9e08a35f146e74674af64 100644 (file)
@@ -1 +1 @@
-__version__ = (1, 4, 3)
+__version__ = (1, 4, 4)