Skip to content

Mangatan v1.0.8

Choose a tag to compare

@github-actions github-actions released this 25 Jul 23:58

Mangatan v1.0.8 is the first stable release

Highlights

  • Fixed missing or inaccurate OCR on extremely tall webtoon pages by scanning overlapping vertical tiles instead of shrinking or sending the entire page as one oversized image.
  • Remapped tile OCR results onto the original full-page coordinates and discarded duplicate detections at overlap seams.
  • Applied tall-page tiling to both local Chrome ScreenAI and Google Lens OCR; ordinary manga pages continue using the existing single-request path.
  • Updated Mangatan to the latest Mangayomi base while preserving its custom reader and language-learning functionality.
  • Added Android TV discovery, D-pad navigation, TV player controls, TV settings, and usability improvements inherited from the updated base.
  • Added optimized tiled/subsampled manga rendering while preserving border cropping and OCR caching.
  • Added custom DNS-over-HTTPS endpoints, Cloudflare bypass proxy support, and persistent library-update error reporting.
  • Updated the in-app About button, Discord Rich Presence, README, issue-support link, and GitHub repository homepage to the new Mangatan Discord: https://discord.gg/SqwE6b7Bb

Included pull requests

  • #61: moved ScreenAI OCR off the Flutter UI thread, serialized native OCR access, and improved native image-channel conversion.
  • #62: added optional manga screenshot cropping before exporting cards to Anki.

Fixes and maintenance

  • Fixed WebDAV credential validation and content verification.
  • Improved EPUB parsing and fixed EPUB blob verification tests.
  • Fixed TV settings isolation, focus behavior, navigation, sliders, menus, and player controls.
  • Fixed cross-platform protocol tests and Windows compatibility issues.
  • Restored the native image dependency used by manga screenshot cropping.
  • Fixed Android CI's CMake version mismatch for the updated native dictionary bridge.
  • Published SHA-256 checksums for the Windows installer and portable ZIP.

Validation

  • GitHub static analysis passed on the stable release commit.
  • Tall-page tiling, coordinate remapping, Google Lens multi-request behavior, OCR block merging, and reader overlay tests passed.
  • Windows installer/ZIP and macOS ARM64 DMG builds completed successfully in GitHub Actions.

Windows security notice

The Windows installer and portable ZIP are currently unsigned. Windows SmartScreen or antivirus products such as Bitdefender may show a reputation-based or heuristic warning. Verify downloads using SHA256SUMS.txt attached to this release.

Full comparison: v1.0.7-beta...v1.0.8