0
0
mirror of https://github.com/florisboard/florisboard.git synced 2024-09-19 19:42:20 +02:00

Release v0.3.6

This commit is contained in:
Patrick Goldinger 2021-02-01 20:47:53 +01:00
parent fe8efa8496
commit 57350b422d
2 changed files with 16 additions and 2 deletions

View File

@ -19,8 +19,8 @@ android {
applicationId "dev.patrickgold.florisboard"
minSdkVersion 23
targetSdkVersion 29
versionCode 24
versionName "0.3.5"
versionCode 25
versionName "0.3.6"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

View File

@ -0,0 +1,14 @@
- Add landscape full screen text edit support
- Add Bulgarian phonetic layout (#244) (thanks @lorvethe)
- Add Hebrew layout (#264) (thanks @antonygggg)
- Add Kurdish layout (#271) (thanks @kurdikeyboard)
- Add Serbian layouts (#275) (thanks @GrbavaCigla)
- Add Trukish extended popups for QWERTY (#247) (thanks @kisekinopureya)
- Add Floris Black and Floris Black Borderless themes (#297) (thanks @serebit)
- Improve moving gestures detection and UX
- Improve key hint label style (#213)
- Improve bottom offset feature (#58)
- Fix utility key naming (#246)
- Fix theme creation crash (#266)
- Fix memory leaks and reset failures (#267)
- Fix machine-keyword Locale issue (#135)