Skip to content

Commit 2258001

Browse files
cosvenclaude
andcommitted
chore: release version 0.4.17
## Features - Add translation support for login and account switch UI text - Enrich model fields with additional data - Support image media conversion for cover proxy - Add ytmusic toplist support - Support sectioned recommendation collections - Support ytmusic daily recommendations ## Improvements - Improve test coverage with real get_home fixture - Move watch playlist normalization into model - Refine song/watch mapping and model fixtures - Clean up debug prints and unused code Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 663d0bb commit 2258001

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

README.md

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

4040
## Changelog
41+
- v0.4.17 (2026-03-02)
42+
- Add translation support for login and account switch UI text
43+
- Enrich model fields with additional data
44+
- Support image media conversion for cover proxy
45+
- Add ytmusic toplist support
46+
- Support sectioned recommendation collections
47+
- Support ytmusic daily recommendations
48+
- Improve test coverage with real get_home fixture
49+
- Move watch playlist normalization into model
50+
- Refine song/watch mapping and model fixtures
4151
- v0.4.16 (2026-02-12)
4252
- Support daily recommendation feed (songs/playlists)
4353
- Refactor home recommendation song model to avoid search-song coupling

fuo_ytmusic/__init__.py

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

99
__alias__ = "ytmusic"
10-
__version__ = "0.4.16"
10+
__version__ = "0.4.17"
1111
__desc__ = "YouTube Music plugin"
1212

1313

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.16"
3+
version = "0.4.17"
44
description = "feeluown Youtube Music plugin"
55
readme = "README.md"
66
requires-python = ">=3.8,<4.0"

0 commit comments

Comments
 (0)