Skip to content

Commit 0001edf

Browse files
committed
chore(release): 0.3.6
1 parent 30c04fb commit 0001edf

File tree

7 files changed

+30
-3
lines changed

7 files changed

+30
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# (2025-01-29)
2+
3+
4+
### Bug Fixes
5+
6+
* **electron | ui:** 关于应用商店版本 自动启动功能 的进一步修复。 改为在打包时引入并默认启用, 并在设置界面引导用户前往系统 设置>应用>启动 中, 关闭/打开自启动功能。 ([e03c9a9](https://github.com/LuSrackhall/KeyTone/commit/e03c9a91768fb516025846fcef8d79cadf444f0f))
7+
* **ui:** 当音量为0%时, 静音按钮应该保持关闭状态。 ([30c04fb](https://github.com/LuSrackhall/KeyTone/commit/30c04fbb43d20adcb75237dfc12559ba050d3309))
8+
* **ui:** 修复了主界面音量滑块通过单击来调整后, 会被自动退回更改前的位置的bug。(此bug发生的原因是: 对需要实时持久化的变量数据, 仅单变量变更的操作会因通信延迟而天然可靠, 但多个变量变更的操作破坏了这个特性)(解决方式, 在次要变量的变化源头手动制造延迟来使其重新变得可靠) ([4aa721f](https://github.com/LuSrackhall/KeyTone/commit/4aa721f9a4f2dc916c877f47c77a6af02bc122db))
9+
10+
11+
112
# (2025-01-28)
213

314

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: "v0.3.6", link: "/v0.3.6" },
8485
{ text: "v0.3.5", link: "/v0.3.5" },
8586
{ text: "v0.3.4", link: "/v0.3.4" },
8687
{ text: "v0.3.3", link: "/v0.3.3" },

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: "v0.3.6", link: "/v0.3.6" },
8485
{ text: "v0.3.5", link: "/v0.3.5" },
8586
{ text: "v0.3.4", link: "/v0.3.4" },
8687
{ text: "v0.3.3", link: "/v0.3.3" },

docs/docs/changelog/v0.3.6.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# `0.3.6` *(2025-01)*
2+
3+
### Bug Fixes
4+
5+
* **electron | ui:** Further fixes for auto-start functionality in the app store version. Changed to include and enable by default during packaging, and guide users in the settings interface to System Settings > Apps > Startup to turn off/on the auto-start feature. ([e03c9a9](https://github.com/LuSrackhall/KeyTone/commit/e03c9a91768fb516025846fcef8d79cadf444f0f))
6+
* **ui:** When volume is 0%, the mute button should remain in off state. ([30c04fb](https://github.com/LuSrackhall/KeyTone/commit/30c04fbb43d20adcb75237dfc12559ba050d3309))
7+
* **ui:** Fixed a bug where the main interface volume slider would automatically revert to its previous position after adjusting via click. (This bug occurred because: For variables requiring real-time persistence, single variable changes are naturally reliable despite communication delays, but multiple variable changes break this property)(Solution: Manually create a delay at the source of secondary variable changes to restore reliability) ([4aa721f](https://github.com/LuSrackhall/KeyTone/commit/4aa721f9a4f2dc916c877f47c77a6af02bc122db))

docs/docs/zh/changelog/v0.3.6.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# `0.3.6` *(2025-01)*
2+
3+
### 问题修复
4+
5+
* **electron | ui:** 关于应用商店版本 自动启动功能 的进一步修复。 改为在打包时引入并默认启用, 并在设置界面引导用户前往系统 设置>应用>启动 中, 关闭/打开自启动功能。 ([e03c9a9](https://github.com/LuSrackhall/KeyTone/commit/e03c9a91768fb516025846fcef8d79cadf444f0f))
6+
* **ui:** 当音量为0%时, 静音按钮应该保持关闭状态。 ([30c04fb](https://github.com/LuSrackhall/KeyTone/commit/30c04fbb43d20adcb75237dfc12559ba050d3309))
7+
* **ui:** 修复了主界面音量滑块通过单击来调整后, 会被自动退回更改前的位置的bug。(此bug发生的原因是: 对需要实时持久化的变量数据, 仅单变量变更的操作会因通信延迟而天然可靠, 但多个变量变更的操作破坏了这个特性)(解决方式, 在次要变量的变化源头手动制造延迟来使其重新变得可靠) ([4aa721f](https://github.com/LuSrackhall/KeyTone/commit/4aa721f9a4f2dc916c877f47c77a6af02bc122db))

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": "0.3.5",
3+
"version": "0.3.6",
44
"description": "Silent Typist's Friend",
55
"productName": "KeyTone",
66
"author": "LuSrackhall <3647637206@qq.com>",

0 commit comments

Comments
 (0)