mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-21 10:29:29 -05:00
changelog, version bump
This commit is contained in:
parent
c0a1be4325
commit
9494c243a4
@ -5,6 +5,11 @@
|
|||||||
Changelog
|
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
|
paperless-ng 1.4.1
|
||||||
##################
|
##################
|
||||||
|
|
||||||
@ -1361,6 +1366,7 @@ bulk of the work on this big change.
|
|||||||
|
|
||||||
* Initial release
|
* Initial release
|
||||||
|
|
||||||
|
.. _WhiteHatTux: https://github.com/WhiteHatTux
|
||||||
.. _Chris Nagy: https://github.com/what-name
|
.. _Chris Nagy: https://github.com/what-name
|
||||||
.. _sbrl: https://github.com/sbrl
|
.. _sbrl: https://github.com/sbrl
|
||||||
.. _slorenz: https://github.com/sisao
|
.. _slorenz: https://github.com/sisao
|
||||||
|
@ -3,7 +3,7 @@ export const environment = {
|
|||||||
apiBaseUrl: "/api/",
|
apiBaseUrl: "/api/",
|
||||||
apiVersion: "2",
|
apiVersion: "2",
|
||||||
appTitle: "Paperless-ng",
|
appTitle: "Paperless-ng",
|
||||||
version: "1.4.1",
|
version: "1.4.2",
|
||||||
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, 4, 1)
|
__version__ = (1, 4, 2)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user