Changelogs
Changelogs of all Tsumiru releases, which are also available on GitHub.
0.7.2Latest
A fast, multiplatform reader for your Suwayomi server.
What's new in v0.7.2
Reader
- Fixed: the webtoon / long-strip reader wouldn't scroll on iOS. On iPhone and iPad you could only tap to change pages — swiping to scroll did nothing. It scrolls normally again; pinch-to-zoom and infinite scroll are unaffected.
Offline / downloads
- Keeping a series offline from the library multi-select now lets you choose how much to keep (next 5/10/25 unread, all unread, or all) instead of silently downloading every chapter.
- Clearing the server download queue updates instantly — no more stale list until you manually refresh.
- A title now shows its active offline/keep mode, so it's clear why chapters are being kept.
Fixes
- "What's New" now shows the current release notes (it was pointing at an old changelog).
- The in-app update check now points at the correct repository.
Install
You'll need a running Suwayomi server. See Getting started.
Linux - Flatpak (recommended, auto-updates):
flatpak remote-add --if-not-exists tsumiru https://suwayomi.github.io/Suwayomi-Tsumiru/index.flatpakrepo
flatpak install tsumiru io.github.aaronbamblett.tsumiru
Added the
tsumiruremote before? It may still point at the oldtsumiru-app.github.ioURL. Runflatpak remote-delete tsumirufirst, then the commands above.
Linux - AppImage (portable): download the …-linux-x86_64.AppImage below, chmod +x, run.
Android: grab the universal APK (or a per-ABI build). Windows / macOS / Web: attached below.
iOS (sideload only — advanced): the …-ios.ipa below is unsigned, so you can't just download and open it. Apple requires every app to be signed to your own account first, using one of these tools:
- SideStore — signs and refreshes the app on-device, no computer needed after setup. Best choice for most people.
- AltStore — also signs the app, but it expires every 7 days and only auto-refreshes while a computer running AltServer is powered on and on the same Wi-Fi as your phone.
- TrollStore — permanent install with no expiry, but only works on older iPhones/iOS versions with the required vulnerability.
With SideStore or AltStore the app must be re-signed periodically (the tools automate this); only TrollStore avoids that. There is no App Store build.
Full docs at tsumiru-app.github.io.
0.7.1
A fast, multiplatform reader for your Suwayomi server.
What's new in v0.7.1
- Keep the screen on while reading (reader setting, on by default).
- The Web View button now asks whether to open the source site or your server's own page for the manga.
- Pin sources to keep them at the top, and filter global search by source.
- Pause and resume on-device downloads, choose which categories download on their own, and keep downloads to Wi-Fi only (on by default).
- Server and on-device download settings now share one Downloads screen with Server and On device tabs.
- A confirmation step before queueing a large bulk download.
- Turning off adult content now hides adult sources, not just adult extensions.
- Extensions are sorted alphabetically within each group.
- If the app fails to start you get a readable error with a copy-log button instead of a blank screen, and you can copy the latest log any time from the bottom of Settings.
Fixes
- Marking chapters read in bulk, from the library or updates list, now updates your trackers. It had been skipping them.
- The manga page and updates list refresh their read and in-library state after you act, instead of showing the old state.
- The auth-mode menu in connection settings opens in the right place and at the right width.
- Reading several chapters back to back no longer saves progress to the wrong chapter or drops chapters you read offline.
- Offline bookmarks are kept apart from reading progress, so a sync can't wipe them.
- The live server connection signs back in after you re-login or your session refreshes, so the download and library-update feeds keep running.
- A server action that fails now tells you, instead of looking like it worked.
- Chapters you delete on the server are cleared from your device too.
- First-run server discovery no longer hangs: the scan timeout works, and the scanning indicator is clearer.
- Manga details fill in on first open without a manual refresh.
Install
You'll need a running Suwayomi server. See Getting started.
Linux - Flatpak (recommended, auto-updates):
flatpak remote-add --if-not-exists tsumiru https://suwayomi.github.io/Suwayomi-Tsumiru/index.flatpakrepo
flatpak install tsumiru io.github.aaronbamblett.tsumiru
Added the
tsumiruremote before? It may still point at the oldtsumiru-app.github.ioURL. Runflatpak remote-delete tsumirufirst, then the commands above.
Linux - AppImage (portable): download the …-linux-x86_64.AppImage below, chmod +x, run.
Android: grab the universal APK (or a per-ABI build). Windows / macOS / Web: attached below.
iOS (sideload only, advanced): the …-ios.ipa below is unsigned, so you can't just download and open it. Apple requires every app to be signed to your own account first, using one of these tools:
- SideStore: signs and refreshes the app on-device, no computer needed after setup. Best choice for most people.
- AltStore: also signs the app, but it expires every 7 days and only auto-refreshes while a computer running AltServer is powered on and on the same Wi-Fi as your phone.
- TrollStore: permanent install with no expiry, but only works on older iPhones/iOS versions with the required vulnerability.
With SideStore or AltStore the app must be re-signed periodically (the tools automate this); only TrollStore avoids that. There is no App Store build.
Full docs at tsumiru-app.github.io.
0.7.0
A fast, multiplatform reader for your Suwayomi server.
What's new in v0.7.0
Tracking Connect the trackers your Suwayomi server supports (AniList, MyAnimeList, and others). Sign in from Settings → Tracking, then search a service and bind it to a series from the manga page. You can edit the tracking record there — status, score, and chapters read. Marking chapters read updates your tracker automatically, including chapters you read offline, which sync the next time you reconnect. Tracker links also carry over when you migrate a series to another source.
Managing offline downloads New controls for the on-device downloads added in 0.6.0:
- Keep a rolling buffer of upcoming chapters — the next 5, 10, or 25 unread, all unread, or every chapter. The buffer tops itself up as you read.
- Optionally delete chapters as you finish them, so storage doesn't pile up. Set it per device or for the server under Settings → Downloads.
- Save chapters that aren't downloaded on the server yet — the save button now always works, and the server fetches them for you.
Continue reading from the library Turn on a continue-reading button — in the library display settings, off by default — and each library entry gets a button that jumps straight to your next unread chapter.
Reading when a source is down If a source site is unreachable, Tsumiru now shows the chapters already stored on your server instead of an empty list. A new "Refresh chapters from source" toggle in Library settings controls whether opening an entry also checks the source (off by default, so opens are faster).
Fixes
- Series removed from your library no longer linger as ghost entries.
- Filter checkboxes are visible on light themes again, and the filter dialog's tab underline lines up.
- The continuous reader no longer spams the "no more chapters" toast while you scroll, and a new switch silences reader feedback toasts entirely.
- Fixed several light-theme spots where selected states and the Android navigation-bar icons were white-on-white.
Install
You'll need a running Suwayomi server. See Getting started.
Linux - Flatpak (recommended, auto-updates):
flatpak remote-add --if-not-exists tsumiru https://suwayomi.github.io/Suwayomi-Tsumiru/index.flatpakrepo
flatpak install tsumiru io.github.aaronbamblett.tsumiru
Linux - AppImage (portable): download the …-linux-x86_64.AppImage below, chmod +x, run.
Android: grab the universal APK (or a per-ABI build). Windows / macOS / Web: attached below.
iOS (sideload only — advanced): the …-ios.ipa below is unsigned, so you can't just download and open it. Apple requires every app to be signed to your own account first, using one of these tools:
- SideStore — signs and refreshes the app on-device, no computer needed after setup. Best choice for most people.
- AltStore — also signs the app, but it expires every 7 days and only auto-refreshes while a computer running AltServer is powered on and on the same Wi-Fi as your phone.
- TrollStore — permanent install with no expiry, but only works on older iPhones/iOS versions with the required vulnerability.
With SideStore or AltStore the app must be re-signed periodically (the tools automate this); only TrollStore avoids that. There is no App Store build.
Full docs at tsumiru-app.github.io.
0.6.1
A fast, multiplatform reader for your Suwayomi server.
What's new in v0.6.1
Connection & sign-in, all in one place
- Server URL, port, and authentication now live together under More → Connection.
Clearer server settings
- Settings → Server now holds only the Suwayomi server's own admin config (bindings, SOCKS proxy, CloudFlare, misc), with a caption explaining it configures the server itself - not how this app connects.
Updates
- The update prompt now has a "Don't remind me about this version" checkbox, so you're not nagged every launch.
iOS (new!)
- The first iOS build ships this release as an unsigned IPA you sideload - see Install below.
Install
You'll need a running Suwayomi server. See Getting started.
Linux - Flatpak (recommended, auto-updates):
flatpak remote-add --if-not-exists tsumiru https://suwayomi.github.io/Suwayomi-Tsumiru/index.flatpakrepo
flatpak install tsumiru io.github.aaronbamblett.tsumiru
Linux - AppImage (portable): download the …-linux-x86_64.AppImage below, chmod +x, run.
Android: grab the universal APK (or a per-ABI build). Windows / macOS / Web: attached below.
iOS (sideload only - advanced): the …-ios.ipa below is unsigned, so you can't just download and open it. Apple requires every app to be signed to your own account first, using one of these tools:
- SideStore: signs and refreshes the app on-device, no computer needed after setup. Best choice for most people.
- AltStore: also signs the app, but it expires every 7 days and only auto-refreshes while a computer running AltServer is powered on and on the same Wi-Fi as your phone.
- TrollStore: permanent install with no expiry, but only works on older iPhones/iOS versions with the required vulnerability.
With SideStore or AltStore the app must be re-signed periodically (the tools automate this); only TrollStore avoids that. There is no App Store build.
Full docs at tsumiru-app.github.io.
0.6.0
A fast, multiplatform reader for your Suwayomi server.
What's new in v0.6.0
Offline reading Download chapters to your device and read them with no server connection. Tsumiru keeps an on-device catalog of your downloaded series and pages, runs downloads on a background engine that keeps going after you leave the app, and falls back to local copies automatically when the server isn't reachable. Downloaded pages stay on your device; new content still comes from Suwayomi.
Incognito mode A private reading mode that stops history and "last read" tracking while it's on, so you can catch up on something without it showing in your history or changing your library sort order. It pairs with hideable categories for tabs you'd rather keep off the main view. Komikku has this feature; Mihon does not.
First-run onboarding New installs get a guided three-step setup (pick a theme, connect your server, done) instead of landing on an empty library. You can Skip it and set up later. The connect step has two helpers: Search my network finds a Suwayomi server on your LAN, and Test connection resolves a half-remembered address (bare host, host:port, http/https, IPv6) and reports what it found: connected, needs a login, unreachable, or not a Suwayomi server. When a login is needed it walks you through it (Basic, Simple, or UI login) and validates the credentials.
Reader and layout
- Edge-to-edge reading: controls now sit above the Android navigation bar and respect camera cutouts.
- Multi-select in the library and chapter lists, plus webtoon continuous-reader fixes.
- A usable phone-landscape layout.
Manga details
- A "Soon" next-release estimate for ongoing series, plus a Komikku-style action row.
Under the hood
- Upgraded to Flutter 3.35.7 / Dart 3.9.2.
Install
You'll need a running Suwayomi server. See Getting started.
Linux - Flatpak (recommended, auto-updates):
flatpak remote-add --if-not-exists tsumiru https://suwayomi.github.io/Suwayomi-Tsumiru/index.flatpakrepo
flatpak install tsumiru io.github.aaronbamblett.tsumiru
Linux - AppImage (portable): download the …-linux-x86_64.AppImage below, chmod +x, run.
Android: grab the universal APK (or a per-ABI build). Windows / macOS / Web: attached below.
Full docs at tsumiru-app.github.io.
0.5.0
A fast, multiplatform reader for your Suwayomi server.
What's new in v0.5.0
13 curated themes A redesigned theming system with 13 palettes: Indigo Night, Carbon, Plum, Regression, Ember, Synthwave, Terminal, Catppuccin, Nord, Gruvbox, Dracula, Monochrome, and Royal, plus a custom accent color and an AMOLED pure-black mode. Theming now lives in one place under Settings, Appearance, with colors drawn from exact brand tokens instead of auto-generated approximations.
Manga details redesign A visual pass on the details page: a full-bleed cover backdrop behind a transparent app bar, a soft glow behind the cover, gradient action buttons and FAB, and translucent genre chips.
Reader
- A Komikku-style webtoon progress bar you can drag to scrub through a chapter.
App-wide polish
- Mouse and trackpad drag-scroll everywhere (desktop and web).
- Left-aligned app-bar titles and desktop navigation header.
- Library now defaults to Last Read sort; the downloaded-cover badge defaults off.
- Fixed the manga-detail back button and a theme-picker scrollbar overlap.
Under the hood
- Automated build and test check on every pull request.
- Linux build fix (clang) and a wide-gamut (Display P3) web canvas.
Install
You'll need a running Suwayomi server. See Getting started.
Linux - Flatpak (recommended, auto-updates):
flatpak remote-add --if-not-exists tsumiru https://suwayomi.github.io/Suwayomi-Tsumiru/index.flatpakrepo
flatpak install tsumiru io.github.aaronbamblett.tsumiru
Linux - AppImage (portable): download the …-linux-x86_64.AppImage below, chmod +x, run.
Android: grab the universal APK (or a per-ABI build). Windows / macOS / Web: attached below.
Full docs at tsumiru-app.github.io.
0.4.1
A fast, multiplatform reader for your Suwayomi server.
What's new in v0.4.1
- Linux: Flatpak (auto-updating) + AppImage
- Update app branding.
- Fixed the in-app update check (it was crashing on the version tag).
Install
You'll need a running Suwayomi server - see Getting started.
Linux - Flatpak (recommended, auto-updates):
flatpak remote-add --if-not-exists tsumiru https://suwayomi.github.io/Suwayomi-Tsumiru/index.flatpakrepo
flatpak install tsumiru io.github.aaronbamblett.tsumiru
Linux - AppImage (portable): download …-linux-x86_64.AppImage below, chmod +x, run.
Android: grab the universal APK (or a per-ABI build). Windows / macOS / Web: attached below.
Full docs at tsumiru-app.github.io.
0.4.0
Tsumiru's first release - a fast, multiplatform reader for your Suwayomi server. Manga, manhwa, and webtoons, everywhere you read.
Highlights
- Built for webtoons - a rebuilt continuous reader with smooth, seamless multi-chapter scrolling tuned for long strips, plus pinch-to-zoom that keeps working while you scroll.
- Everywhere you read - native builds for Android, Windows, macOS, and Linux, plus a web client. One server, every device.
- Server authentication -
simple_loginandui_login, with credentials kept in your device's secure storage. - Flexible library - sort by last read, last chapter date, or total chapters; filter by reading status and bookmarks; and queue chapters fast with bulk-download presets.
Install
You'll need a running Suwayomi server - start with Getting started.
- Android - download the universal APK below (or a per-ABI build if you know your device's architecture).
- Desktop & Web - Linux, Windows, macOS, and Web builds are attached.
See the website for the full docs.
