mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
version bump
This commit is contained in:
parent
d5eff386db
commit
f919ec0d57
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -208,7 +208,7 @@ jobs:
|
|||||||
tag_name: ng-${{ steps.get_version.outputs.version }}
|
tag_name: ng-${{ steps.get_version.outputs.version }}
|
||||||
release_name: Paperless-ng ${{ steps.get_version.outputs.version }}
|
release_name: Paperless-ng ${{ steps.get_version.outputs.version }}
|
||||||
draft: false
|
draft: false
|
||||||
prerelease: true
|
prerelease: false
|
||||||
body: |
|
body: |
|
||||||
For a complete list of changes, see the changelog at https://paperless-ng.readthedocs.io/en/latest/changelog.html.
|
For a complete list of changes, see the changelog at https://paperless-ng.readthedocs.io/en/latest/changelog.html.
|
||||||
-
|
-
|
||||||
|
@ -5,6 +5,19 @@
|
|||||||
Changelog
|
Changelog
|
||||||
*********
|
*********
|
||||||
|
|
||||||
|
|
||||||
|
paperless-ng 1.0.0
|
||||||
|
##################
|
||||||
|
|
||||||
|
Nothing special about this release, but since there are relatively few bug reports coming in, I think that this is reasonably stable.
|
||||||
|
|
||||||
|
* Changes and additions
|
||||||
|
|
||||||
|
* Added a language selector to the settings.
|
||||||
|
* Added date format options to the settings.
|
||||||
|
* Range selection with shift clicking is now possible in the document list.
|
||||||
|
|
||||||
|
|
||||||
paperless-ng 0.9.14
|
paperless-ng 0.9.14
|
||||||
###################
|
###################
|
||||||
|
|
||||||
|
@ -2,5 +2,5 @@ export const environment = {
|
|||||||
production: true,
|
production: true,
|
||||||
apiBaseUrl: "/api/",
|
apiBaseUrl: "/api/",
|
||||||
appTitle: "Paperless-ng",
|
appTitle: "Paperless-ng",
|
||||||
version: "0.9.14"
|
version: "1.0.0"
|
||||||
};
|
};
|
||||||
|
@ -1 +1 @@
|
|||||||
__version__ = (0, 9, 14)
|
__version__ = (1, 0, 0)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user