Skip to content

MihonSY 1.0.1

Choose a tag to compare

@github-actions github-actions released this 13 Aug 02:12
· 102 commits to master since this release

基于 TachiyomiSY 1.13.2 主线源码。

新增功能

  1. 条漫功能增强
    • 点击滚动设置:「点击滚动距离」半个屏幕 / 3/4 屏幕 / 一个屏幕三档可选;「滚动动画速度」改为匀速动画(线性插值),时长可调(0–1000ms,默认 250ms),设为 0ms 即瞬时跳页。
    • 自动条漫判定:保留原标签判定(标签含 webtoon / long strip 等),新增按图片分辨率判定——打开阅读器后检查前 5 张图片,若存在长条图(高/宽 > 2.5)自动切换条漫模式,封面为横向图、后续为长条图的章节也能自动识别。
    • 原始分辨率显示:条漫模式新增「原始分辨率」开关,图片按原始像素 1:1 显示不做缩放;普通翻页模式可在缩放类型中选择「原始大小」。
  2. Komga 进度同步改为逐本标记
    • 阅读进度不再通过累积接口(会把第 1~N 话全部标为已读),改为对实际读到的单话逐本 PATCH(PATCH /api/v1/books/{id}/read-progress),其他章节不受影响。
  3. 图像增强(轻量,无大模型)
    • 内置 Anime4K(GPU shader,Fast / High / Ultra)与 Lanczos3(经典插值)两种算法,针对条漫/漫画线条优化;不包含 waifu2x / Real-CUGAN / Real-ESRGAN 等重型模型,加载快、内存占用低。
  4. 下载兼容增强(卓易通 / HarmonyOS)

优化与修复

  • 点击滚动动画优化:以匀速线性动画替代原先的 smoothScrollBy 滚动方式,滚动过程更平滑、无卡顿;连续点击自动取消上一次动画,快速翻页不打架。

Based on TachiyomiSY 1.13.2 upstream source.

New Features

  1. Webtoon feature pack

    • Tap-to-scroll settings: tap scroll distance — half screen / 3/4 screen / full
      screen (3 options); scroll animation — constant-speed animation (linear
      interpolation), adjustable duration (0–1000ms, default 250ms), 0ms = instant jump.
    • Auto-webtoon detection: keeps the original tag-based detection (tags containing
      webtoon / long strip, etc.); new aspect-ratio detection inspects the first 5 pages —
      if any is a long strip (height/width > 2.5) the reader switches to webtoon mode
      automatically, including chapters that open with a horizontal cover followed by
      tall strips.
    • Original-resolution display: webtoon mode gains an "Original resolution" toggle
      that renders images at 1:1 original pixels without scaling; in paging mode you can
      pick "Original size" in the zoom type.
  2. Komga progress sync changed to per-book marking

    • Progress no longer uses the cumulative endpoint (which marked chapters 1–N as read);
      it now PATCHes the actually read chapter per book
      (PATCH /api/v1/books/{id}/read-progress), so other chapters are unaffected.
  3. Image enhancement (lightweight, no heavy models)

    • Built-in Anime4K (GPU shader, Fast / High / Ultra) and Lanczos3 (classic
      resampling) algorithms, tuned for webtoon/manga line art; does not include heavy
      models such as waifu2x / Real-CUGAN / Real-ESRGAN — fast to load, low memory usage.
  4. Download compatibility (卓易通 / HarmonyOS)

    • For file systems that do not support SAF renameDocument (e.g. the HarmonyOS 卓易通
      compatibility layer), downloads now fall back to "copy to target + delete temp file",
      so they no longer stick at .tmp and fail.
    • Code ported from zsyou/mihon-harmony.

Improvements & Fixes

  • Tap-scroll animation optimization: replaced the previous smoothScrollBy path with
    a constant-speed linear animation — scrolling is smoother with no jank; a new tap cancels
    the running animation, so rapid taps never fight.

Full Changelog: https://github.com/ruzhe85/MihonSY/commits/v1.0.1