Skip to content

Commit acb76ed

Browse files
committed
Bump version to v0.7.2
1 parent f033361 commit acb76ed

File tree

6 files changed

+12
-7
lines changed

6 files changed

+12
-7
lines changed

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.7.2] Clipped previews fix (2021-08-08)
8+
69
- Limited keyboard height to 50% of screen
710
- Allocated space above keyboard for candidates bar
811
- Fixed key previews clipped in Android 9 (API level 28)
@@ -154,7 +157,9 @@ the actual functionality has not been implemented yet.
154157

155158

156159
[Unreleased]:
157-
https://github.com/stroke-input/stroke-input-android/compare/v0.7.1...HEAD
160+
https://github.com/stroke-input/stroke-input-android/compare/v0.7.2...HEAD
161+
[v0.7.2]:
162+
https://github.com/stroke-input/stroke-input-android/compare/v0.7.1...v0.7.2
158163
[v0.7.1]:
159164
https://github.com/stroke-input/stroke-input-android/compare/v0.7.0...v0.7.1
160165
[v0.7.0]:

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 17
1111
targetSdkVersion 30
12-
versionCode 16
13-
versionName "0.7.1"
12+
versionCode 17
13+
versionName "0.7.2"
1414
}
1515
buildTypes {
1616
release {

app/src/main/assets/about-zh-Hant-HK.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<title>關於</title>
88
</head>
99
<body>
10-
<h1>筆畫輸入法 (v0.7.1)</h1>
10+
<h1>筆畫輸入法 (v0.7.2)</h1>
1111
<p>
1212
<b><a href="https://github.com/stroke-input/stroke-input-android">筆畫輸入法</a></b>為自由軟件,恕無擔保。
1313
</p>

app/src/main/assets/about-zh-Hant-TW.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<title>關於</title>
88
</head>
99
<body>
10-
<h1>筆畫輸入法 (v0.7.1)</h1>
10+
<h1>筆畫輸入法 (v0.7.2)</h1>
1111
<p>
1212
<b><a href="https://github.com/stroke-input/stroke-input-android">筆畫輸入法</a></b>為自由軟體,恕無擔保。
1313
</p>

app/src/main/assets/about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<title>About</title>
88
</head>
99
<body>
10-
<h1>Stroke Input Method (v0.7.1)</h1>
10+
<h1>Stroke Input Method (v0.7.2)</h1>
1111
<p>
1212
<b><a href="https://github.com/stroke-input/stroke-input-android">Stroke Input Method</a></b> is free software with ABSOLUTELY NO WARRANTY.
1313
</p>

app/src/main/assets/links.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{: \GPL-3.0-only : b<https://www.gnu.org/licenses/> :}
22
{: \Apache-2.0 : b<https://www.apache.org/licenses/LICENSE-2.0.html> :}
33

4-
{: \stroke-input-version: v0.7.1 :}
4+
{: \stroke-input-version: v0.7.2 :}
55
{: \stroke-input-url :
66
https://github.com/stroke-input/stroke-input-android
77
:}

0 commit comments

Comments
 (0)