0.1.2 (2026-07-14)

  • Docs: recommend the dims package for the Store's page-dimensions contract (exact per-page sizes drive double-page spread pairing).
  • Fix a compile warning (unused import).

0.1.1 (2026-07-14)

  • The mouse-gesture button (bottom-right) now shows a 4-directional move icon instead of a right arrow, matching the OS auto-scroll affordance it provides.
  • Middle-click (scroll-wheel button) anywhere in the reader now toggles mouse-gesture mode — the same gesture as OS auto-scroll. Middle-clicks on links/controls keep their native behavior.
  • Fix: the nav's "Ch. N" labels and prev/next arrow anchors now track in-place chapter swaps — they were server-rendered once and went stale as reading chained across chapters (label stuck on the starting chapter, arrows navigating relative to it). Arrows hide at the ends instead of keeping a stale target.

0.1.0 (2026-07-13)

Initial extraction from the Greenoak reader:

  • Manga.Router.manga_reader/2 — the full manhwa route surface with paged-mode dispatch: paged/double-page series render the fresco canvas reader, scroll series render the manhwa strip reader.
  • Paged engine: all-pages-on-one-canvas layout with image-window loading, double-page spread pairing with wide-page detection, per-page overrides (insert blank / force solo), RTL/LTR, rotation, smart crop, skip-blank, tap-zone presets, in-place chapter swap via the images API, cursor-hide gesture mode.