v2.1.0
Document scanner import limit
In previous versions, the advanced document scanner was only able to scan 10 image at once when creating a new document. This limit has been removed.
Issues when changing the password
When closing the app while a password/biometrics change was in progress, the authentication no longer worked as the saved credentials were corrupted. This is now fixed.
Crash when downloading new OCR languages
If the network was interrupted while downloading new OCR languages, the app might crash. This only hap
Folders are no longer cached
Athena used to cache the contents of folders once visited. For example, when navigating to the parent of a certain folder, the content of that subpage was still loaded into memory. If you then went back to the subpage, the documents and folders did not have to be retrieved from the database. While this improved the performance, it also introduced more complexity: Folders and documents must be kept in sync (e.g. after deleting a tag).
After some investigation, it turned out that the performance gain by caching the contents of folders does not outweight or justify the added complexity. Thus, to keep things simple and more maintanable, the caching is now removed.
This might be noticeable by a short loading sequence when navigating through folders.