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.3.0] Basic keyboard behaviour (2021-07-08)
8+
69Implemented everything that a normal (non-stroke-input) keyboard should do.
710
811- Improved logic for multiple pointers (e.g. two-thumb typing)
@@ -39,7 +42,9 @@ the actual functionality has not been implemented yet.
3942
4043
4144[ Unreleased] :
42- https://github.com/stroke-input/stroke-input-android/compare/v0.2.0...HEAD
45+ https://github.com/stroke-input/stroke-input-android/compare/v0.3.0...HEAD
46+ [ v0.3.0] :
47+ https://github.com/stroke-input/stroke-input-android/compare/v0.2.0...v0.3.0
4348[ v0.2.0] :
4449 https://github.com/stroke-input/stroke-input-android/compare/v0.1.1...v0.2.0
4550[ v0.1.1] :
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ android {
1010 applicationId " io.github.yawnoc.strokeinput"
1111 minSdkVersion 24
1212 targetSdkVersion 30
13- versionCode 4
14- versionName " 0.2 .0"
13+ versionCode 5
14+ versionName " 0.3 .0"
1515 }
1616
1717 buildTypes {
You can’t perform that action at this time.
0 commit comments