Skip to content

Commit a5ac7a1

Browse files
committed
chore: bump version to 0.4.15
1 parent e7aaf7c commit a5ac7a1

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ Please make sure to compatible with [FeelUOwn](https://github.com/feeluown/FeelU
3737
- [ ] Discovering page
3838

3939
## Changelog
40+
- v0.4.15 (2026-02-03)
41+
- 支持多账号 profile 切换
42+
- 同步 auto login 的 profile 选择
4043
- v0.4.14 (2026-01-26)
4144
- 支持 Python 3.14
4245
- 使用 uv + pyproject.toml 来管理项目

fuo_ytmusic/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from feeluown.app import App
44

55
__alias__ = "ytmusic"
6-
__version__ = "0.3.0"
6+
__version__ = "0.4.15"
77
__desc__ = "YouTube Music plugin"
88

99

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "fuo-ytmusic"
3-
version = "0.4.14"
3+
version = "0.4.15"
44
description = "feeluown Youtube Music plugin"
55
readme = "README.md"
66
requires-python = ">=3.8,<4.0"

0 commit comments

Comments
 (0)