changelog, version bump

This commit is contained in:
Jonas Winkler 2021-04-27 22:52:50 +02:00
parent c0a1be4325
commit 9494c243a4
3 changed files with 8 additions and 2 deletions

View 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

View 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:")
};

View File

@ -1 +1 @@
__version__ = (1, 4, 1)
__version__ = (1, 4, 2)