File tree Expand file tree Collapse file tree 4 files changed +10
-5
lines changed Expand file tree Collapse file tree 4 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 3
3
4
4
## [ Unreleased]
5
5
6
+
7
+ ## [ v0.5.2] Dark theme (2021-07-14)
8
+
6
9
- Implemented dark theme for main activity and About
7
10
- Made About show full screen on mobile
8
11
- Made About have ` max-width ` on desktop
@@ -83,7 +86,9 @@ the actual functionality has not been implemented yet.
83
86
84
87
85
88
[ Unreleased] :
86
- https://github.com/stroke-input/stroke-input-android/compare/v0.5.1...HEAD
89
+ https://github.com/stroke-input/stroke-input-android/compare/v0.5.2...HEAD
90
+ [ v0.5.2] :
91
+ https://github.com/stroke-input/stroke-input-android/compare/v0.5.1...v0.5.2
87
92
[ v0.5.1] :
88
93
https://github.com/stroke-input/stroke-input-android/compare/v0.5.0...v0.5.1
89
94
[ v0.5.0] :
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 14
11
11
targetSdkVersion 30
12
- versionCode 8
13
- versionName " 0.5.1 "
12
+ versionCode 9
13
+ versionName " 0.5.2 "
14
14
}
15
15
buildTypes {
16
16
release {
Original file line number Diff line number Diff line change 47
47
%%
48
48
49
49
50
- # Stroke Input Method (v0.5.1 ) #
50
+ # Stroke Input Method (v0.5.2 ) #
51
51
52
52
----
53
53
__[Stroke Input Method (< span class=" zh-Hant" > 筆畫輸入法< /span> )][stroke]__
Original file line number Diff line number Diff line change 43
43
}</ style >
44
44
</ head >
45
45
< body >
46
- < h1 > Stroke Input Method (v0.5.1 )</ h1 >
46
+ < h1 > Stroke Input Method (v0.5.2 )</ h1 >
47
47
< p >
48
48
< b > < a href ="https://github.com/stroke-input/stroke-input-android "> Stroke Input Method (< span class ="zh-Hant "> 筆畫輸入法</ span > )</ a > </ b >
49
49
is free software with NO WARRANTY etc. etc.
You can’t perform that action at this time.
0 commit comments