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 bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaswinkler committed Mar 18, 2021
1 parent b6111d8 commit ce2bae1
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@
Changelog
*********

paperless-ng 1.3.2
##################

* Added translation into Portuguese.

* Changes

* The exporter now exports user accounts, mail accounts, mail rules and saved views as well.

* Fixes

* Minor layout issues with document cards and the log viewer.

* Fixed an issue with any/all/exact matching when characters used in regular expressions were used for the match.

paperless-ng 1.3.1
##################

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 @@ -3,7 +3,7 @@ export const environment = {
apiBaseUrl: "/api/",
apiVersion: "2",
appTitle: "Paperless-ng",
version: "1.3.1",
version: "1.3.2",
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, 3, 1)
__version__ = (1, 3, 2)

0 comments on commit ce2bae1

Please sign in to comment.