mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
changelog, version bump
This commit is contained in:
parent
0547fd2760
commit
a8e7ec0e96
@ -5,6 +5,22 @@
|
|||||||
Changelog
|
Changelog
|
||||||
*********
|
*********
|
||||||
|
|
||||||
|
paperless-ng 1.4.1
|
||||||
|
##################
|
||||||
|
|
||||||
|
* Added Polish locale.
|
||||||
|
|
||||||
|
* Changed some parts of the Dockerfile to hopefully restore functionality on certain ARM devices.
|
||||||
|
|
||||||
|
* Updated python dependencies.
|
||||||
|
|
||||||
|
* `Michael Shamoon`_ added a sticky filter / bulk edit bar.
|
||||||
|
|
||||||
|
* `sbrl`_ changed the docker-entrypoint.sh script to increase compatibility with NFS shares.
|
||||||
|
|
||||||
|
* `Chris Nagy`_ added support for creating a super user by passing ``PAPERLESS_ADMIN_USER`` and
|
||||||
|
``PAPERLESS_ADMIN_PASSWORD`` as environment variables to the docker container.
|
||||||
|
|
||||||
paperless-ng 1.4.0
|
paperless-ng 1.4.0
|
||||||
##################
|
##################
|
||||||
|
|
||||||
@ -1345,6 +1361,8 @@ bulk of the work on this big change.
|
|||||||
|
|
||||||
* Initial release
|
* Initial release
|
||||||
|
|
||||||
|
.. _Chris Nagy: https://github.com/what-name
|
||||||
|
.. _sbrl: https://github.com/sbrl
|
||||||
.. _slorenz: https://github.com/sisao
|
.. _slorenz: https://github.com/sisao
|
||||||
.. _Jo Vandeginste: https://github.com/jovandeginste
|
.. _Jo Vandeginste: https://github.com/jovandeginste
|
||||||
.. _zjean: https://github.com/zjean
|
.. _zjean: https://github.com/zjean
|
||||||
|
@ -3,7 +3,7 @@ export const environment = {
|
|||||||
apiBaseUrl: "/api/",
|
apiBaseUrl: "/api/",
|
||||||
apiVersion: "2",
|
apiVersion: "2",
|
||||||
appTitle: "Paperless-ng",
|
appTitle: "Paperless-ng",
|
||||||
version: "1.4.0",
|
version: "1.4.1",
|
||||||
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, 0)
|
__version__ = (1, 4, 1)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user