Skip to content

Tanko 2.1

Choose a tag to compare

@Alexandro521 Alexandro521 released this 18 Aug 05:08
· 7 commits to master since this release
88500e3

Tanko 2.1 (18 - 08 - 2026 )

Version 2.1 is finally here!

Changes

  • New download formats: .cbz, zip, and individual images
  • New French language translation
  • Basic integration with Anilist (WIP)
  • New local reading progress trackers
  • New fuzzy match for searches
  • Bug fixes

Terminal Reader pull request

  1. Added support for graphical image protocols:
  • Kitty
  • iTerm2
  • Sixel
  • ASCII (fallback)
  1. Implemented page preloading for a seamless reading experience.
  2. Redesigned the reading interface for improved usability.
  3. Introduced fullscreen mode.
  4. Added a 100% screen-width scaling mode, optimized for reading manhwas.
  5. Included a debug mode for viewing extended diagnostic information.
  6. Expanded the reading menu with new configuration options.
  7. Implemented a fully responsive interface that dynamically adapts to screen size changes.
  8. Added new functionality: Reload Page.
  9. Added new functionality: Re-render Page.
  10. Added new functionality: Reload Chapter.
  11. Enhanced error handling and visibility within the reading section.

Before:

screenshot_20260809_012110-region

After:

screenshot_20260809_012036-region

configuration pull request

New configuration sections for the reader in the terminal and the reading history

The idea is to give the user greater control over the application and allow them to customize it to their liking.

  1. You can now force the image protocol to be used (whenever available).
  2. You can enable or disable the image preloader and set limits for it.
  3. Option to filter the read history by provider.
  4. Set a maximum number of entries for the history.
  5. Choose between different image preloading strategies.

P.S.: I made more changes, but I'm really lazy writing these documents.

What's Changed

New Contributors

Full Changelog: v2.0.5...v2.1.0