Skip to content

Releases: ikaros-dev/ikaros

v0.15.7

19 Sep 18:30
d2db49d
Compare
Choose a tag to compare
v0.15.7 Pre-release
Pre-release

优化

  • 优化附件删除校验逻辑
  • 修复批量移除绑定无法移除不存在的附件的附件引用问题
  • 附件删除时不校验附件关系

What's Changed

Full Changelog: v0.15.6...v0.15.7

v0.15.6

02 Sep 03:34
b870c57
Compare
Choose a tag to compare
v0.15.6 Pre-release
Pre-release

新特性

  • Console附件选择器,如果只有一个结果,自动选中 #663

What's Changed

Full Changelog: v0.15.5...v0.15.6

v0.15.5

16 Aug 13:12
794f3a4
Compare
Choose a tag to compare
v0.15.5 Pre-release
Pre-release

新特性

  • 剧集分组和条目关系类型均添加OVA和OAD
  • Console条目详情页的剧集Tab名加上数量显示

优化

  • Console条目关系页使用Tab进行显示

问题修复

  • 修复没有收藏条目时点击标记剧集已看过的异常提示问题
  • 修复新增条目关系缺失部分类型如OAD的问题

What's Changed

  • feat: add new SubjectRelationType and EpisodeGroup by @chivehao in #656
  • optimize: SubjectRelationDialog.vue by @chivehao in #657
  • fix: no some types can select in SubjectRelationPostDialog.vue by @chivehao in #658
  • optimize: sub rel add and remove logic in console SubjectRelationDial… by @chivehao in #659

Full Changelog: v0.15.4...v0.15.5

v0.15.4

16 Aug 06:22
0403477
Compare
Choose a tag to compare
v0.15.4 Pre-release
Pre-release

新特性

  • Console条目详情页剧集过多时分TAB #654
  • Console条目详情页其它剧集分组隐藏批量匹配按钮

主题

  • 修复默认主题剧集序号选择问题

What's Changed

  • build: update github action workflow branch name from master to main by @chivehao in #648
  • docs: update BUILD.MD by @chivehao in #649
  • fix: theme subject details by @chivehao in #651
  • docs: update README.MD by @chivehao in #652
  • test: add some test case in AttachmentServiceTest by @chivehao in #650
  • test: add some method cases in AttachmentServiceTest by @chivehao in #653
  • feat: multi tab by episode group in SubjectDetails.vue when episode count gt 20 by @chivehao in #655

Full Changelog: v0.15.3...v0.15.4

v0.15.3

09 Aug 21:16
8e232af
Compare
Choose a tag to compare
v0.15.3 Pre-release
Pre-release

问题修复

  • 修复SQL问题

What's Changed

Full Changelog: v0.15.2...v0.15.3

v0.15.2

09 Aug 20:55
74bc759
Compare
Choose a tag to compare
v0.15.2 Pre-release
Pre-release

新特性

  • 字幕匹配事件监听,支持ssa类型的后缀名
  • 剧集序号支持小数

What's Changed

  • feat: support ssa subtitle bind in video on EpisodeAttachmentUpdateEvent listener. by @chivehao in #644
  • feat: 剧集序号支持小数 by @chivehao in #645
  • fix: junit test in ci by @chivehao in #646

Full Changelog: v0.15.1...v0.15.2

v0.15.1

08 Aug 03:02
299b8b2
Compare
Choose a tag to compare
v0.15.1 Pre-release
Pre-release

问题修复

  • Basic认证成功后没有设置Authentication到SecurityContextHolder,导致收藏接口403异常

What's Changed

  • fix: basic auth issue that not set Auth in SecurityContextHolder by @chivehao in #643

Full Changelog: v0.15.0...v0.15.1

v0.15.0

06 Aug 16:22
78e6532
Compare
Choose a tag to compare
v0.15.0 Pre-release
Pre-release

新特性

  • 控制台(Console)的邮件设置添加邮件测试按钮并对接服务端邮件测试接口
  • 针对音乐模块的基础表支持,歌单对应剧集列表,歌单收藏对接剧集列表收藏

优化

  • 扩大剧集表的联合唯一Key范围,这个是为了修复比如OST条目剧集唯一键范围过小导致无法正常拉取的问题

What's Changed

Full Changelog: v0.14.3...v0.15.0

v0.14.3

31 Jul 02:49
91f8715
Compare
Choose a tag to compare
v0.14.3 Pre-release
Pre-release

新特性

  • 添加一些更为细致的权限目标(auth target)
  • 用户个人信息更新接口抽取 #636
  • console显示用户昵称

What's Changed

Full Changelog: v0.14.2...v0.14.3

v0.14.2

26 Jul 07:52
4e819c8
Compare
Choose a tag to compare
v0.14.2 Pre-release
Pre-release

问题修复

  • 条目更新乐观锁问题 #631
  • 授权的附件接口判断问题 #633

What's Changed

Full Changelog: v0.14.1...v0.14.2