Skip to content

Releases: ikaros-dev/ikaros

v0.16.2

15 Oct 22:25
b2448e2
Compare
Choose a tag to compare
v0.16.2 Pre-release
Pre-release

新特性

  • 管理控制台的关于页面右上角添加个复制环境信息的按钮 #691
  • 附件页的page和size添加到url参数里

优化

  • 条目详情页剧集序号排序

问题修复

  • Console条目详情页的标签上下挨在一起 #689

What's Changed

  • feat: copy actuator info to clipboard by @chivehao in #694
  • docs: update github issue config. by @chivehao in #695
  • style: adjust tag margin-top is 5px in SubjectDetails.vue by @chivehao in #696
  • feat: 附件页的page和size添加到url参数里 by @chivehao in #697

Full Changelog: v0.16.1...v0.16.2

v0.16.1

14 Oct 21:12
64976cb
Compare
Choose a tag to compare
v0.16.1 Pre-release
Pre-release

问题修复

  • 优化TagOperate的findAll方法入参 #687
  • 创建标签时无法找到用户ID导致的错误

What's Changed

Full Changelog: v0.16.0...v0.16.1

v0.16.0

14 Oct 19:34
319e692
Compare
Choose a tag to compare
v0.16.0 Pre-release
Pre-release

新特性

  • Console支持管理和加载全局header和footer配置

插件支持

  • 添加MetaOperate以支持插件调用三方元数据插件条目查询
  • 添加TagOperate以支持插件对标签的查询和新增
  • 出于安全性考虑插件的内部接口移除所有的删除方法

What's Changed

  • feat: 支持插件调用三方元数据插件条目查寻 by @chivehao in #683
  • feat: add global header and fotter script support. by @chivehao in #685
  • optimize: 提供给插件的内部接口 by @chivehao in #686

Full Changelog: v0.15.10...v0.16.0

v0.15.10

21 Sep 23:05
3ec146f
Compare
Choose a tag to compare
v0.15.10 Pre-release
Pre-release

问题修复

  • 修复条目收藏的异常问题 #674
  • 修复条目移除后未移除对应收藏的问题 #674
  • 条目更新封面字段时异常移除相关条目封面字段 #675

What's Changed

  • fix: 条目收藏和条目更新相关问题. by @chivehao in #678

Full Changelog: v0.15.9...v0.15.10

v0.15.9

21 Sep 15:38
3df5ed4
Compare
Choose a tag to compare
v0.15.9 Pre-release
Pre-release

新特性

  • 支持Prometheus的指标聚合API #676

What's Changed

Full Changelog: v0.15.8...v0.15.9

v0.15.8

20 Sep 03:18
57f1e81
Compare
Choose a tag to compare
v0.15.8 Pre-release
Pre-release

优化

  • Console条目详情页剧集看完按钮动态显示 #671
  • 条目剧集和附件的批量匹配接口支持三位数,支持中括号内0~999.0的浮点数 #672

What's Changed

Full Changelog: v0.15.7...v0.15.8

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