1
0
mirror of https://github.com/hanxi/xiaomusic.git synced 2026-03-15 08:13:16 +08:00

bump: version 0.4.4 → 0.4.5

This commit is contained in:
涵曦
2026-01-10 03:14:11 +08:00
parent b4f92287a3
commit dbdf3e9d55
3 changed files with 16 additions and 2 deletions

View File

@@ -1,3 +1,17 @@
## v0.4.5 (2026-01-10)
### Feat
- 在线播放功能优化新增AI智能提取用户口令 (#654)
### Fix
- 修复重构后的问题
- 修复部分网络歌曲无法播放的问题
- 解决在线歌曲链接转换问题
- 修复重构引起的问题
- 修复重构后遇到的问题
## v0.4.4 (2026-01-07)
### Fix

View File

@@ -1,6 +1,6 @@
[project]
name = "xiaomusic"
version = "0.4.4"
version = "0.4.5"
description = "Play Music with xiaomi AI speaker"
authors = [
{name = "涵曦", email = "im.hanxi@gmail.com"},

View File

@@ -1 +1 @@
__version__ = "0.4.4"
__version__ = "0.4.5"