Skip to content

Commit 66b880a

Browse files
committed
chore(release): 1.0.2
1 parent b63bab7 commit 66b880a

7 files changed

Lines changed: 25 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# (2026-05-07)
2+
3+
4+
### Bug Fixes
5+
6+
* 通过优化设置详情页的尺寸约束与双击导航逻辑, 修复了因双击具体设置组造成的界面显示异常的bug ([638d883](https://github.com/LuSrackhall/KeyTone/commit/638d8839bd8ceec7c070cc6d99966f296c83df61)), closes [#139](https://github.com/LuSrackhall/KeyTone/issues/139)
17
# (2026-03-15)
28

39

docs/docs/.vitepress/config/en.mts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ function sidebarChangelog() {
8181
text: "Changelog",
8282
items: [
8383
// { text: "v0.2.0", link: "/v0.2.0" }, // 最新的changelog, 往上写就好了
84+
{ text: "v1.0.2", link: "/v1.0.2" },
8485
{ text: "v1.0.1", link: "/v1.0.1" },
8586
{ text: "v1.0.0", link: "/v1.0.0" },
8687
{ text: "v0.6.0", link: "/v0.6.0" },

docs/docs/.vitepress/config/zh.mts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ function sidebarChangelog() {
8181
text: "更新日志",
8282
items: [
8383
// { text: "v0.2.0", link: "/v0.2.0" }, // 最新的changelog, 往上写就好了
84+
{ text: "v1.0.2", link: "/v1.0.2" },
8485
{ text: "v1.0.1", link: "/v1.0.1" },
8586
{ text: "v1.0.0", link: "/v1.0.0" },
8687
{ text: "v0.6.0", link: "/v0.6.0" },

docs/docs/changelog/v1.0.2.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# `1.0.2` *(2026-05-07)*
2+
3+
Fixed a display anomaly on the settings page caused by double-clicking a specific settings group.
4+
5+
### Bug Fixes
6+
7+
* Fixed a display anomaly on the settings detail page caused by double-clicking a specific settings group, by optimizing size constraints and double-click navigation logic. ([638d883](https://github.com/LuSrackhall/KeyTone/commit/638d8839bd8ceec7c070cc6d99966f296c83df61)), closes [#139](https://github.com/LuSrackhall/KeyTone/issues/139)

docs/docs/zh/changelog/v1.0.2.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# `1.0.2` *(2026-05-07)*
2+
3+
修复了因双击具体设置组造成的界面显示异常的bug。
4+
5+
### 问题修复
6+
7+
* 通过优化设置详情页的尺寸约束与双击导航逻辑, 修复了因双击具体设置组造成的界面显示异常的bug ([638d883](https://github.com/LuSrackhall/KeyTone/commit/638d8839bd8ceec7c070cc6d99966f296c83df61)), closes [#139](https://github.com/LuSrackhall/KeyTone/issues/139)

frontend/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "key-tone",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Silent Typist's Friend",
55
"productName": "KeyTone",
66
"author": "LuSrackhall <3647637206@qq.com>",

0 commit comments

Comments
 (0)