]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
changelog, version bump ng-1.4.2
authorJonas Winkler <jonas.winkler@tu-berlin.de>
Tue, 27 Apr 2021 20:52:50 +0000 (22:52 +0200)
committerJonas Winkler <jonas.winkler@tu-berlin.de>
Tue, 27 Apr 2021 20:52:50 +0000 (22:52 +0200)
docs/changelog.rst
src-ui/src/environments/environment.prod.ts
src/paperless/version.py

index 0e550250108abef21e73f87715d3abc31736e9e7..9acfed57e7744c22a70a2338a1d0ef31fc94b445 100644 (file)
@@ -5,6 +5,11 @@
 Changelog
 *********
 
+paperless-ng 1.4.2
+##################
+
+* Fixed an issue with ``sudo`` that caused paperless to not start on many Raspberry Pi devices. Thank you `WhiteHatTux`_!
+
 paperless-ng 1.4.1
 ##################
 
@@ -1361,6 +1366,7 @@ bulk of the work on this big change.
 
 * Initial release
 
+.. _WhiteHatTux: https://github.com/WhiteHatTux
 .. _Chris Nagy: https://github.com/what-name
 .. _sbrl: https://github.com/sbrl
 .. _slorenz: https://github.com/sisao
index 851cf9e7188340ab967a2dbcb5b2a919cc9e0d28..b60824248cfd8f415c858f46e4134c6abc838bf1 100644 (file)
@@ -3,7 +3,7 @@ export const environment = {
   apiBaseUrl: "/api/",
   apiVersion: "2",
   appTitle: "Paperless-ng",
-  version: "1.4.1",
+  version: "1.4.2",
   webSocketHost: window.location.host,
   webSocketProtocol: (window.location.protocol == "https:" ? "wss:" : "ws:")
 };
index 71bf75b3d7e9a934d20133b3cb1139e1d21f4c96..ffb22f305bffb2f5628e45165749a871321506f8 100644 (file)
@@ -1 +1 @@
-__version__ = (1, 4, 1)
+__version__ = (1, 4, 2)