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+ ## [ v1.4.2] (68) 煮者 (2025-01-12)
8+
69- Fixed candidate duplication when exact match is also a prefix match (者, 煮)
710- Rewrote ` addCodePointsToSet ` as ` toCodePointSet `
811- Eliminated suffix Hungarian notation outside method names
@@ -674,7 +677,9 @@ the actual functionality has not been implemented yet.
674677
675678
676679[ Unreleased] :
677- https://github.com/stroke-input/stroke-input-android/compare/v1.4.1...HEAD
680+ https://github.com/stroke-input/stroke-input-android/compare/v1.4.2...HEAD
681+ [ v1.4.2] :
682+ https://github.com/stroke-input/stroke-input-android/compare/v1.4.1...v1.4.2
678683[ v1.4.1] :
679684 https://github.com/stroke-input/stroke-input-android/compare/v1.4.0...v1.4.1
680685[ v1.4.0] :
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ android
1111 minSdkVersion 24
1212 compileSdk 35
1313 targetSdkVersion 35
14- versionCode 67
15- versionName " 1.4.1 "
14+ versionCode 68
15+ versionName " 1.4.2 "
1616 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
1717 }
1818 buildTypes
Original file line number Diff line number Diff line change 77< title > 关于</ title >
88</ head >
99< body >
10- < h1 > 笔画输入法 (v1.4.1 )</ h1 >
10+ < h1 > 笔画输入法 (v1.4.2 )</ h1 >
1111< p >
1212< b > < a href ="https://github.com/stroke-input/stroke-input-android "> 笔画输入法</ a > </ b > 是自由开源软件,而恕无担保。
1313</ p >
1414< p class ="notice ">
15- © 2021–2024 < span lang ="en "> Conway</ span > < br >
15+ © 2021–2025 < span lang ="en "> Conway</ span > < br >
1616以 < span lang ="en "> GPL-3.0-only</ span > 授权,见<< a href ="https://www.gnu.org/licenses/ "> https://www.gnu.org/licenses/</ a > >。< br >
1717</ p >
1818< p >
Original file line number Diff line number Diff line change 77< title > 關於</ title >
88</ head >
99< body >
10- < h1 > 筆畫輸入法 (v1.4.1 )</ h1 >
10+ < h1 > 筆畫輸入法 (v1.4.2 )</ h1 >
1111< p >
1212< b > < a href ="https://github.com/stroke-input/stroke-input-android "> 筆畫輸入法</ a > </ b > 為自由開源軟件,而恕無擔保。
1313</ p >
1414< p class ="notice ">
15- © 2021–2024 < span lang ="en "> Conway</ span > < br >
15+ © 2021–2025 < span lang ="en "> Conway</ span > < br >
1616以 < span lang ="en "> GPL-3.0-only</ span > 授權,見<< a href ="https://www.gnu.org/licenses/ "> https://www.gnu.org/licenses/</ a > >。< br >
1717</ p >
1818< p >
Original file line number Diff line number Diff line change 77< title > 關於</ title >
88</ head >
99< body >
10- < h1 > 筆畫輸入法 (v1.4.1 )</ h1 >
10+ < h1 > 筆畫輸入法 (v1.4.2 )</ h1 >
1111< p >
1212< b > < a href ="https://github.com/stroke-input/stroke-input-android "> 筆畫輸入法</ a > </ b > 為自由開源軟體,而恕無擔保。
1313</ p >
1414< p class ="notice ">
15- © 2021–2024 < span lang ="en "> Conway</ span > < br >
15+ © 2021–2025 < span lang ="en "> Conway</ span > < br >
1616以 < span lang ="en "> GPL-3.0-only</ span > 授權,見<< a href ="https://www.gnu.org/licenses/ "> https://www.gnu.org/licenses/</ a > >。< br >
1717</ p >
1818< p >
Original file line number Diff line number Diff line change 77< title > About</ title >
88</ head >
99< body >
10- < h1 > Stroke Input Method (v1.4.1 )</ h1 >
10+ < h1 > Stroke Input Method (v1.4.2 )</ h1 >
1111< p >
1212< b > < a href ="https://github.com/stroke-input/stroke-input-android "> Stroke Input Method</ a > </ b > is free and open-source software
1313with ABSOLUTELY NO WARRANTY.
1414</ p >
1515< p class ="notice ">
16- © 2021–2024 Conway< br >
16+ © 2021–2025 Conway< br >
1717Licensed under GPL-3.0-only, see << a href ="https://www.gnu.org/licenses/ "> https://www.gnu.org/licenses/</ a > >.< br >
1818</ p >
1919< p >
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ OrdinaryDictionaryReplacement: #.links.license-links
1515OrdinaryDictionaryReplacement: #.links.software-properties
1616- queue_position: BEFORE #explicit-links
1717- apply_mode: SIMULTANEOUS
18- * \stroke-input-version --> v1.4.1
19- * \stroke-input-years --> 2021--2024
18+ * \stroke-input-version --> v1.4.2
19+ * \stroke-input-years --> 2021--2025
2020* \material-version --> v1.12.0
2121* \material-years --> 2024
2222* \stroke-data-version --> v1.34.0
You can’t perform that action at this time.
0 commit comments