Skip to content

Commit e26d94b

Browse files
committed
Bump version to v0.6.0
1 parent 113b48c commit e26d94b

4 files changed

Lines changed: 10 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33

44
## [Unreleased]
55

6+
7+
## [v0.6.0] Touch logic rewrite (2021-07-17)
8+
69
- Rewrote touch logic:
710
- Fixed broken logic for second moving pointer
811
- Reimplemented shift key logic to allow for:
@@ -95,7 +98,9 @@ the actual functionality has not been implemented yet.
9598

9699

97100
[Unreleased]:
98-
https://github.com/stroke-input/stroke-input-android/compare/v0.5.2...HEAD
101+
https://github.com/stroke-input/stroke-input-android/compare/v0.6.0...HEAD
102+
[v0.6.0]:
103+
https://github.com/stroke-input/stroke-input-android/compare/v0.5.2...v0.6.0
99104
[v0.5.2]:
100105
https://github.com/stroke-input/stroke-input-android/compare/v0.5.1...v0.5.2
101106
[v0.5.1]:

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ android {
99
applicationId "io.github.yawnoc.strokeinput"
1010
minSdkVersion 14
1111
targetSdkVersion 30
12-
versionCode 9
13-
versionName "0.5.2"
12+
versionCode 10
13+
versionName "0.6.0"
1414
}
1515
buildTypes {
1616
release {

app/src/main/assets/about.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
%%
4848

4949

50-
# Stroke Input Method (v0.5.2) #
50+
# Stroke Input Method (v0.6.0) #
5151

5252
----
5353
__[Stroke Input Method (<span class="zh-Hant">筆畫輸入法</span>)][stroke]__

app/src/main/assets/about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
}</style>
4444
</head>
4545
<body>
46-
<h1>Stroke Input Method (v0.5.2)</h1>
46+
<h1>Stroke Input Method (v0.6.0)</h1>
4747
<p>
4848
<b><a href="https://github.com/stroke-input/stroke-input-android">Stroke Input Method (<span class="zh-Hant">筆畫輸入法</span>)</a></b>
4949
is free software with NO WARRANTY etc. etc.

0 commit comments

Comments
 (0)