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

Commit

Permalink
changelog and version
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaswinkler committed Feb 17, 2021
1 parent a1162d6 commit 08a44cf
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 8 deletions.
19 changes: 13 additions & 6 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,12 @@
Changelog
*********

paperless-ng 1.1.3
paperless-ng 1.1.4
##################

* Added a docker-specific configuration option to adjust the number of
worker processes of the web server. See :ref:`configuration-docker`.

* Some more memory usage optimizations.
* Added English (GB) locale.

* Don't show inbox statistics if no inbox tag is defined.
* Added ISO-8601 date display option.

.. note::

Expand All @@ -26,6 +23,16 @@ paperless-ng 1.1.3

If using docker, this does not affect you.

paperless-ng 1.1.3
##################

* Added a docker-specific configuration option to adjust the number of
worker processes of the web server. See :ref:`configuration-docker`.

* Some more memory usage optimizations.

* Don't show inbox statistics if no inbox tag is defined.

paperless-ng 1.1.2
##################

Expand Down
2 changes: 1 addition & 1 deletion src-ui/src/environments/environment.prod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export const environment = {
production: true,
apiBaseUrl: "/api/",
appTitle: "Paperless-ng",
version: "1.1.3",
version: "1.1.4",
webSocketHost: window.location.host,
webSocketProtocol: (window.location.protocol == "https:" ? "wss:" : "ws:")
};
2 changes: 1 addition & 1 deletion src/paperless/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = (1, 1, 3)
__version__ = (1, 1, 4)

0 comments on commit 08a44cf

Please sign in to comment.