Skip to content

Commit

Permalink
chore(release): 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
LuSrackhall committed Jan 20, 2025
1 parent 0bfb32e commit 8cb52dc
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# (2025-01-20)


### Bug Fixes

* **ui | electron | appx:** 将win商店和桌面快捷方式下的图标背景, 改回白色。 ([0bfb32e](https://github.com/LuSrackhall/KeyTone/commit/0bfb32ebb727785b26bf3b5c74b0cb46632a091c)), closes [#57](https://github.com/LuSrackhall/KeyTone/issues/57)
* **ui | electron:** 修复了应用页面内部的url路由在通过`ctrl+鼠标左键`点击后, 触发新的electron窗口展示的问题。(通过监听mainWindow下的新窗口的产生事件, 在新窗口产生前判断是否是预期的产生行为, 若不是则纠正) ([aad9f3d](https://github.com/LuSrackhall/KeyTone/commit/aad9f3d1482e490f5206545b13941df2b6e5da0e)), closes [#40](https://github.com/LuSrackhall/KeyTone/issues/40)
* **ui | electron:** 由于appx格式的自启动功能暂时修复失败, 故在设置页面暂时移除相关设置项。(仅暂时移除appx打包格式下自启动设置) ([8bed9d4](https://github.com/LuSrackhall/KeyTone/commit/8bed9d4dc8e5a98b8c96299ce27934dadfc7f291)), closes [#58](https://github.com/LuSrackhall/KeyTone/issues/58)



# (2025-01-17)


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.4", link: "/v0.3.4" },
{ text: "v0.3.3", link: "/v0.3.3" },
{ text: "v0.3.2", link: "/v0.3.2" },
{ text: "v0.3.1", link: "/v0.3.1" },
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.4", link: "/v0.3.4" },
{ text: "v0.3.3", link: "/v0.3.3" },
{ text: "v0.3.2", link: "/v0.3.2" },
{ text: "v0.3.1", link: "/v0.3.1" },
Expand Down
7 changes: 7 additions & 0 deletions docs/docs/changelog/v0.3.4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# `0.3.4` *(2025-01)*

### Bug Fixes

* **ui | electron | appx:** Changed the icon background back to white for Windows Store and desktop shortcuts. ([0bfb32e](https://github.com/LuSrackhall/KeyTone/commit/0bfb32ebb727785b26bf3b5c74b0cb46632a091c)), closes [#57](https://github.com/LuSrackhall/KeyTone/issues/57)
* **ui | electron:** Fixed an issue where internal URL routes in the application would trigger new Electron windows when clicked with `ctrl+left mouse button`. (By monitoring new window creation events under mainWindow and validating if the creation behavior is expected before it occurs) ([aad9f3d](https://github.com/LuSrackhall/KeyTone/commit/aad9f3d1482e490f5206545b13941df2b6e5da0e)), closes [#40](https://github.com/LuSrackhall/KeyTone/issues/40)
* **ui | electron:** Temporarily removed auto-start settings in appx format from the settings page due to unresolved auto-start functionality issues. (Only removed for appx package format) ([8bed9d4](https://github.com/LuSrackhall/KeyTone/commit/8bed9d4dc8e5a98b8c96299ce27934dadfc7f291)), closes [#58](https://github.com/LuSrackhall/KeyTone/issues/58)
7 changes: 7 additions & 0 deletions docs/docs/zh/changelog/v0.3.4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# `0.3.4` *(2025-01)*

### 问题修复

* **ui | electron | appx:** 将win商店和桌面快捷方式下的图标背景, 改回白色。 ([0bfb32e](https://github.com/LuSrackhall/KeyTone/commit/0bfb32ebb727785b26bf3b5c74b0cb46632a091c)), closes [#57](https://github.com/LuSrackhall/KeyTone/issues/57)
* **ui | electron:** 修复了应用页面内部的url路由在通过`ctrl+鼠标左键`点击后, 触发新的electron窗口展示的问题。(通过监听mainWindow下的新窗口的产生事件, 在新窗口产生前判断是否是预期的产生行为, 若不是则纠正) ([aad9f3d](https://github.com/LuSrackhall/KeyTone/commit/aad9f3d1482e490f5206545b13941df2b6e5da0e)), closes [#40](https://github.com/LuSrackhall/KeyTone/issues/40)
* **ui | electron:** 由于appx格式的自启动功能暂时修复失败, 故在设置页面暂时移除相关设置项。(仅暂时移除appx打包格式下自启动设置) ([8bed9d4](https://github.com/LuSrackhall/KeyTone/commit/8bed9d4dc8e5a98b8c96299ce27934dadfc7f291)), closes [#58](https://github.com/LuSrackhall/KeyTone/issues/58)
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.3",
"version": "0.3.4",
"description": "Silent Typist's Friend",
"productName": "KeyTone",
"author": "LuSrackhall <[email protected]>",
Expand Down

0 comments on commit 8cb52dc

Please sign in to comment.