Releases: paulgessinger/swift-paperless
v1.8.0 (148)
IMPORTANT: Limited permissions support and testing!
This build introduces the support for limited permissions in the app. Previously, the app would simply throw errors that resulted from API errors on operations that the currently logged in user lacked permissions for.
For example, editing a document without the document edit permissions would simply throw an error that the operation could not be completed. For viewing, this resulted in very frequent errors, as the app periodically refreshes some information.
Now, the app can now work with a minimal set of permissions and will present missing permissions in the UI before errors are being thrown.
Here comes the important bit: I need your help to ensure this doesn't break some workflow or some scenario which I didn't test. For example, if anything is not accessible, a button is greyed out or anything does not behave correctly, even though from you permissions situation you would expect that it does, please report an issue, either via E-Mail or on GitHub on this issue.
Other changes
- Tasks: Only load tasks related to document consumption
- Tasks: Explicitly request only tasks which have not been acknowledged yet.
- Fixed bug that produced an error after creating a document. The document would still be created, but the app would show an error, even though the process was successful.
v1.8.0 (147)
IMPORTANT: Limited permissions support and testing!
This build introduces the support for limited permissions in the app. Previously, the app would simply throw errors that resulted from API errors on operations that the currently logged in user lacked permissions for.
For example, editing a document without the document edit permissions would simply throw an error that the operation could not be completed. For viewing, this resulted in very frequent errors, as the app periodically refreshes some information.
Now, the app can now work with a minimal set of permissions and will present missing permissions in the UI before errors are being thrown.
Here comes the important bit: I need your help to ensure this doesn't break some workflow or some scenario which I didn't test. For example, if anything is not accessible, a button is greyed out or anything does not behave correctly, even though from you permissions situation you would expect that it does, please report an issue, either via E-Mail or on GitHub on this issue.
Other changes
- Tasks: Only load tasks related to document consumption
- Tasks: Explicitly request only tasks which have not been acknowledged yet.
v1.8.0 (146)
IMPORTANT: Limited permissions support and testing!
This build introduces the support for limited permissions in the app. Previously, the app would simply throw errors that resulted from API errors on operations that the currently logged in user lacked permissions for.
For example, editing a document without the document edit permissions would simply throw an error that the operation could not be completed. For viewing, this resulted in very frequent errors, as the app periodically refreshes some information.
Now, the app can now work with a minimal set of permissions and will present missing permissions in the UI before errors are being thrown.
Here comes the important bit: I need your help to ensure this doesn't break some workflow or some scenario which I didn't test. For example, if anything is not accessible, a button is greyed out or anything does not behave correctly, even though from you permissions situation you would expect that it does, please report an issue, either via E-Mail or on GitHub on this issue.
Other changes
- Tasks: Only load tasks related to document consumption
- Tasks: Explicitly request only tasks which have not been acknowledged yet.
v1.7.2
v1.8.0 (144)
- Fix timezone conversion in document created date: on versions below 2.16.0 of Paperless-ngx, the timezone was incorrectly set and resulted in the date shifting when saving.
v1.7.1
- Compatiblity with Paperless-ngx 2.16.0+ after change to document API
v1.8.0 (142)
- Adjust to updated API document data: created is date-only now
It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English.
Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).
v1.7.0
chore: Bump to 1.8.0
v1.8.0 (141)
builds/1.8.0/141 Bump build number to 141
v1.7.0 (140)
- Fix background color of splash screen
- Increase debounce delay in ASN type search to fix concurrency issue
- Allow uploading documents with the title as their filename