Skip to content

v1.2.0

Choose a tag to compare

@bwt bwt released this 18 Oct 20:14
· 32 commits to main since this release
0372205
  • Add autodownload for all documents (Thanks to @jflesch)

  • Update Compose to 1.7 and Material Design to 1.3, this in turn :

  • Add predictive back support (Android 15)

  • Fixes label autocomplete misplacement

There is a small change in the database schema, it's version has been incremented to 2.
It is not necessary to update the Python script, but if you do, make sure that the Android app has been updated before.

In other words :

  • old versions (< 1.2.0) of the Android app can only handle the version 1 of the database
  • newer version can use both version 1 or 2 of the database

What's Changed

  • Sort documents in integer oder instead of lexicographic by @symphorien in #6
  • Make it possible to download all the documents in the app by @jflesch in #8
  • Changes to make integration with Paperwork possible by @jflesch in #7

New Contributors

Full Changelog: v1.1.13...v1.2.0