Skip to content

Releases: HisAtri/LrcApi

LrcApi-v1.5.7

18 Nov 12:19
1c98085
Compare
Choose a tag to compare

Description

Bug fixes

  • Fix #92 修复歌词确认接口保存时弹出"歌词确认异常"的问题 - #98
  • Fix #94 修复jsonapi响应体部分数据缺少ID的问题 - #96
  • Fix #86 修复多线程查询的超时处理逻辑 - #88

New features

  • 增加KV数据库功能 - #90
  • 在启动时增加爱发电主页信息 - #99

LrcApi-v1.5.6

16 Oct 00:47
5884914
Compare
Choose a tag to compare

Description

Bug fixes

  • Fix #75 解决403响应被缓存的bug - #76
  • Fix #52 解决封面接口请求失败的bug - #78
  • 修改Lrc模块的正则表达式和数据处理方式,解决毫秒位修约错误的bug - #82

New features

  • Lrc模块增加UTF-8零宽字符替换及换行符替换功能(\r\n修改为\n) - #82
  • 完善/confirm接口的日志输出 - #80

LrcApi-v1.5.5

23 Sep 11:14
a689635
Compare
Choose a tag to compare
  • 支持ipv6监听 #69
  • 修复接口报错问题 #52

LrcApi-v1.5.4

10 Jun 14:32
388e8e6
Compare
Choose a tag to compare
  • (也许)修复了酷狗API报错的问题

LrcApi-v1.5.3

31 Mar 17:12
df4e0c8
Compare
Choose a tag to compare
  • 基础WAF(重要)
  • 新的API实现

LrcApi-v1.5.2

10 Mar 00:42
976bd7e
Compare
Choose a tag to compare
  • 解决无法找到静态资源路径的bug

LrcApi-v1.5.1

08 Mar 04:00
a7fdb6c
Compare
Choose a tag to compare

代码结构整理,实际运行没啥影响。

增加一个版本检查,实际不影响运行

增加一个端点/confirm作为歌词确认接口(与/tag等价)

LrcApi-v1.5.0

10 Feb 11:17
03a5273
Compare
Choose a tag to compare
Merge pull request #24 from HisAtri/devc

更新子模块功能、使用国内CDN

LrcApi-v1.4.11

21 Jan 08:13
4736640
Compare
Choose a tag to compare
  • 初步开发RESTful API规范
  • 完善对音频文件元数据的读写功能
  • 更新Dockerfile

LrcApi-v1.4.10

17 Jan 11:51
08d010d
Compare
Choose a tag to compare
  • 修正异步请求的错误实现 #15
  • Flask兼容版本~3.0.0
  • 文档及接口变动