Skip to content

Commit

Permalink
chore(release): 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
LuSrackhall committed Jan 17, 2025
1 parent 09d7428 commit b9e0f3b
Show file tree
Hide file tree
Showing 7 changed files with 36 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# (2025-01-17)


### Bug Fixes

* **electron:** 再次修复微软商店版本自启动相关设置无效的问题。 ([d100718](https://github.com/LuSrackhall/KeyTone/commit/d100718868938bb29fdff42dfb6ff66e7f33bab2))
* **ui | electron | appx:** 修复图标背景在win商店和桌面快捷方式时, 为白色的问题。(预期是按照图片中正常的透明色来展示) ([99477f8](https://github.com/LuSrackhall/KeyTone/commit/99477f8e44c7155c9f08b9c6705d022477f166ee)), closes [#57](https://github.com/LuSrackhall/KeyTone/issues/57)
* **ui:** 更改设置界面原有的点标题进入整页的默认行为, 改为双击进入, 原有的单击标题后的行为改为与单击箭头一致的展开设置。 ([9f00684](https://github.com/LuSrackhall/KeyTone/commit/9f00684dff011742b4bca32a42c833de27a256d5))
* **ui:** 修复设置界面改为双击进入整页行为后, 容易被单击误触进入的问题。(放弃了默认的双击事件, 改用单击事件加自定义双击函数处理) ([09d7428](https://github.com/LuSrackhall/KeyTone/commit/09d7428c9da8a0eb9cdf8091688722c1b4f5f3f7))
* **ui:** 修复设置页面中, 主页相关设置的图标错用音量图标的问题。(虽然目前里面的设置确实仅与音量相关) ([87be226](https://github.com/LuSrackhall/KeyTone/commit/87be2264f955fa1bc79a688629ecd04ee472827c))



# (2025-01-16)


Expand Down
1 change: 1 addition & 0 deletions docs/docs/.vitepress/config/en.mts
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ function sidebarChangelog() {
text: "Changelog",
items: [
// { text: "v0.2.0", link: "/v0.2.0" }, // 最新的changelog, 往上写就好了
{ text: "v0.3.3", link: "/v0.3.3" },
{ text: "v0.3.2", link: "/v0.3.2" },
{ text: "v0.3.1", link: "/v0.3.1" },
{ text: "v0.3.0", link: "/v0.3.0" },
Expand Down
1 change: 1 addition & 0 deletions docs/docs/.vitepress/config/zh.mts
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ function sidebarChangelog() {
text: "更新日志",
items: [
// { text: "v0.2.0", link: "/v0.2.0" }, // 最新的changelog, 往上写就好了
{ text: "v0.3.3", link: "/v0.3.3" },
{ text: "v0.3.2", link: "/v0.3.2" },
{ text: "v0.3.1", link: "/v0.3.1" },
{ text: "v0.3.0", link: "/v0.3.0" },
Expand Down
9 changes: 9 additions & 0 deletions docs/docs/changelog/v0.3.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# `0.3.3` *(2025-01)*

### Bug Fixes

* **electron:** Fixed the issue where startup-related settings were invalid again in Microsoft Store version. ([d100718](https://github.com/LuSrackhall/KeyTone/commit/d100718868938bb29fdff42dfb6ff66e7f33bab2))
* **ui | electron | appx:** Fixed the issue where icon background was white instead of transparent in Windows Store and desktop shortcuts (expected to display with normal transparency as in the image). ([99477f8](https://github.com/LuSrackhall/KeyTone/commit/99477f8e44c7155c9f08b9c6705d022477f166ee)), closes [#57](https://github.com/LuSrackhall/KeyTone/issues/57)
* **ui:** Changed the default behavior of clicking title to enter full page in settings interface - now requires double-click to enter, single-click behavior changed to expand settings same as clicking arrow. ([9f00684](https://github.com/LuSrackhall/KeyTone/commit/9f00684dff011742b4bca32a42c833de27a256d5))
* **ui:** Fixed accidental page entry issue after changing to double-click behavior in settings interface (abandoned default double-click event, switched to single-click event with custom double-click function). ([09d7428](https://github.com/LuSrackhall/KeyTone/commit/09d7428c9da8a0eb9cdf8091688722c1b4f5f3f7))
* **ui:** Fixed incorrect use of volume icon for home-related settings in settings page (although current settings are indeed only volume-related). ([87be226](https://github.com/LuSrackhall/KeyTone/commit/87be2264f955fa1bc79a688629ecd04ee472827c))
9 changes: 9 additions & 0 deletions docs/docs/zh/changelog/v0.3.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# `0.3.3` *(2025-01)*

### 问题修复

* **electron:** 再次修复微软商店版本自启动相关设置无效的问题。 ([d100718](https://github.com/LuSrackhall/KeyTone/commit/d100718868938bb29fdff42dfb6ff66e7f33bab2))
* **ui | electron | appx:** 修复图标背景在win商店和桌面快捷方式时, 为白色的问题。(预期是按照图片中正常的透明色来展示) ([99477f8](https://github.com/LuSrackhall/KeyTone/commit/99477f8e44c7155c9f08b9c6705d022477f166ee)), closes [#57](https://github.com/LuSrackhall/KeyTone/issues/57)
* **ui:** 更改设置界面原有的点标题进入整页的默认行为, 改为双击进入, 原有的单击标题后的行为改为与单击箭头一致的展开设置。 ([9f00684](https://github.com/LuSrackhall/KeyTone/commit/9f00684dff011742b4bca32a42c833de27a256d5))
* **ui:** 修复设置界面改为双击进入整页行为后, 容易被单击误触进入的问题。(放弃了默认的双击事件, 改用单击事件加自定义双击函数处理) ([09d7428](https://github.com/LuSrackhall/KeyTone/commit/09d7428c9da8a0eb9cdf8091688722c1b4f5f3f7))
* **ui:** 修复设置页面中, 主页相关设置的图标错用音量图标的问题。(虽然目前里面的设置确实仅与音量相关) ([87be226](https://github.com/LuSrackhall/KeyTone/commit/87be2264f955fa1bc79a688629ecd04ee472827c))
4 changes: 2 additions & 2 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "key-tone",
"version": "0.3.2",
"version": "0.3.3",
"description": "Silent Typist's Friend",
"productName": "KeyTone",
"author": "LuSrackhall <[email protected]>",
Expand Down

0 comments on commit b9e0f3b

Please sign in to comment.