Skip to content

Commit 287fc27

Browse files
committedMay 22, 2021
Bump version to 1.8
1 parent 25c9589 commit 287fc27

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed
 

‎app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ android {
2727
applicationId 'ee.ioc.phon.android.speak'
2828
minSdkVersion 21
2929
targetSdkVersion 30
30-
versionCode 1765
31-
versionName '1.7.65'
30+
versionCode 1800
31+
versionName '1.8.00'
3232
vectorDrawables.useSupportLibrary = true
3333
// Keep only en and et resources
3434
resConfigs "en", "et"

‎metadata/en-US/changelogs/1800.txt

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
- Lift min API level to 21
2+
- Improve mic button colors
3+
- Show selected combos as individual buttons, if at least 3 combos
4+
- Improve help text
5+
- IME/Buttons: Hide rules that do not have a label
6+
- IME/Ops: replaceSel: add 2nd arg "regex" which sets a new selection within the replacement using the first group of the matching regex.

0 commit comments

Comments
 (0)
Failed to load comments.