Skip to content

Releases: ian-Reis-Projects/tsundoku

Tsundoku - v0.1.1

Choose a tag to compare

@ian-Reis ian-Reis released this 06 Jul 19:27
ad23b8c

Tsundoku 積ん読 — v0.1.1

📚 Library and Reading
New Library screen: lists downloaded titles with cover art (extracted from the first page of the CBZ) and reading progress.
In-app CBZ reader with automatic bookmarking — resume exactly where you left off.

📤 Export (formerly "Merge")
Dedicated screen for converting/merging downloaded chapters into EPUB, CBZ, or PDF formats.
Automatic volume splitting: detects "Vol N" in filenames and automatically separates them into one file per volume — fixes a root bug in Chapterbind where chapter numbering reset per volume, causing chapter loss.
Also supports splitting by number of chapters or creating one file per chapter.
Custom cover field (image picker) for exported books.
Comprehensive options panel: author, language, max size per volume, image positioning in EPUB, allow gaps, etc.

📱 E-reader Export (XTC)
Integration with cbz2xtc: converts manga directly to the XTEink X4 format.
Dedicated options panel: dithering (Floyd-Steinberg, Atkinson, etc.), contrast, downscaling, page view (portrait/rotated), keep full cover, manhwa mode, specifications, and more.
Fixed a bug in cbz2xtc that forced the cover to rotate along with the page view.

🐛 Important Fixes
Chapterbind: fixed image duplication in merged PDFs and incorrect image positioning in EPUB (images appearing in the wrong paragraphs).
Various translation adjustments (PT-BR/EN) across new screens.

🔧 Infrastructure
Portable (embeddable) Python runtime with an installer integrated into the app.
Download folder structure reorganized by source.

Tsundoku 積ん読 v0.1.0

Choose a tag to compare

@ian-Reis ian-Reis released this 05 Jul 04:10

✨ Destaques desta versão

  • Fila de downloads com 4 fontes: Novel (CentralNovel), Mangá (MangaLivre),
    Mangá (MangaFire, via AIO-Webtoon-Downloader) e Mangá (MangaDex).
  • Progresso em tempo real por item, seleção de volumes/capítulos, cancelamento
    por item.
  • Interface multi-idioma (PT-BR / English), com idioma de conteúdo separado.
  • Downloads organizados em downloads/<fonte>/<título>/.
  • Instalador de runtime embutido no app (baixa um Python portátil + Chromium,
    sem precisar de Python pré-instalado).

📦 Como usar

  1. Baixe Tsundoku-v0.1.0-windows.zip abaixo.
  2. Extraia e rode Tsundoku.exe.
  3. Na primeira execução, clique em Instalar runtime e aguarde.

⚠️ Estado conhecido

  • chapterbind.py (merge em EPUB/CBZ/PDF) ainda não está integrado à UI.
  • Fonte MangaFire depende de uma venv própria (deps pesadas) — pode exigir
    ajuste manual em alguns casos.