File tree Expand file tree Collapse file tree 6 files changed +12
-7
lines changed Expand file tree Collapse file tree 6 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 3
3
4
4
## [ Unreleased]
5
5
6
+
7
+ ## [ v0.7.1] Key previews shift fix (2021-07-30)
8
+
6
9
- Fixed key previews not updating on certain shift mode changes
7
10
8
11
@@ -145,7 +148,9 @@ the actual functionality has not been implemented yet.
145
148
146
149
147
150
[ Unreleased] :
148
- https://github.com/stroke-input/stroke-input-android/compare/v0.7.0...HEAD
151
+ https://github.com/stroke-input/stroke-input-android/compare/v0.7.1...HEAD
152
+ [ v0.7.1] :
153
+ https://github.com/stroke-input/stroke-input-android/compare/v0.7.0...v0.7.1
149
154
[ v0.7.0] :
150
155
https://github.com/stroke-input/stroke-input-android/compare/v0.6.4...v0.7.0
151
156
[ v0.6.4] :
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ android {
9
9
applicationId " io.github.yawnoc.strokeinput"
10
10
minSdkVersion 17
11
11
targetSdkVersion 30
12
- versionCode 15
13
- versionName " 0.7.0 "
12
+ versionCode 16
13
+ versionName " 0.7.1 "
14
14
}
15
15
buildTypes {
16
16
release {
Original file line number Diff line number Diff line change 7
7
< title > 關於</ title >
8
8
</ head >
9
9
< body >
10
- < h1 > 筆畫輸入法 (v0.7.0 )</ h1 >
10
+ < h1 > 筆畫輸入法 (v0.7.1 )</ h1 >
11
11
< p >
12
12
< b > < a href ="https://github.com/stroke-input/stroke-input-android "> 筆畫輸入法</ a > </ b > 為自由軟件,恕無擔保。
13
13
</ p >
Original file line number Diff line number Diff line change 7
7
< title > 關於</ title >
8
8
</ head >
9
9
< body >
10
- < h1 > 筆畫輸入法 (v0.7.0 )</ h1 >
10
+ < h1 > 筆畫輸入法 (v0.7.1 )</ h1 >
11
11
< p >
12
12
< b > < a href ="https://github.com/stroke-input/stroke-input-android "> 筆畫輸入法</ a > </ b > 為自由軟體,恕無擔保。
13
13
</ p >
Original file line number Diff line number Diff line change 7
7
< title > About</ title >
8
8
</ head >
9
9
< body >
10
- < h1 > Stroke Input Method (v0.7.0 )</ h1 >
10
+ < h1 > Stroke Input Method (v0.7.1 )</ h1 >
11
11
< p >
12
12
< b > < a href ="https://github.com/stroke-input/stroke-input-android "> Stroke Input Method</ a > </ b > is free software with ABSOLUTELY NO WARRANTY.
13
13
</ p >
Original file line number Diff line number Diff line change 1
1
{: \GPL-3.0-only : b<https://www.gnu.org/licenses/> :}
2
2
{: \Apache-2.0 : b<https://www.apache.org/licenses/LICENSE-2.0.html> :}
3
3
4
- {: \stroke-input-version: v0.7.0 :}
4
+ {: \stroke-input-version: v0.7.1 :}
5
5
{: \stroke-input-url :
6
6
https://github.com/stroke-input/stroke-input-android
7
7
:}
You can’t perform that action at this time.
0 commit comments