Skip to content

Commit bb1cdb3

Browse files
committed
chore: bump version to 0.4.18
1 parent 96637b8 commit bb1cdb3

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

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

4040
## Changelog
41+
- v0.4.18 (2026-06-24)
42+
- Add ytmusic song lyrics support
43+
- Convert timestamped lyrics to FeelUOwn-readable LRC
44+
- Use anonymous YTMusic lyrics requests to avoid authenticated timestamped lyric failures
4145
- v0.4.17 (2026-03-02)
4246
- Add translation support for login and account switch UI text
4347
- Enrich model fields with additional data

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

0 commit comments

Comments
 (0)