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

Release v0.3.0

This commit is contained in:
Patrick Goldinger 2020-12-06 23:48:59 +01:00
parent 4a57829105
commit de389918be
3 changed files with 16 additions and 3 deletions

View File

@ -40,7 +40,7 @@ do so, as listed [here](CONTRIBUTING.md#giving-general-feedback).
### Note on F-Droid release
FlorisBoard is currently available through Google Play and IzzySoft's
repo for F-Droid, but is in the inclusion process for the main F-Droid
repo. Planned proper F-Droid release is version 0.3.0.
repo.
---

View File

@ -10,8 +10,8 @@ android {
applicationId "dev.patrickgold.florisboard"
minSdkVersion 23
targetSdkVersion 29
versionCode 18
versionName "0.2.6"
versionCode 19
versionName "0.3.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

View File

@ -0,0 +1,13 @@
- Add option to adjust font size multiplier (#48)
- Add Arabic keyboard (thanks @HeiWiper)
- Add Arabic translation (thanks @HeiWiper)
- Add Dutch translation (thanks @mondlicht-und-sterne)
- Add Finnish translation (thanks @teemue)
- Add French translation (thanks @HeiWiper)
- Add Greek translation (thanks @tsiflimagas)
- Complete Italian translation (thanks @lzambarda)
- Fix bottom offset not applying correctly (#58)
- Fix symbol hint not accounting for missing shift (#68)
- Fix keyboard UI not displaying correctly for rtl languages (#69)
- Major improvements in auto sizing (#48, #50, #61)
- Improve precise character delete swipe (#25)