File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 3
3
4
4
## [ Unreleased]
5
5
6
+
7
+ ## [ v0.2.0] Default key behaviour (2021-07-06)
8
+
6
9
- Implemented default key behaviour (commit ` valueText ` )
7
10
- Updated keyboard font to [ Stroke Input Keyboard v1.2.0]
8
11
- Cleaned up Java variables
@@ -28,7 +31,9 @@ the actual functionality has not been implemented yet.
28
31
29
32
30
33
[ Unreleased] :
31
- https://github.com/stroke-input/stroke-input-android/compare/v0.1.1...HEAD
34
+ https://github.com/stroke-input/stroke-input-android/compare/v0.2.0...HEAD
35
+ [ v0.2.0] :
36
+ https://github.com/stroke-input/stroke-input-android/compare/v0.1.1...v0.2.0
32
37
[ v0.1.1] :
33
38
https://github.com/stroke-input/stroke-input-android/compare/v0.1.0...v0.1.1
34
39
[ v0.1.0] :
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ android {
10
10
applicationId " io.github.yawnoc.strokeinput"
11
11
minSdkVersion 21
12
12
targetSdkVersion 30
13
- versionCode 3
14
- versionName " 0.1.1 "
13
+ versionCode 4
14
+ versionName " 0.2.0 "
15
15
}
16
16
17
17
buildTypes {
You can’t perform that action at this time.
0 commit comments