Skip to content

Releases: ikaros-dev/ikaros

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

v0.14.1

20 Jul 15:03
0dc16ca
Compare
Choose a tag to compare
v0.14.1 Pre-release
Pre-release

优化

  • 默认主题的js问题修复
  • 默认主题的条目详情页添加URL选择的剧集参数
  • 默认主题的条目详情页播放逻辑
  • 后台任务相关接口优化
  • 针对不同尺寸图片的显示优化 #628

依赖

  • 升级spirngdoc版本到2.5.0

What's Changed

  • optimzie: default theme subject details html by @chivehao in #623
  • build: upgrade spirngdoc version to 2.5.0 by @chivehao in #624
  • fix: swagger server external url config for https. by @chivehao in #625
  • docs: add annotation for RegexUtils#parseEpisodeSeqByFileName by @chivehao in #626
  • optimize: default theme subject details video player page. by @chivehao in #627
  • feat: task for running in backend by @chivehao in #629
  • feat: 支持条目封面裁剪 by @chivehao in #630

Full Changelog: v0.14.0...v0.14.1

v0.14.0

13 Jul 13:50
60a037e
Compare
Choose a tag to compare
v0.14.0 Pre-release
Pre-release

优化

  • 收藏的接口聚合和优化 #617

问题修复

  • Console的收藏页条目卡片非预期边框和进度条
  • 默认主题的ass字幕挂载问题

What's Changed

  • feat: collection endpoints adjust and optimize by @chivehao in #618
  • optimize: authorization by @chivehao in #619
  • optimize: security app token response when user not found or disable. by @chivehao in #620
  • optimize: subject card in collection page. by @chivehao in #621
  • fix: default theme ass subitles display by @chivehao in #622

Full Changelog: v0.13.1...v0.14.0