Skip to content

Releases: paulgessinger/swift-paperless

v1.8.0 (148)

09 Jun 20:08
Compare
Choose a tag to compare
v1.8.0 (148) Pre-release
Pre-release

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)

08 Jun 19:28
Compare
Choose a tag to compare
v1.8.0 (147) Pre-release
Pre-release

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)

08 Jun 19:04
Compare
Choose a tag to compare
v1.8.0 (146) Pre-release
Pre-release

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

01 Jun 13:40
Compare
Choose a tag to compare
chore: Set version to 1.7.2 (145)

v1.8.0 (144)

25 May 20:45
Compare
Choose a tag to compare
v1.8.0 (144) Pre-release
Pre-release
  • 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

25 May 11:37
Compare
Choose a tag to compare
  • Compatiblity with Paperless-ngx 2.16.0+ after change to document API

v1.8.0 (142)

22 May 21:48
Compare
Choose a tag to compare
v1.8.0 (142) Pre-release
Pre-release
  • 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

22 May 21:49
Compare
Choose a tag to compare
chore: Bump to 1.8.0

v1.8.0 (141)

19 May 08:25
Compare
Choose a tag to compare
v1.8.0 (141) Pre-release
Pre-release
builds/1.8.0/141

Bump build number to 141

v1.7.0 (140)

02 May 13:15
Compare
Choose a tag to compare
v1.7.0 (140) Pre-release
Pre-release
  • 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