File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33
44## [ Unreleased]
55
6+
7+ ## [ v0.2.0] Default key behaviour (2021-07-06)
8+
69- Implemented default key behaviour (commit ` valueText ` )
710- Updated keyboard font to [ Stroke Input Keyboard v1.2.0]
811- Cleaned up Java variables
@@ -28,7 +31,9 @@ the actual functionality has not been implemented yet.
2831
2932
3033[ 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
3237[ v0.1.1] :
3338 https://github.com/stroke-input/stroke-input-android/compare/v0.1.0...v0.1.1
3439[ v0.1.0] :
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ android {
1010 applicationId " io.github.yawnoc.strokeinput"
1111 minSdkVersion 21
1212 targetSdkVersion 30
13- versionCode 3
14- versionName " 0.1.1 "
13+ versionCode 4
14+ versionName " 0.2.0 "
1515 }
1616
1717 buildTypes {
You can’t perform that action at this time.
0 commit comments