Skip to content

Commit 2082314

Browse files
committed
chore(release): 0.4.2
1 parent 8518922 commit 2082314

File tree

7 files changed

+27
-3
lines changed

7 files changed

+27
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# (2025-03-14)
2+
3+
4+
### Bug Fixes
5+
6+
* **keytonepkg:** 修复了主页面中主动清空所选键音包后, 整个应用的键音包使用状况没有恢复默认内嵌音的bug。 ([afb7371](https://github.com/LuSrackhall/KeyTone/commit/afb73713649423516b13b3bfb2ada8852bbcb6a0)), closes [#65](https://github.com/LuSrackhall/KeyTone/issues/65)
7+
* **volume:** 对于预览音量的操作, 应该基于音频文件原本的声音去预览, 不应该受到全局音量设置的影响。本次提交修复了这个问题。 ([1d0dfef](https://github.com/LuSrackhall/KeyTone/commit/1d0dfeffb8291fb6cd0931815bd7a9272b4c9b0c)), closes [#64](https://github.com/LuSrackhall/KeyTone/issues/64)
8+
9+
10+
111
# (2025-02-27)
212

313

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.4.2", link: "/v0.4.2" },
8485
{ text: "v0.4.1", link: "/v0.4.1" },
8586
{ text: "v0.4.0", link: "/v0.4.0" },
8687
{ text: "v0.3.6", link: "/v0.3.6" },

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.4.2", link: "/v0.4.2" },
8485
{ text: "v0.4.1", link: "/v0.4.1" },
8586
{ text: "v0.4.0", link: "/v0.4.0" },
8687
{ text: "v0.3.6", link: "/v0.3.6" },

docs/docs/changelog/v0.4.2.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# `0.4.2` *(2025-03)*
2+
3+
### Bug Fixes
4+
5+
* **keytonepkg:** Fixed a bug where after actively clearing the selected keysound package in the main page, the entire application's keysound package usage status did not revert to the default embedded sound. ([afb7371](https://github.com/LuSrackhall/KeyTone/commit/afb73713649423516b13b3bfb2ada8852bbcb6a0)), closes [#65](https://github.com/LuSrackhall/KeyTone/issues/65)
6+
* **volume:** For preview volume operations, they should be based on the original sound of the audio file and should not be affected by global volume settings. This commit fixes this issue. ([1d0dfef](https://github.com/LuSrackhall/KeyTone/commit/1d0dfeffb8291fb6cd0931815bd7a9272b4c9b0c)), closes [#64](https://github.com/LuSrackhall/KeyTone/issues/64)

docs/docs/zh/changelog/v0.4.2.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# `0.4.2` *(2025-03)*
2+
3+
### 问题修复
4+
5+
* **keytonepkg:** 修复了主页面中主动清空所选键音包后, 整个应用的键音包使用状况没有恢复默认内嵌音的bug。 ([afb7371](https://github.com/LuSrackhall/KeyTone/commit/afb73713649423516b13b3bfb2ada8852bbcb6a0)), closes [#65](https://github.com/LuSrackhall/KeyTone/issues/65)
6+
* **volume:** 对于预览音量的操作, 应该基于音频文件原本的声音去预览, 不应该受到全局音量设置的影响。本次提交修复了这个问题。 ([1d0dfef](https://github.com/LuSrackhall/KeyTone/commit/1d0dfeffb8291fb6cd0931815bd7a9272b4c9b0c)), closes [#64](https://github.com/LuSrackhall/KeyTone/issues/64)

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

0 commit comments

Comments
 (0)