#1 - 2023-10-26 15:44
趟坪韭菜豪 (liguohao.cn)
## 新功能

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

## 优化

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

## 问题修复

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

## What's Changed
* optimize: global exception http response, fix #489 by @[已封禁]-guohao in https://github.com/ikaros-dev/ikaros/pull/493
* fix: solve #490 #491 by @[已封禁]-guohao in https://github.com/ikaros-dev/ikaros/pull/494
* optimize: warn log print in GlobalExceptionHandlerConfig.java by @[已封禁]-guohao in https://github.com/ikaros-dev/ikaros/pull/495
* feat: video subtitle attachment relation new when AttachmentReferenceSaveEvent and EpisodeAttachmentUpdateEvent by @[已封禁]-guohao in https://github.com/ikaros-dev/ikaros/pull/496
* feat: add find all video subtitles endpoint in AttachmentRelationEndpoint by @[已封禁]-guohao in https://github.com/ikaros-dev/ikaros/pull/497


Full Changelog: https://github.com/ikaros-dev/ikaros/compare/v0.11.1...v0.11.2