mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-11 10:00:48 -05:00
changelog and version bump
This commit is contained in:
parent
b6111d8da6
commit
ce2bae12af
@ -5,6 +5,21 @@
|
|||||||
Changelog
|
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
|
paperless-ng 1.3.1
|
||||||
##################
|
##################
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@ export const environment = {
|
|||||||
apiBaseUrl: "/api/",
|
apiBaseUrl: "/api/",
|
||||||
apiVersion: "2",
|
apiVersion: "2",
|
||||||
appTitle: "Paperless-ng",
|
appTitle: "Paperless-ng",
|
||||||
version: "1.3.1",
|
version: "1.3.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, 3, 1)
|
__version__ = (1, 3, 2)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user