Skip to content

v3.5.0

Latest

Choose a tag to compare

@pa-jesusf pa-jesusf released this 19 Jun 18:08

新增:

  1. Android 端改用 media_kit 音频解码,提升 32 位 FLAC 等特殊音频格式兼容性
  2. 新增屏幕常亮设置,播放/看字幕时可保持屏幕不熄灭
  3. 新增作品卡片显示尺寸与字体大小设置
  4. 新增翻译目标语言设置,LLM 翻译支持自定义目标语言
  5. “我的”界面支持字幕筛选
  6. 本地导入作品元数据识别能力增强
  7. 新增音频触感反馈(Beta)(移动端),根据声音特征控制设备振动
  8. 播放器字幕界面新增全屏歌词与一键翻译按钮,翻译结果可保存到字幕库
  9. 支持自定义 Cookie,以便通过部分自建服务器的权限校验
  10. 支持按添加时间排序,优化自建 Kikoeru 服务器的浏览体验

修复:

  1. 修复 iOS 底部 Home Indicator 与导航栏重叠问题
  2. 修复切换音频后字幕仍停留在上一首的问题
  3. 修复已下载作品中手动加入的本地文件无法及时显示的问题
  4. 修复下载文件路径、缓存路径和本地播放路径在特殊字符/多平台下的兼容问题
  5. 修复离线下载作品缺失元数据时无法进入或无法播放的问题
  6. 修复本地导入作品封面、元数据 ID、source_id 识别问题
  7. 优化字幕库保存后的增量刷新与实时更新
  8. 优化设置页 UI,一致化卡片、分割线与二级页面样式
  9. 删除搜索页冗余标题,节省移动端空间
  10. 修复若干构建兼容性问题
  11. 大规模重构,性能与一致性提升

New:

  1. Switched Android audio decoding to media_kit for better compatibility with formats such as 32-bit FLAC
  2. Added a keep-screen-awake option for playback and subtitle viewing
  3. Added work card size and text size settings
  4. Added translation target language settings, including custom target language for LLM translation
  5. Added subtitle filtering in the “My” page
  6. Improved metadata recognition for locally imported works
  7. Added Audio Haptics (Beta) on mobile, using audio features to drive device vibration
  8. Added fullscreen lyrics and one-tap lyric translation in the player; translated lyrics can be saved to the subtitle library
  9. Added custom Cookie support for self-hosted servers
  10. Added sorting by added time for self-hosted Kikoeru servers

Fixes:

  1. Fixed iOS Home Indicator overlapping the bottom navigation bar
  2. Fixed stale subtitle loading after switching tracks
  3. Fixed locally added files not showing in downloaded works
  4. Improved download/cache/local playback path compatibility across platforms
  5. Fixed offline downloaded works failing to open or play when metadata was incomplete
  6. Fixed local imported cover, metadata ID, and source_id detection
  7. Improved incremental subtitle library refresh after saving subtitles
  8. Refined settings UI consistency across main and secondary settings pages
  9. Removed redundant label text on the search page
  10. Fixed several build compatibility issues
  11. Large-scale refactor for better performance and consistency