Skip to content

Commit 74bd39b

Browse files
committed
chore(release): 0.5.1
1 parent 0d5e68c commit 74bd39b

File tree

7 files changed

+33
-3
lines changed

7 files changed

+33
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# (2025-06-05)
2+
3+
4+
### Bug Fixes
5+
6+
* 修复键音专辑页面没有专辑时, 提示用户的按钮的样式异常问题, 此问题会由i18n的语言变化引起。 ([0d5e68c](https://github.com/LuSrackhall/KeyTone/commit/0d5e68c08884d29fe6cb424b34cacd867a65a5a4))
7+
* 修复主页面中, 没有键音专辑时, 提示用户导入或创建的i18n文字过长时换行的不美观问题, 引入滚动条解决此问题。 ([dd3ddb8](https://github.com/LuSrackhall/KeyTone/commit/dd3ddb853008fc862cb1361c521f939fe941b368))
8+
* **appx:** 修复appx包中所支持的语言范围缺少中英外的其它实际支持的语言的问题。 ([f598c5d](https://github.com/LuSrackhall/KeyTone/commit/f598c5d72b154aef5eb071dbd97acf595c90ab85))
9+
* **appx:** 修复appx打包后, 设置界面中启动与自启动设置项内部文字过长引发的 设置界面 整体溢出 的bug, 文字过长多出现于不同i18n语言版本的切换过程中。 ([7e00b0c](https://github.com/LuSrackhall/KeyTone/commit/7e00b0cab068560dfe8bf678802af8754e8cd650))
10+
11+
12+
113
# (2025-05-29)
214

315

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

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

docs/docs/changelog/v0.5.1.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# `0.5.1` *(2025-06-05)*
2+
3+
### Bug Fixes
4+
5+
* Fixed abnormal button style when there is no album on the Key Sound Album page, which was caused by i18n language changes. ([0d5e68c](https://github.com/LuSrackhall/KeyTone/commit/0d5e68c08884d29fe6cb424b34cacd867a65a5a4))
6+
* Fixed the issue where the prompt text for importing or creating an album on the main page would wrap unattractively when the i18n text was too long. A scrollbar is now introduced. ([dd3ddb8](https://github.com/LuSrackhall/KeyTone/commit/dd3ddb853008fc862cb1361c521f939fe941b368))
7+
* **appx:** Fixed the issue where the appx package did not support all actually supported languages except Chinese and English. ([f598c5d](https://github.com/LuSrackhall/KeyTone/commit/f598c5d72b154aef5eb071dbd97acf595c90ab85))
8+
* **appx:** Fixed the bug where the text in the startup and auto-startup settings in the settings page would overflow after packaging as appx, especially when switching between different i18n languages. ([7e00b0c](https://github.com/LuSrackhall/KeyTone/commit/7e00b0cab068560dfe8bf678802af8754e8cd650))

docs/docs/zh/changelog/v0.5.1.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# `0.5.1` *(2025-06-05)*
2+
3+
### 问题修复
4+
5+
* 修复键音专辑页面没有专辑时, 提示用户的按钮的样式异常问题, 此问题会由i18n的语言变化引起。 ([0d5e68c](https://github.com/LuSrackhall/KeyTone/commit/0d5e68c08884d29fe6cb424b34cacd867a65a5a4))
6+
* 修复主页面中, 没有键音专辑时, 提示用户导入或创建的i18n文字过长时换行的不美观问题, 引入滚动条解决此问题。 ([dd3ddb8](https://github.com/LuSrackhall/KeyTone/commit/dd3ddb853008fc862cb1361c521f939fe941b368))
7+
* **appx:** 修复appx包中所支持的语言范围缺少中英外的其它实际支持的语言的问题。 ([f598c5d](https://github.com/LuSrackhall/KeyTone/commit/f598c5d72b154aef5eb071dbd97acf595c90ab85))
8+
* **appx:** 修复appx打包后, 设置界面中启动与自启动设置项内部文字过长引发的 设置界面 整体溢出 的bug, 文字过长多出现于不同i18n语言版本的切换过程中。 ([7e00b0c](https://github.com/LuSrackhall/KeyTone/commit/7e00b0cab068560dfe8bf678802af8754e8cd650))

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

0 commit comments

Comments
 (0)