Skip to content

Commit 67a6f24

Browse files
committed
chore(release): v1.6.0-beta.3
1 parent 13ac160 commit 67a6f24

File tree

2 files changed

+104
-1
lines changed

2 files changed

+104
-1
lines changed

CHANGELOG.md

Lines changed: 103 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,108 @@
11
# Changelog
22

3+
## v1.6.0-beta.3
4+
5+
[compare changes](https://github.com/wood3n/biu/compare/v1.5.3-beta.1...v1.6.0-beta.3)
6+
7+
### 🚀 Enhancements
8+
9+
- 补充自动检测应用版本更新功能 ([f0652d8](https://github.com/wood3n/biu/commit/f0652d8))
10+
- 添加 mini 播放器功能 ([8643934](https://github.com/wood3n/biu/commit/8643934))
11+
- Add history page and optimize playback logic ([50fd57f](https://github.com/wood3n/biu/commit/50fd57f))
12+
- 添加 mini-player 播放模式按钮并重命名同步模块 ([0f220ed](https://github.com/wood3n/biu/commit/0f220ed))
13+
- Add audio waveform visualization feature ([d244e18](https://github.com/wood3n/biu/commit/d244e18))
14+
15+
### 🩹 Fixes
16+
17+
- 修改打包配置,修复音频跳转问题 ([3c74a0e](https://github.com/wood3n/biu/commit/3c74a0e))
18+
- Remove useless exports ([9be3a18](https://github.com/wood3n/biu/commit/9be3a18))
19+
- **layout:** 修改分辨率兼容问题 ([#13](https://github.com/wood3n/biu/pull/13))
20+
- **layout:** 修改分辨率兼容问题 ([#13](https://github.com/wood3n/biu/pull/13))
21+
- 移除无用的样式,修复搜索用户点击跳转问题 ([7abbd84](https://github.com/wood3n/biu/commit/7abbd84))
22+
- 修改linux tray图标 ([eed09fe](https://github.com/wood3n/biu/commit/eed09fe))
23+
- Fix favorites play all feature and optimize experience ([dea650d](https://github.com/wood3n/biu/commit/dea650d))
24+
- 修复tray右键点击事件 ([ed6e258](https://github.com/wood3n/biu/commit/ed6e258))
25+
- Add issues write permission to knip workflow ([07ab409](https://github.com/wood3n/biu/commit/07ab409))
26+
27+
### 💅 Refactors
28+
29+
- 删除不必要的注释 ([ae728fd](https://github.com/wood3n/biu/commit/ae728fd))
30+
- Improve favorites play all robustness and code quality ([a9dea8b](https://github.com/wood3n/biu/commit/a9dea8b))
31+
- Optimize history page and play queue code ([3c751d3](https://github.com/wood3n/biu/commit/3c751d3))
32+
- 重命名 mini-player-sync 中的 channel 变量和通道名称 ([2876c7a](https://github.com/wood3n/biu/commit/2876c7a))
33+
- Extract magic number and improve error handling ([8d29f4b](https://github.com/wood3n/biu/commit/8d29f4b))
34+
- Optimize mini player performance and UI ([628148b](https://github.com/wood3n/biu/commit/628148b))
35+
- Improve code quality based on code review suggestions ([04eea2a](https://github.com/wood3n/biu/commit/04eea2a))
36+
- Improve type safety in mini-player communication ([15fb360](https://github.com/wood3n/biu/commit/15fb360))
37+
38+
### 📖 Documentation
39+
40+
- Fix changelog ([db566f7](https://github.com/wood3n/biu/commit/db566f7))
41+
- Add changelog ([536ba1a](https://github.com/wood3n/biu/commit/536ba1a))
42+
- Fix issue_template labels ([c029b8b](https://github.com/wood3n/biu/commit/c029b8b))
43+
- Add star history chart to README ([cb8d72c](https://github.com/wood3n/biu/commit/cb8d72c))
44+
45+
### 🏡 Chore
46+
47+
- 补充commitlint以生成更好的changelog和release-note ([b288dfb](https://github.com/wood3n/biu/commit/b288dfb))
48+
- 补充issue和feature模板 ([7d2d487](https://github.com/wood3n/biu/commit/7d2d487))
49+
- Fix release config ([0daae72](https://github.com/wood3n/biu/commit/0daae72))
50+
- Fix release-it config ([2f69c1a](https://github.com/wood3n/biu/commit/2f69c1a))
51+
- Add package tools restriction ([6fa0a0b](https://github.com/wood3n/biu/commit/6fa0a0b))
52+
- Fix package tools restriction ([a468962](https://github.com/wood3n/biu/commit/a468962))
53+
- Fix dependencies lock ([3933415](https://github.com/wood3n/biu/commit/3933415))
54+
- Fix rcdoctor config ([177eecc](https://github.com/wood3n/biu/commit/177eecc))
55+
- Fix rcdoctor config ([8d16302](https://github.com/wood3n/biu/commit/8d16302))
56+
- Fix release-it bump problem ([8f962f5](https://github.com/wood3n/biu/commit/8f962f5))
57+
- Add conventionalcommits deps ([2138880](https://github.com/wood3n/biu/commit/2138880))
58+
- Fix conventionalcommits version ([2845130](https://github.com/wood3n/biu/commit/2845130))
59+
- Release v1.6.0-beta.0 ([bc5301e](https://github.com/wood3n/biu/commit/bc5301e))
60+
- Release v1.6.0-beta.1 ([0c1f08c](https://github.com/wood3n/biu/commit/0c1f08c))
61+
- Release v1.6.0-beta.2 ([d875672](https://github.com/wood3n/biu/commit/d875672))
62+
- 使用changelogen替换release-it ([1cb1c89](https://github.com/wood3n/biu/commit/1cb1c89))
63+
- **release:** V1.6.0-beta.3 ([febd640](https://github.com/wood3n/biu/commit/febd640))
64+
- 使用changelogen替换release-it ([c8055eb](https://github.com/wood3n/biu/commit/c8055eb))
65+
- Remove test tag ([dd3ac1f](https://github.com/wood3n/biu/commit/dd3ac1f))
66+
- Remove test changelog ([70e8ce9](https://github.com/wood3n/biu/commit/70e8ce9))
67+
- Remove conventional-commits version overrides ([4a51326](https://github.com/wood3n/biu/commit/4a51326))
68+
- Fix lock file ([529b562](https://github.com/wood3n/biu/commit/529b562))
69+
70+
### 🎨 Styles
71+
72+
- 一些细节调整 ([c84623b](https://github.com/wood3n/biu/commit/c84623b))
73+
74+
### 🤖 CI
75+
76+
- Add pr test check ([8565ed6](https://github.com/wood3n/biu/commit/8565ed6))
77+
- Add CODEOWNERS ([329c51c](https://github.com/wood3n/biu/commit/329c51c))
78+
- Fix pr test build config ([0fbd189](https://github.com/wood3n/biu/commit/0fbd189))
79+
- Add rsdoctor check ([cde514c](https://github.com/wood3n/biu/commit/cde514c))
80+
- Fix pr test build config ([0bdc11e](https://github.com/wood3n/biu/commit/0bdc11e))
81+
- Fix knip cli ([f9c0ddb](https://github.com/wood3n/biu/commit/f9c0ddb))
82+
- Add knip check reporter ([264c1f8](https://github.com/wood3n/biu/commit/264c1f8))
83+
- Add pr build gate check ([c81615b](https://github.com/wood3n/biu/commit/c81615b))
84+
- Remove knip githubactions reporter ([61e2328](https://github.com/wood3n/biu/commit/61e2328))
85+
- Fix knip ci deps install problem ([0ec9bb7](https://github.com/wood3n/biu/commit/0ec9bb7))
86+
- Fix knip ci deps install problem ([c74cd8c](https://github.com/wood3n/biu/commit/c74cd8c))
87+
- Use Codex/knip-reporter ([beec5ca](https://github.com/wood3n/biu/commit/beec5ca))
88+
- Update knip config ([107d331](https://github.com/wood3n/biu/commit/107d331))
89+
- Add eslint review and fix web analysis ([bfcc37b](https://github.com/wood3n/biu/commit/bfcc37b))
90+
- Add file change filter in pr-test-build ([2b6c5bc](https://github.com/wood3n/biu/commit/2b6c5bc))
91+
- Fix problem ([f7532e4](https://github.com/wood3n/biu/commit/f7532e4))
92+
- Add web analysis run condition ([be48630](https://github.com/wood3n/biu/commit/be48630))
93+
- Config renovate ([d5b6f78](https://github.com/wood3n/biu/commit/d5b6f78))
94+
- Config renovate add ignore package ([19bcf39](https://github.com/wood3n/biu/commit/19bcf39))
95+
- Fix build-gate be skiped ([370d468](https://github.com/wood3n/biu/commit/370d468))
96+
- 修改knip实现 ([aff36ee](https://github.com/wood3n/biu/commit/aff36ee))
97+
- 修改knip comment配置 ([fe25e7d](https://github.com/wood3n/biu/commit/fe25e7d))
98+
- 补充knip权限 ([7edcfb8](https://github.com/wood3n/biu/commit/7edcfb8))
99+
100+
### ❤️ Contributors
101+
102+
103+
104+
- Fly ([@flystar233](https://github.com/flystar233))
105+
3106
## [1.6.0-beta.2](///compare/v1.6.0-beta.1...v1.6.0-beta.2) (2025-11-30)
4107

5108
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "biu",
3-
"version": "1.6.0-beta.2",
3+
"version": "1.6.0-beta.3",
44
"private": true,
55
"engines": {
66
"node": "22.17.1"

0 commit comments

Comments
 (0)