Changelog
所有对该项目的重要更改都将记录在此文件中。
What's Changed
Bug 修复
功能更新
文档更新
[0.2.0] - 2024-12-28
Bug 修复
- (deps) update dependency cryptography to v44 - (eb2cf36) by @renovate[bot] in #81
- (search) 修复搜索
singer
报错,audio_album
无结果 - (c3ac3c3) by @luren-dc - logging 不生效 - (0118697) by @luren-dc
- QQ 刷新 Credential 失败 - (2901a0c) by @luren-dc
功能更新
- (credential) 从字符串创建 Credential - (025cb30) by @luren-dc
- 支持加密接口 - (768a3f3) by @luren-dc
- 使用
Session
管理请求 - (7485870) by @luren-dc in #87
功能重构
构建配置
- 更新 ruff 配置 - (b81311b) by @luren-dc
- 从 PDM 迁移到 UV - (804c992) by @luren-dc in #78
- Update pdm.lock - (e977b5b) by @github-actions[bot] in #76
New Contributors
- @renovate[bot] made their first contribution in #91
[0.1.11] - 2024-11-10
Bug 修复
[0.1.10] - 2024-11-09
功能更新
构建配置
- Update pdm.lock - (299299b) by @github-actions[bot] in #74
[0.1.9] - 2024-10-26
Bug 修复
功能更新
功能重构
文档更新
- 自动生成 Release Notes - (5b3dfa6) by @luren-dc
- 更新 Readme - (485d988) by @luren-dc
- Update exceptions.md - (a86f4a1) by @luren-dc
构建配置
New Contributors
- @github-actions[bot] made their first contribution
[0.1.8] - 2024-10-05
功能更新
get_song_urls
更好的 Typing Hints - (02a62f5) by @luren-dc in #62- 支持 UserApi - (7a99429) by @luren-dc in #59
- 支持检测凭证是否过期 - (3a2b011) by @luren-dc in #61
- 支持在事件循环已经运行时同步执行异步代码 - (b8190f5) by @luren-dc in #60
- 支持 ogg 640kbps 获取 - (fe1660e) by @luren-dc in #58
功能重构
[0.1.7] - 2024-09-15
功能更新
- 支持 LyricApi - (a5534b5) by @luren-dc in #56
- 支持获取 OGG 320kbps - (7d66486) by @luren-dc in #55
- 支持获取加密和试听文件 - (bb6cf81) by @luren-dc in #51
文档更新
[0.1.6] - 2024-08-25
Bug 修复
功能更新
功能重构
文档更新
[0.1.5] - 2024-08-03
Bug 修复
- 未使用上下文管理器时报错 - (bc647fa) by @luren-dc
- 修复一些小错误 - (1fc449a) by @luren-dc
- v0.1.4 未包含库文件 - (7963f54) by @luren-dc
功能更新
文档更新
[0.1.4] - 2024-07-28
构建配置
[0.1.3] - 2024-07-27
文档更新
构建配置
[0.1.2] - 2024-07-21
Bug 修复
- 部分类型错误 - (f188f6e) by @luren-dc
- Fatal error on SSL transport - (81a00c7) by @luren-dc
- python3.9 union syntax - (4475513) by @luren-dc
Api
传入Credential
无效 - (eb1fe62) by @luren-dc
功能更新
- (login) 添加报错信息,优化二维码获取 - (721546f) by @luren-dc
- 更好的错误输出 - (05ea8fe) by @luren-dc
- 懒获取QIMEI36 - (218a740) by @luren-dc
功能重构
性能优化
构建配置
[0.1.1] - 2024-07-14
Bug 修复
功能更新
- (SingerApi) 添加 SingerApi Api - (506faaa) by @luren-dc
- (SongApi) 歌曲Api支持传入Credential - (07e7a09) by @luren-dc
- (SongApi) 增加获取 Album, Singer - (606a163) by @luren-dc
- Singer API - (b137846) by @luren-dc in #13
- 支持
__repr__
和__str__
- (7959f85) by @luren-dc - 增加获取歌手列表 API - (ae00447) by @luren-dc
- add Singer API data - (dd641e5) by @luren-dc
性能优化
文档更新
- update readme - (203c264) by @luren-dc
- 添加 API 文档 - (b2d2a8e) by @luren-dc
- 更新 TODO - (5b72d8d) by @luren-dc
[0.1.0] - 2024-06-07
Init
功能更新
- add Top API - (6785b4b) by @luren-dc
- add MV API - (016f40b) by @luren-dc
- add Album API - (e827510) by @luren-dc
- add Songlist API - (5c9b045) by @luren-dc
- add Login API - (480656e) by @luren-dc
- add Song API - (6be6382) by @luren-dc
- add Search API - (7e71614) by @luren-dc
功能重构
构建配置
New Contributors
- @luren-dc made their first contribution