Skip to content
This repository was archived by the owner on Feb 16, 2023. It is now read-only.

Commit 3b73146

Browse files
committed
changelog and version bump
1 parent 8e3822f commit 3b73146

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

docs/changelog.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@
55
Changelog
66
*********
77

8+
paperless-ng 1.4.4
9+
##################
10+
11+
* Drastically increased the startup time of the docker container. The startup script adjusts the file permissions of all data only if changes are required.
12+
* Paperless mail: Added ability to specify character set for each server.
13+
* Updated translations.
14+
* Document consumption: Ignore Mac OS specific files such as ``.DS_STORE`` and ``._XXXXX.pdf``.
15+
816
paperless-ng 1.4.3
917
##################
1018

src-ui/src/environments/environment.prod.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export const environment = {
55
apiBaseUrl: document.baseURI + "api/",
66
apiVersion: "2",
77
appTitle: "Paperless-ng",
8-
version: "1.4.3",
8+
version: "1.4.4",
99
webSocketHost: window.location.host,
1010
webSocketProtocol: (window.location.protocol == "https:" ? "wss:" : "ws:"),
1111
webSocketBaseUrl: base_url.pathname + "ws/",

src/paperless/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = (1, 4, 3)
1+
__version__ = (1, 4, 4)

0 commit comments

Comments
 (0)