Skip to content

v0.11.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@chivehao chivehao released this 26 Oct 07:42
· 90 commits to master since this release
0b421e0

新功能

  • 视频字幕关系:当类型为剧集的附件引用表新增事件发生时,和剧集资源匹配更新事件发生时,会根据当前附件的名称模糊查询字幕文件,如果存在则新增一条类型为视频字幕的附件关系记录。
  • 查询视频附件所有字幕的API端点

优化

  • 统一返回结果,优化错误提示 #489

问题修复

  • 右键复制附件名称失效#491
  • 附件移动操作失效#490

What's Changed

  • optimize: global exception http response, fix #489 by @li-guohao in #493
  • fix: solve #490 #491 by @li-guohao in #494
  • optimize: warn log print in GlobalExceptionHandlerConfig.java by @li-guohao in #495
  • feat: video subtitle attachment relation new when AttachmentReferenceSaveEvent and EpisodeAttachmentUpdateEvent by @li-guohao in #496
  • feat: add find all video subtitles endpoint in AttachmentRelationEndpoint by @li-guohao in #497

Full Changelog: v0.11.1...v0.11.2