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

Release v0.3.2

This commit is contained in:
Patrick Goldinger 2020-12-27 21:48:48 +01:00
parent 6a10f0a01a
commit fe6930fb76
3 changed files with 18 additions and 5 deletions

View File

@ -10,8 +10,8 @@ android {
applicationId "dev.patrickgold.florisboard"
minSdkVersion 23
targetSdkVersion 29
versionCode 20
versionName "0.3.1"
versionCode 21
versionName "0.3.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
@ -53,8 +53,5 @@ dependencies {
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.7"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.7"
implementation 'com.jaredrummler:colorpicker:1.1.0'
// Timber
implementation 'com.jakewharton.timber:timber:4.7.1'
}

View File

@ -0,0 +1,7 @@
- Complete rework of the Smartbar + new features (see PR #91 for more details)
- Add Colemak keyboard layout (#72)
- Add Dvorak keyboard layout (#72)
- Add Esperanto keyboard layout (thanks @jeremiah-miller)
- Add Hungarian keyboard layout (thanks @zoli111)
- Fix event listener NullPointerException (#73, #81)
- Other bug fixes and improvements

View File

@ -0,0 +1,9 @@
- Add option to prioritize hints in the extended popups (#39)
- Add private mode (#106)
- Add precise word deletion (#25) (thanks @yashx)
- Add undo/redo for pasting (#70) (thanks @yashx)
- Add Canadian-French keyboard layout (thanks @The-Quantum-Alpha)
- Improve delete key behavior (thanks @yashx)
- Improve input UX and performance
- Fix delete key crash on holding down
- Other bug fixes and improvements