Skip to content

Commit

Permalink
bump version to v4.0a0 (#753)
Browse files Browse the repository at this point in the history
  • Loading branch information
cosven authored Jan 10, 2024
1 parent 2f6095b commit 5839907
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions changelog.rst
Original file line number Diff line number Diff line change
@@ -1,29 +1,55 @@
版本变更历史
----------------------

4.0a0 (2024-01-11)
""""""""""""""""""""""
- 新特性

- 内置提供收藏页/发现页等页面(资源提供方只需实现相应数据接口)
- (实验性)提供基于 http 和 websocket 的 JsonRPC/PubSub 接口

- 功能增强

- 当访问播放资源遇到错误时,也能触发 standby 机制
- 当用户双击一首歌之后,立即停止当前歌曲的播放
- 当歌曲/专辑封面获取失败后,使用一种随机颜色填充

- 缺陷修复

- 修复歌词窗口选择字体时可能会崩溃的问题

- 其它

- 移除黑魔法很多的 feeluown.models 模块,减轻维护成本

3.8.15 (2023-10-24)
""""""""""""""""""""""
- 功能增强

- 提供接口,支持创建/删除歌单

- 缺陷修复

- 修复本地音乐和 pydantic 的兼容性问题
- 修复歌曲详情页面太宽的问题

3.8.14 (2023-08-15)
""""""""""""""""""""""
- 功能增强

- 支持“分集”的歌曲(目前主要是B站有类似需求)
- 提供工具函数用于读取浏览器的 Cookie

3.8.13 (2023-07-30)
""""""""""""""""""""""
- 缺陷修复

- 修复第一次生成图标可能失败的问题 #719
- 兼容 pydantic v2 #718
- 修复一个插件加载失败可能会后续所有插件的问题 #711

- 功能增强

- 增加一个“想听”的默认收藏集
- 在歌曲右键菜单中加入“播放 MV”动作
- 小幅调整 UI,用程序画图标
Expand Down
2 changes: 1 addition & 1 deletion feeluown/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from .consts import LOG_FILE


__version__ = '3.8.15'
__version__ = '4.0a0'


dict_config = {
Expand Down

0 comments on commit 5839907

Please sign in to comment.