0
0
mirror of https://github.com/florisboard/florisboard.git synced 2024-09-20 03:52:18 +02:00

Release v0.3.10

This commit is contained in:
Patrick Goldinger 2021-04-08 20:37:35 +02:00
parent a88e04c8f3
commit a8213d2e2a
2 changed files with 12 additions and 1 deletions

View File

@ -23,7 +23,7 @@ android {
applicationId = "dev.patrickgold.florisboard" applicationId = "dev.patrickgold.florisboard"
minSdkVersion(23) minSdkVersion(23)
targetSdkVersion(30) targetSdkVersion(30)
versionCode(34) versionCode(35)
versionName("0.3.10") versionName("0.3.10")
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

View File

@ -0,0 +1,11 @@
- Add glide/gesture typing
- Add rtl-optimized symbol layouts
- Add ability to choose currency symbol set
- Add clipboard manager/history
- Add several new layouts and improve existing ones
- Improve suggestions frontend (candidate view now supports different view modes)
- Fix a lot of bugs and crashes
Note that this release does a one-time reset of your subtypes, this is because the internal structure has changed.
Detailed changelog: https://github.com/florisboard/florisboard/releases/tag/v0.3.10