updating changelog

This commit is contained in:
tibbi 2021-03-21 17:45:50 +01:00
parent 58597c94b7
commit 89273f12a7
2 changed files with 10 additions and 0 deletions

View File

@ -1,6 +1,13 @@
Changelog
==========
Version 6.7.0 *(2021-03-21)*
----------------------------
* Removed the Storage permission on Android 9+, notes synced to files have to be set up again
* Limit file size to 1 MB in all cases
* Some design, stability and translation improvements
Version 6.6.2 *(2021-02-20)*
----------------------------

View File

@ -0,0 +1,3 @@
* Removed the Storage permission on Android 9+, notes synced to files have to be set up again
* Limit file size to 1 MB in all cases
* Some design, stability and translation improvements