Skip to content

Changelogs

Changelogs of all Tachiyomi stable releases, which are also available on GitHub. Preview releases can be seen on GitHub.

0.15.3Latest

This is the final release of the core Tachiyomi app. For more info, see this blog post.


Enhancements

  • Faster restores (@KaiserBh)
  • Shortcut to configure extension repos from extensions tab menu

Removals

  • Crash reporting
  • Analytics
  • F-Droid warnings
  • App version update checking

Bug fixes

  • Fix extension interceptors receiving compressed responses (@stevenyomi)
  • Error handling when loading download cache on startup (@CalebMorris)
  • Tap controls not working when zoomed in (@Paloys)

Contributors

  • @arkon profile picture
  • @KaiserBh profile picture
  • @stevenyomi profile picture
  • @CalebMorris profile picture
  • @Paloys profile picture
arkon, KaiserBh, and 3 other contributors

0.15.2

In particular, refer to the v0.15.0 and v0.15.1 release notes if you're updating from an earlier version.


New

  • Long press search results in tracker search for copying title or opening in WebView (@CalebMorris)
  • Advanced setting to revoke all trusted unknown extensions

Behavior changes

  • Trusting a new extension/version retains trust until updated
  • Extensions are no longer available out-of-the-box

Bug fixes

  • Download ahead not working until too late
  • Occasional bad decimal conversion for tracker scores
  • Can't scroll down to the bottom of last chapter in long strip reading mode (@Naputt1)

Contributors

  • @arkon profile picture
  • @CalebMorris profile picture
  • @Naputt1 profile picture
arkon, CalebMorris, and Naputt1

0.15.1

In particular, refer to the v0.15.0 release notes if you're updating from an earlier version.

Features

  • Allow opening .tachibk backup files directly with app

Bug fixes

  • RAR files not loading in Local source
  • Avoid showing WebView button in reader errors if page isn't actually from web
  • Avoid hard crash if cached image file was already deleted while reading

Contributors

  • @arkon profile picture
arkon

0.15.0


Storage changes

Tachiyomi no longer requests access to all files on the device. Instead, you must select a folder that Tachiyomi will use for chapter downloads, automatic backups, and the Local source.

<Your selected folder>/
├── autobackup
│   ├── eu.kanade.tachiyomi_yyyy-mm-dd_hh-mm.tachibk
│   └── ...
├── downloads
│   └── Source name (LANG)
│       ├── Title
│       │   ├── Chapter01.cbz
│       │   └── ...
│       └── Other title
│           ├── Chapter01.cbz
│           └── ...
└── local
    ├── Title
    │   ├── Chapter01.cbz
    │   └── ...
    └── Other title
        └── Chapter01.cbz

For more information, see https://tachiyomi.org/docs/faq/storage

Things to note:

  • Backup file names have also been modified to prevent potential collisions between forks.
  • Local source is now only based on this single location rather than merging all mounted storages.
  • If you were using the default locations before, then simply select the existing Tachiyomi folder.

You may also need to re-login to any trackers again after updating.

New

Library

  • Filter scanlators from chapters list (@AntsyLich)
  • Swipe actions for chapters (@d-najd, @ivaniskandar)
  • Alphabetical chapter sort (@Opi-Txm)
  • Indicate missing chapters in list (@foxscore, @AntsyLich)
  • Show dot beside unread chapter names
  • Ability to copy tags to clipboard (@0x7673)
  • Library sort by mean tracker score (@CalebMorris)
  • Shortcut to reorder categories alphabetically (@Hipp0x)
  • Ability to reset chapter filter/sort to defaults
  • Menu items to refresh library category and chapters list (for mouse users)
  • Option to delete delete downloaded chapters when migrating (@semenvav)
  • Update library in expected period (@quangkieu)

Downloads

  • Automatically create ComicInfo.xml metadata files (@Shamicen)
  • "Move series to bottom" option in queue (@joshuaxu71)

Browse

  • Open Global Search when Browse is tapped twice
  • Quick filters (Pinned/All sources, Has results) in Global Search (@zaghdaneh)
  • Option to hide entries already in library when browsing sources
  • Menu shortcut to source settings from browse source screen
  • Add ability to open available extension websites in WebView

Reader

  • Add "Rotate wide pages to fit" setting
  • Ability to disable double tap zoom for long strip reading modes (@Flat)
  • Option to flash white screen on page change for e-ink displays
  • Menu item to share chapter URL
  • Automatically scroll chapter name if too long to fit

Tracking

  • Option to also delete entry on tracker service when disassociating (@zaghdaneh)
  • Automatically set start date when adding tracker if any chapter is already read
  • Show average scores in search results

Backups

  • Add app and source settings to backups
  • Record time when last automatic backup was created
  • Allow partial restores (library/settings)

Widget

  • Updates widget also available for Galaxy Z Flip5 cover screen (@ivaniskandar)

Behavior changes

Library

  • Move library columns settings to library sheet (@arkon, @ghostbear, @Artemis-CtrlAltDel)
  • Limit updates to 500 most recent chapters
  • Don't show future timestamps as "Recently" (@stevenyomi)
  • Always include bound trackers when migrating/copying
  • Automatically convert details.json to ComicInfo.xml for local series (@Shamicen)
  • Defer extra attempts to load local series' covers until chapter loading
  • Always show trackers action in MangaScreen
  • "Local" badge text replaced with icon

Downloads

  • Cache download statuses to avoid rechecking on every app launch (@ivaniskandar)
  • Custom download amount replaced with download next 25 unread chapters
  • Allow download ahead even if entry isn't added to library
  • Chapter download indicators are shown for local and unavailable sources (if possible)
  • Allow deleting downloaded chapters even if source isn't available

Browse

  • "In Library" badge text replaced with icon
  • Don't do extra calls to initialize missing details from BrowseSource or Search screens
  • Open result directly when opening links if possible (@ivaniskandar)
  • Unofficial extensions must be retrusted on every cold start

Reader

  • Make center zoom start vertically centered too (@RS156)
  • Filter out non-downloaded chapters in reader when "Downloaded Only" is enabled (@HerrGeist)
  • Don't update trackers after reading a chapter if Incognito Mode is enabled
  • Don't update last page read/read state of chapter if Incognito Mode is enabled
  • Don't affect reader toolbars/sheets when using custom brightness
  • Fixed scrolling on the background using long strip (@Blatzar)
  • Don't update chapter progress if current page is errored
  • Group mode dialogs together in bottom reader bar
  • Remove action to delete saved image in notification

Tracking

  • Allow manual input for chapters/score (@ivaniskandar)
  • Score selection defaults position to middle (@semenvav)
  • Set tracker finished date when manually updating to last chapter
  • Refresh data before updating progress

Widget

  • Widget now only show unread entries
  • Limit amount of updates loaded for widget

Removals

  • Remove confirm exit option
  • Remove per-category display mode
  • Remove General settings section
  • Remove download all chapters menu item
  • Drop support for extension-lib 1.3
  • Rename "Backup and restore" settings screen to "Data and storage"
  • Remove max automatic backups setting

Misc

  • Remove crash log notification in favor of sharing directly
  • App and extension update checks now only happen when the app is opened
  • Rename reading modes
  • Delay automatic backup when restoring (@AntsyLich)
  • Change auto clear cache to occur on app launch instead
  • Dismiss extension update notification if all updates installed
  • Combine tracking OAuth login activities
  • Simplified relative timestamp setting
  • Don't run automatic backup or library update jobs if battery is low
  • Account for skipped entries when showing large updates warning

Bug fixes

  • Various crashes
  • Chapter progress being lost if jumping to adjacent chapters or switching apps
  • Slow content initialization when browsing sources (@akozlins)
  • "Add to library" prompt being shown multiple times (@zaghdaneh)
  • Outdated list of logged-in trackers in library settings sheet
  • Various downloader fixes (@Two-Ai)
  • Broken filter button in migrate screen
  • Bookmarked chapters being deleted after manually marked as read
  • Error when saving animated pages
  • Retry properly when a page fails to load when browsing source (@AntsyLich)
  • Library entries not appearing in Default category after category is deleted
  • Duplicate entry dialog showing for exact same entry
  • Chapter download indicator not updating correctly (@zaghdaneh)
  • Local source chapters being filtered out when reading if filtering by downloaded
  • Battery drain during app update notification (@Jays2Kings)
  • Set saved image date modified value to current time
  • Duplicate files being created when saving pages on Android 10+ with separate folders setting enabled
  • Tap zones overlay showing incorrect zones when "Invert tap zones" is enabled (@Mekanik)
  • Anilist search results showing HTML encoded content (@Saud-97)
  • Selected migrate data options being incorrectly restored if the options differ (@Mekanik)
  • Source filter sheet not being interactable after scrolling (@prasidhgopalanchan)
  • Tapping in reader behaving incorrectly if window is not at top left
  • Skip duplicate chapters on download ahead if option to skip duplicates is enabled (@TraceLTRC)
  • Duplicate pages saved when split tall images is enabled in some locales

Under the hood

Contributors

  • @arkon profile picture
  • @AntsyLich profile picture
  • @d-najd profile picture
  • @ivaniskandar profile picture
  • @Opi-Txm profile picture
  • @foxscore profile picture
  • @0x7673 profile picture
  • @CalebMorris profile picture
  • @Hipp0x profile picture
  • @semenvav profile picture
  • @quangkieu profile picture
  • @Shamicen profile picture
  • @joshuaxu71 profile picture
  • @zaghdaneh profile picture
  • @Flat profile picture
  • @ghostbear profile picture
  • @Artemis-CtrlAltDel profile picture
  • @stevenyomi profile picture
  • @RS156 profile picture
  • @HerrGeist profile picture
  • @Blatzar profile picture
  • @akozlins profile picture
  • @Two-Ai profile picture
  • @Jays2Kings profile picture
  • @Mekanik profile picture
  • @Saud-97 profile picture
  • @prasidhgopalanchan profile picture
  • @TraceLTRC profile picture
  • @LooKeR profile picture
  • @alessandrojean profile picture
  • @Seishirou101 profile picture
  • @VIPlearner profile picture
arkon, AntsyLich, and 30 other contributors

0.14.7

Bug fixes

  • Fix some Cloudflare-protected websites opening blank blob: pages in WebView
  • Updated Shikimori tracker domain from ".me" to ".one" (@VlasovRoman)
  • Updated tachiyomi.org links for the updated website

Contributors

  • @arkon profile picture
  • @VlasovRoman profile picture
arkon and VlasovRoman

0.14.6

Bug fixes

  • Fix crash if logged into Shikimori tracker (@e-shl)
  • Fix delayed tracker update not updating chapter number properly
  • Fix download queue page count restarting from 0 (@Two-Ai)
  • Fix Spanish (Latin America) being missing from in-app language selection
  • Fix chapter progress not being saved when navigating to adjacent chapters
  • Misc. crash fixes

Behavior changes

  • Automatic library updates are defaulted to disabled

Contributors

  • @arkon profile picture
  • @e-shl profile picture
  • @Two-Ai profile picture
arkon, e-shl, and Two-Ai

0.14.5

Bug fixes

  • Crash when viewing large covers (@ivaniskandar)
  • Crash in library when selected category is deleted (@0x7673)
  • Occasional error when opening reader if skipping duplicate chapters is enabled
  • Lag when preloading next chapter in reader
  • Some UI fixes (@ivaniskandar)
  • Some other crashes (@ivaniskandar, @arkon)

Contributors

  • @arkon profile picture
  • @ivaniskandar profile picture
  • @0x7673 profile picture
arkon, ivaniskandar, and 0x7673

0.14.4

New

  • Option to skip duplicate chapters (More → Settings → Reader → Skip duplicate chapters) (@MCAxiaz)
  • Show chapter scanlator in reader transition pages (@zbue)
  • Allow partially read chapters to be marked as unread in updates screen (@zbue)
  • Accept uncompressed .proto file for restoring (@beerpiss)
  • Suwayomi enhanced tracking service (@AriaMoradi)

Behavior changes

  • Only show continue reading button on library entries if there's unread chapters
  • Only show indexing downloads banner the first time
  • Make download chapters function follow filter/sort preferences (@zbue)
  • Removed ability to hide unread chapter badges in library
  • Extensions using library v1.2 are no longer compatible

Bug fixes

  • Reader settings sheet not reflecting changes properly (@stevenyomi)
  • Reader tap/volume key navigation sometimes not working (@stevenyomi)
  • Reader going back to first page when rotating device
  • Global search not multiple sources at once
  • Double tapping History sometimes not working
  • Fix installing extensions on MIUI (@stevenyomi)
  • Handle cases where MyAnimeList doesn't return status properly (@beerpiss)
  • Prevent scrolling outside bounds in webtoon/continuous vertical reading modes (@Verzaukeks)
  • Laggy text input in searchbars (@stevenyomi)
  • Fix some resource leaks (@Two-Ai)
  • Fix some crashes

Under the hood

Contributors

  • @arkon profile picture
  • @MCAxiaz profile picture
  • @zbue profile picture
  • @beerpiss profile picture
  • @AriaMoradi profile picture
  • @stevenyomi profile picture
  • @Verzaukeks profile picture
  • @Two-Ai profile picture
  • @ghostbear profile picture
arkon, MCAxiaz, and 7 other contributors

0.14.3

New

  • Library:
    • Add "continue reading" button in library view (Library → Filter sheet → Display tab → Show continue reading button) (@d-najd)
    • Always show library tabs and counts when searching
  • Tracking:
  • Advanced settings:
    • Add "shecan" DNS over HTTPS provider
    • Ability to invalidate download index (More → Settings → Advanced → Invalidate downloads index) (@AntsyLich)
  • Library statistics (More → Statistics) (@AntsyLich)
  • Assistant content URLs (e.g., in recent apps overview on Pixel devices)

Behavior changes

  • Removed "Download complete" notification
  • Removed duplicate pinned sources setting
  • Long pressing on downloaded chapter icons opens menu instead of deleting the chapters
  • Show message when a library category is empty (@zbue, @AntsyLich)
  • Long press WebView button in manga details screen to copy URL to clipboard (@mayorJAY)
  • Ability to zoom in WebView for sites that allow it
  • Parent source folders are deleted if all folders within it are deleted
  • Better physical keyboard support in search bars (@ivaniskandar)
  • "Indexing downloads" notification moved into the main UI to make it clear why downloaded entries may not be showing up yet

Bug fixes

  • Adjust continue reading logic in history to match earlier app behavior
  • Incorrect library selections when filtered (@quangkieu, @AntsyLich)
  • Android 13+ themed launcher icon not working in some cases (@ivaniskandar)
  • Downloaded chapters sometimes getting incorrectly deleted
  • Local source detail JSON files not being read if .noxml file was created
  • Handle 1000+ page naming properly in downloads (@jobobby04)
  • Handle file names with multiple .cbz occurrences properly
  • Crash when reordering categories
  • Crash when clearing cookies for invalid source URLs
  • Freezing when clearing database (@AntsyLich)
  • Per-manga reading mode or rotation mode settings resetting when other is changed (@Two-Ai)
  • Filter out novels and drama CDs when searching MangaUpdates (@henrik9999)
  • Avoid MyAnimeList token expiration (@AlessandroJean)
  • Delayed tracking updates not working (@AntsyLich)
  • Check for new extension lib versions too in background check (@Jays2Kings)

Under the hood

Contributors

  • @arkon profile picture
  • @d-najd profile picture
  • @ThePromidius profile picture
  • @AntsyLich profile picture
  • @zbue profile picture
  • @mayorJAY profile picture
  • @ivaniskandar profile picture
  • @quangkieu profile picture
  • @jobobby04 profile picture
  • @Two-Ai profile picture
  • @henrik9999 profile picture
  • @AlessandroJean profile picture
  • @Jays2Kings profile picture
  • @ghostbear profile picture
  • @8cAyqpVKio profile picture
  • @stevenyomi profile picture
arkon, d-najd, and 14 other contributors

0.14.2

A manual backup before updating is highly recommended!

Check out the v0.14.0 release notes and v0.14.1 release notes if you're upgrading from an earlier version.

New

  • Open a random library category entry (Library → 3 dot overflow menu → Open random entry) (@zbue)
  • Add chapter download options within the Library screen (@SleepySwords)

Behavior changes

  • Disable ChapterHeader & ChapterDownloadIndicator click when in selection mode (#8350) (@zbue)

Bug fixes

  • Some minor UI tweaks (@ivaniskandar, @stevenyomi, @Dexroneum, @zbue, @Soitora)
  • Share menu item not appearing for entries not added to library
  • Some "Source not installed" errors (please re-add any entries that have that error)
  • "cannot be cast to" errors when opening some sources
  • Reader lagging when "Download ahead" is enabled
  • Resetting filter resets source search results (@AntsyLich)
  • Fix some crashes

Contributors

  • @arkon profile picture
  • @zbue profile picture
  • @SleepySwords profile picture
  • @ivaniskandar profile picture
  • @stevenyomi profile picture
  • @Dexroneum profile picture
  • @Soitora profile picture
  • @AntsyLich profile picture
arkon, zbue, and 6 other contributors

0.14.1

A manual backup before updating is highly recommended!

Check out the v0.14.0 release notes if you're upgrading from an earlier version.

New

  • Add shortcut in the reader to open the chapter in WebView (@d-najd)
  • Show notification while downloads are being indexed
  • Prompt extension updates when extensions API is updated (@AntsyLich)

Bug fixes

  • Downloaded filter not working when excluding or using "Downloaded only" mode
  • "Download split" not working when using SD card (@AntsyLich)
  • Sort library items alphabetically in secondary pass
  • Fix a bunch of crashes

Contributors

  • @arkon profile picture
  • @d-najd profile picture
  • @AntsyLich profile picture
arkon, d-najd, and AntsyLich

0.14.0

A manual backup before updating is highly recommended!

This update includes a lot of under the hood work on modernizing the codebase thanks to many contributors.

New

  • Library:
    • Filter by manga with bookmarked chapters (@SleepySwords)
    • Read ComicInfo.xml metadata files in local source (@Shamicen)
    • Long press chapter download icons to download or delete chapters (@CVIUS)
    • Show number of unique library items when numbers are enabled
    • Allow marking partially read chapters as unread from manga screen
  • Tracking:
    • Added MangaUpdates tracker (@ghostbear)
    • Update tracker chapter progress based on local progress after associating
  • Updates:
    • Show last library update time at top of updates list
    • New updates home screen widget (@ivaniskandar)
  • History:
    • Double tap nav icon to resume most recently read manga (@ghostbear)
  • Reader:
    • Ability to download ahead while reading (Settings → Downloads → Download ahead) (@nzoba)
    • Ability to split tall images when downloading (Settings → Downloads → Split tall images) (@AntsyLich)
  • Settings:
  • Misc:

Behavior changes

  • Legacy JSON backups can no longer be restored
  • Automatic backups are enabled by default
  • Tapping an item in history resumes it; tap the cover instead to open the manga screen (@CrepeTF)
  • Reword "All" source/extensions language group to "Multi" (@AntsyLich)
  • Multi-lang extensions are shown in respective language sections (@Saud-97, @AntsyLich)
  • Manga screen chapters list filter shortcut moved to top toolbar
  • Better show missing source info (@AntsyLich)
  • Strip manga title from chapter names (@AntsyLich)
  • Handle downloads when source is renamed (@AntsyLich)
  • Delete download source folder when empty (@AntsyLich)
  • Removed settings:
    • Start screen (use app shortcuts in Android 7.1+ instead)
    • Side navigation icon alignment
    • Jump to chapters
    • Option to not scroll away bottom nav

Bug fixes

  • Library update notification showing inaccurate amount when triggering a second update (@stevenyomi)
  • Handle HTTP 103 responses (@AntsyLich)
  • Download counts including incomplete CBZs (@AntsyLich)
  • Overwrite saved pages instead of creating new ones (@Platiplus, @ivaniskandar)
  • Chapter bookmark states not retained on migration or chapter updates (@AntsyLich)
  • Fix download cache not updating when location setting is changed
  • And many more fixes!

Under the hood

Contributors

  • @arkon profile picture
  • @SleepySwords profile picture
  • @Shamicen profile picture
  • @CVIUS profile picture
  • @ghostbear profile picture
  • @ivaniskandar profile picture
  • @nzoba profile picture
  • @AntsyLich profile picture
  • @NahutabDevelop profile picture
  • @Aerysh profile picture
  • @CrepeTF profile picture
  • @Saud-97 profile picture
  • @stevenyomi profile picture
  • @Platiplus profile picture
  • @alessandrojean profile picture
  • @d-najd profile picture
  • @zbue profile picture
arkon, SleepySwords, and 15 other contributors

0.13.6

New

  • Option to automatically split tall downloaded images to improve reader performance (Settings → Downloads → Auto split tall images) (@Saud-97, @AntsyLich)
  • Show downloaded icon in chapter transitions (@nzoba)
  • Option to include custom cover when migrating library entries (@Saud-97)
  • Warn when identical manga detected when adding to library from source screen (@CVIUS)
  • Configurable default user agent string (Settings → Advanced → Default user agent string)

Bug fixes

  • Fix MyAnimeList auth expiring (@alessandrojean)
  • Fix database corruptions on ROMs that default to unsafe SQLite settings (@ghostbear)
  • Fix local source not showing anything if any entries' cover can't be created/loaded
  • Fix image MIME issues that cause download errors (@stevenyomi)
  • Fix app lock when idle timing logic (@AntsyLich)
  • Fix concurrent page downloading (@f1998f1998)
  • Fix clicking tags in manga page to perform genre search rendering search filters inoperable (@MatchaSoba)
  • Handle hyphens in automatic chapter number detection (@Saud-97)
  • Fix sort by chapter numbers
  • Fix links to changelog/readme/commits for multisrc extensions (@curche)
  • Filter out empty genres before saving manga to database (@stevenyomi)

Misc

  • Show better error when trying to open non-supported RARv5 files
  • Don't allow swiping away app update install notification
  • Notify user of page download failures (@Saud-97)

Contributors

  • @arkon profile picture
  • @Saud-97 profile picture
  • @AntsyLich profile picture
  • @nzoba profile picture
  • @CVIUS profile picture
  • @alessandrojean profile picture
  • @ghostbear profile picture
  • @stevenyomi profile picture
  • @f1998f1998 profile picture
  • @MatchaSoba profile picture
  • @curche profile picture
arkon, Saud-97, and 9 other contributors

0.13.5

New

  • Add new "Lavender" theme (@Osyx, @CrepeTF)
  • Add "Battery not low" device restriction for global updates
  • Add more DNS over HTTPS providers (@stevenyomi)
  • Add ability to show manga when clicking item in migration search process (@CVIUS)
  • Add logic to determine a fallback chapter upload date if not available (@stevenyomi)

Behavior changes

  • "Navigation layout" reader settings renamed to "tap zones"
  • Default to downloading chapters as CBZ
  • Save reader progress when app is backgrounded instead of only on chapter change (@Jays2Kings, @CVIUS)
  • Fallback to jsDelivr CDN when GitHub isn't reachable for extensions
  • Make "Clear WebView data" advanced function more aggressive

Bug fixes

  • Fix chapter transition setting for single-page chapters (@ItsLogic)
  • Fix removed manga being added back if removed during library update (@AntsyLich)
  • Download new chapters when only excluded categories is selected (@AntsyLich)
  • Don't save categories in backup if not selected (@curche)
  • Fix "Move to top" showing at the most top item in download queue (@CVIUS)
  • Load downloaded chapter if possible when opening next/previous chapter (@nzoba)
  • Local Source cover fixes (@AntsyLich)
  • Fix global update ignoring network constraint (@shadow578)
  • Fix downloader crashing when downloading from UnmeteredSources (e.g., Komga) (@jobobby04)
  • Fix rate limiting from being jammed by canceled calls (@stevenyomi)
  • Fix JPEG XL images not being downloaded in proper format
  • Fix extensions sometimes not updating when using Shizuku (@AntsyLich)
  • Avoid app update prompts if build doesn't actually have newer version number (@curche)
  • Misc UI fixes (@CVIUS)
  • Fix size of Android 13 themed icon

Contributors

  • @arkon profile picture
  • @Osyx profile picture
  • @CrepeTF profile picture
  • @stevenyomi profile picture
  • @CVIUS profile picture
  • @Jays2Kings profile picture
  • @ItsLogic profile picture
  • @AntsyLich profile picture
  • @curche profile picture
  • @nzoba profile picture
  • @shadow578 profile picture
  • @jobobby04 profile picture
arkon, Osyx, and 10 other contributors

0.13.4

Mostly bug fixes on top of v0.13.2 and v0.13.3.

New

  • Add way to clear WebView data (Settings → Advanced → Clear WebView data)

Bug fixes

  • Downloads not loading for some chapters

Changes

  • UI tweak to tablet navigation rail (@CrepeTF)
  • Default number of automatic backups retained to 2 (if enabled)
  • Increase default network call timeout to 2 minutes
  • Show better error message when empty backup creation is attempted

Contributors

  • @arkon profile picture
  • @CrepeTF profile picture
arkon and CrepeTF

0.13.3

Mostly bug fixes on top of v0.13.2.

New

  • Add clear cookies option to WebView menu

Bug fixes

  • Fix freezing issues on Android 6/7
  • Various crashes

Behavior changes

  • Time out network calls at 90 seconds (instead of infinite)
  • Strip manga title from beginning of chapter names
  • Direct unofficial F-Droid users to migration guide in update prompts
  • Happy Eyeballs (fall back to IPv4 when needed) disabled; will return once more stable
  • Large update/download warnings toasts are now auto-dismissing notifications

Contributors

  • @arkon profile picture
arkon

0.13.2

New

Library

  • Cover-only grid display option (@micaelagimenez)
  • "Started" library filter and library update restriction (@FourTOne5)
  • Warn when manga with identical name is being added to library (@foxscore)

Reader

  • Navigate to pan / landscape zoom in paged modes (@gotson)
  • 5% side padding option in webtoon modes
  • 180° portrait rotation option (@sahaab)

Downloader

  • Add "Move all chapters from series to top" option to download context menu (@frankete333)

Settings

  • Allow disabling secure screen when incognito mode is on
  • Add Quad9 DNS-over-HTTPS provider (@OncePunchedMan)

Misc

  • Support Android 13 themed app icon

Behavior changes

  • Reader tapping option replaced by "Disabled" navigation layout options (@manatails)
  • Reword library update restrictions setting ("Skip updating") and show skipped notification
  • Stop removing local manga's title from chapter names
  • Adjust when mark as unread and mark previous as read actions are shown (@FourTOne5)
  • Move delete action in chapters list to rightmost position to match library (@ghostbear)
  • Disallow PackageInstaller extension installer option on MIUI due to it commonly being broken
  • Stop using browser custom tabs

Bug fixes

  • Fix backup files being corrupted when overwriting existing file (@AoEiuV020)
  • Avoid crashes in global search commonly due to obsolete extensions
  • Fix updates/history headings being off by 1 day due to daylights savings (@ghostbear)
  • Fix button saying "Resume" instead of "Start" when all chapters marked as unread (@midyHamdoun)
  • Fix history page missing some items after the first page (@1831553190)

Misc

Contributors

  • @arkon profile picture
  • @micaelagimenez profile picture
  • @FourTOne5 profile picture
  • @foxscore profile picture
  • @gotson profile picture
  • @sahaab profile picture
  • @frankete333 profile picture
  • @OncePunchedMan profile picture
  • @manatails profile picture
  • @ghostbear profile picture
  • @AoEiuV020 profile picture
  • @midyHamdoun profile picture
  • @1831553190 profile picture
  • @ivaniskandar profile picture
  • @CrepeTF profile picture
arkon, micaelagimenez, and 13 other contributors

0.13.1

New

  • Library:
    • Language badges (Filter sheet → Display tab) (@Platiplus)
    • Copy a genre/tag to clipboard by long-pressing chips (@datreesezcup)
    • Support more manga statuses (publishing finished, cancelled, on hiatus)
  • Updates:
    • Option to show badge in bottom bar to show how many chapters are unread (@datreesezcup)
  • Browse:
    • "Update all" for extensions (not available when using Legacy installer; see Advanced settings) (@ivaniskandar)
    • Long press source in Migrate list to copy source ID to clipboard
    • Ability to clear cookies from extension details view
    • Open FAQ and Guide, and Changelog from extension details view (@ghostbear)
  • Downloads:
  • Misc:
    • Option to clear chapter cache on app close (Advanced settings → Clear chapter cache on app)
    • Clear database manga by source (Advanced settings → Clear database) (@datreesezcup)
    • Add Sui support (@D34DPlayer)

Behavior changes

  • Library:
    • Changes to help avoid unnecessary heavy traffic to sources by default:
      • Remove global update intervals below 12 hours, add every 3 day interval
      • Add option for library update only update completely read manga (@Riztard)
      • Default to only updating manga that are ongoing and you're fully caught up on
    • Change global update unmetered connection restriction to connected to Wi-Fi
    • Remove library update order setting
    • Use natural ordering when sorting by chapter numbers
    • Don't preselect any options in library remove manga/downloads dialog
  • Updates:
    • Don't pollute updates with re-added chapters (@FourTOne5)
    • Fall back to fetch date when chapter upload date is unavailable (@FourTOne5)
  • Trackers:
    • Automatically set tracker as completed after reading the last chapter (@jmir1)
    • Truncate MAL search queries to first 64 characters to avoid HTTP 400 errors
  • Reader:
    • Increase max zoom level from 3x to 5x (@ghostbear)
  • Browse:
    • Search for multiple extensions at once with a comma separated list
    • Search for extensions by URL or ID (@FourTOne5)
    • Merged Local and Other language source sections (@curche)
    • Allow hiding "All" section in extensions list
    • Use default source filters in global search (@Jays2Kings)
  • Backups:
    • Validate backup during creation
  • Settings:
    • Require authentication to toggle showing NSFW sources
    • Remove explicit option to store downloads in app data folder

UI changes

Bug fixes

  • Double increment when updating covers (@midyHamdoun)
  • Local source cover storing and editing (@jmir1, @tombriden)
  • Crash when updating library without manga to update (@jmir1)
  • High CPU usage and battery drain during library update with metadata updates
  • Filter out novels from MAL search results (@henrik9999)
  • Don't auto-download chapters if excluded but no categories selected
  • Global search ignoring incognito mode when setting last used source (@datreesezcup)
  • Handle migrating Komga trackers during manga migration (@gotson)
  • Fix "Open in browser" not working for verified extension links

... and much much more minor changes and fixes by many wonderful contributors!

Contributors

  • @arkon profile picture
  • @Platiplus profile picture
  • @datreesezcup profile picture
  • @ivaniskandar profile picture
  • @ghostbear profile picture
  • @jobobby04 profile picture
  • @Seishirou101 profile picture
  • @KieuQ profile picture
  • @D34DPlayer profile picture
  • @Riztard profile picture
  • @FourTOne5 profile picture
  • @jmir1 profile picture
  • @curche profile picture
  • @Jays2Kings profile picture
  • @OncePunchedMan profile picture
  • @midyHamdoun profile picture
  • @tombriden profile picture
  • @henrik9999 profile picture
  • @gotson profile picture
arkon, Platiplus, and 17 other contributors

0.13.0

See v0.13.1.

This version had some issues specific to Android 8 and Huawei devices.

Contributors

  • @arkon profile picture
arkon

0.12.3

New

  • Add chapter bookmarking action to long press menu in Updates (@datreesezcup)
  • Ability to sort sources by library count in Browse → Migrate (@ghostbear)
  • Alternative extension install methods (Settings → Advanced → Extensions → Installer) (@ivaniskandar)
    • For more information about Shizuku, see https://shizuku.rikka.app/

Behavior changes

  • Unify how sources/extensions are flagged as NSFW
  • Hide keyboard after submitting search query (@datreesezcup)
  • Show enabled extension languages at top of list in extension details (@ghostbear)
  • Removed setting to disable update error notification
    • Can be disabled from system settings instead (Settings → General → Manage notifications; only on Android 8+)
  • Automatically dismiss "Add manga to library?" snackbar after some time
  • Enable "All" locale sources in Browse by default (@curche)

Bug fixes

  • Various fixes to top/bottom bar behavior (@ivaniskandar)
  • Remove highlight in reader when using a remote (@ivaniskandar)
  • Adjustments to manga description view (@ghostbear)
  • Fix some lag in Library when using per-category display settings (@ghostbear)
  • Fix "Only download over Wi-Fi" setting to check if connected rather than just enabled (@FourTOne5)
  • Fix total chapter number in Komga tracker (@gotson)
  • Remove duplicates in genres (@FourTOne5)
  • Remove extra padding when using list with per-category display setting (@ghostbear)

Misc

Contributors

  • @arkon profile picture
  • @datreesezcup profile picture
  • @ghostbear profile picture
  • @ivaniskandar profile picture
  • @curche profile picture
  • @FourTOne5 profile picture
  • @gotson profile picture
  • @Soitora profile picture
  • @AriaMoradi profile picture
arkon, datreesezcup, and 7 other contributors

0.12.2

If you're having trouble updating from the app, download it from https://tachiyomi.org/download/


Removals

  • App now uses same language as rest of the device due to issues it caused with theming and layouts
    • Help translate the app here: https://tachiyomi.org/help/contribution/#translation

New

General

  • Relative timestamps settings (Settings → Appearance → Relative timestamps) (@ghostbear)
  • Allow exclusion on automatic download deletion by category (Settings → Downloads → Excluded categories) (@tobinstultiens)
  • Added a getting started guide hint when Library is empty (@Jays2Kings)
  • AdGuard option for DNS-over-HTTPS (#5715) (@Long-FA)

Reader

  • Toggle to invert colors in reader color filter settings (@datreesezcup)
  • Ability to tweak auto hide sensitivity in Webtoon reader (Settings → Reader → Auto hide menu on scroll sensitivity) (@ghostbear)
  • Haptic feedback when using reader page slider (@ivaniskandar)

UI changes


Behavior changes

  • Tracking updates are queued when offline
  • Handle mixed categories when updating mangas' categories in Library (@quangkieu)
  • Confirmation when changing app lock setting (@ivaniskandar)
  • Use user preferred title language in AniList (@curche)
  • Private keyboard mode when incognito is enabled (for supported keyboards) (@ivaniskandar)
  • Use custom tabs instead of opening the full browser where possible (e.g. trackers)
  • Only navigate to new manga after migration if migrating from manga (@FlaminSarge)
  • Don't show option to delete chapters from Library when only local manga are selected

Bug fixes

UI

  • Theming fixes:
  • Fix unselected Library nav icon (@ivaniskandar)
  • Fix start/resume FAB showing up when entering and then exiting action mode (@datreesezcup)
  • Respect system animation scaling in more places (@datreesezcup)
  • Fix update extensions tab badge sometimes appearing in Library (@datreesezcup)
  • Fix tint on reader when using keyboard/controller
  • Fix scroller getting incorrectly dragged in RTL locales
  • Fix sorting in extensions list (@FourTOne5)
  • Update global search item selector UI to better match rest of app (@ztimms73)

Trackers

  • Label one-shots correctly in AniList track search (@curche)
  • Fix Kitsu showing "null" for empty descriptions (@Jays2Kings)
  • Bring back opening tracker site when clicking logo in sheet

Library

  • Fix library update notification sometimes reappearing after cancelling
  • Fix chapters getting deleted when marking as unread from library
  • Fix downloads not being cancellable for bookmarked chapters (@hyoretsu)
  • Fix potential crashes when updating default chapter sort/display settings
  • Fix "Default" category not being localized (@ghostbear)
  • Ensure all fields in new migrated manga are persisted

Others

  • Allow source filters to be passed with default values (@Arraiment)
  • Fix invalid protobuf fields in backups (@Jacekun)
  • Ensure background jobs are always recreated on app update

Under the hood

  • Build for multiple CPU architectures for smaller APK downloads
  • Adjustments to in-app app and extension update checks
  • Some tracker related changes (@gotson)
  • Misc. code cleanup (@TacoTheDank)
  • Opt out of WebView metrics and disable Google Safe Browsing

Contributors

  • @arkon profile picture
  • @ghostbear profile picture
  • @tobinstultiens profile picture
  • @Jays2Kings profile picture
  • @Long-FA profile picture
  • @datreesezcup profile picture
  • @ivaniskandar profile picture
  • @Riztard profile picture
  • @Soitora profile picture
  • @curche profile picture
  • @FourTOne5 profile picture
  • @OncePunchedMan profile picture
  • @quangkieu profile picture
  • @FlaminSarge profile picture
  • @ztimms73 profile picture
  • @hyoretsu profile picture
  • @Arraiment profile picture
  • @Jacekun profile picture
  • @gotson profile picture
  • @TacoTheDank profile picture
arkon, ghostbear, and 18 other contributors

0.12.1

Thanks to all of the app contributors, extension maintainers, translators, support staff, website maintainers, bug reporters, and all of the other community members!

Looking for help? Check out our website and Discord server.


New

Library

  • Per-category sort and display settings (Settings → Library → Per-category settings for sort and display) (@ghostbear)
  • Support more image formats for covers (@ivaniskandar)
  • Parallel global update (up to 5 sources at once) (@jobobby04)
  • "Next expected update" global update ordering (from Neko) (@kyjibo, @stinky-lizard)
  • "-source" option in library search (@curche)

Manga info

Trackers

  • Komga tracker (@gotson)
  • Support for start/end fields for Kitsu (@ghostbear)
  • Default status to "Plan to Read" or "Reading" depending on current progress (@ghostbear)

Reader

  • AVIF and HEIF image support (@inorichi)
  • JPEG XL image support (@wwww-wwww)
  • Automatically hide reader menu when user starts reading again (@ghostbear)

Download queue

  • Start download now option for individual items (@Riztard)

Migration

  • Long click to view manga in source search (@curche)

UI changes

Themes

  • All themes are now available in light or dark modes (@ivaniskandar)
  • New themes:
  • Hot Pink theme is removed (very similiar to Strawberry Daiquiri)

Tablet

  • Allow vertically centered side rail icons
  • Bigger cover in manga details (@ghostbear)
  • Now only applies if the screen's smallest width is ≥ 720dp (typically larger tablets)

Reader

  • Reader theme now follows the rest of the app (@ivaniskandar)
    • Automatic reader theme based on dark mode preference (@ghostbear)
  • Hide buttons in reader if there are no previous/next chapters (@datreesezcup)
  • Hide seekbar in reader for single page chapters (@datreesezcup)

Misc


Behavior changes

  • Error notifications for global update are now enabled by default
  • Secure screen is enabled when Incognito Mode is enabled (@ivaniskandar)
  • Tapping genre triggers better search if available (@E3FxGaming)
  • Current locale is used when sorting library "alphabetically"
  • Don't fully expand source filter sheet to be consistent with other sheets in the app

Bug fixes

  • Set orientation icon correctly when opening reader
  • Fix manga title jumping around when refreshing (@ghostbear)
  • Draw tablet manga info column under navbar
  • Fix download status not updated properly after starting batch download (@ivaniskandar)
  • Fix library settings sheet causing crash (@jmir1)
  • Fix black icon for small notifications on EMUI (@Soitora)
  • Fix incorrect toolbar text color after theme change (@ivaniskandar)
  • Fix crash when opening the MangaController from source search (@jmir1)
  • Fix some views being incorrectly click-through-able
  • Sort extensions by name properly (@FourTOne5)
  • Only update in-library manga chapter settings instead of all
  • Fix chapter source order not working correctly and allow refresh to update source order
  • Sanitize manga title in page download subfolder name (@SBence)
  • Fix incorrect number of items in the library title (@jmir1)
  • Fix Incognito Mode toggle in More not updating after disabled via notification
  • Fix Incognito Mode disabled after URL intent launched (@ivaniskandar)
  • Don't show navigation overlay if tap navigation is disabled (@ivaniskandar)
  • Fix splash screen icon on Android 12 (@ivaniskandar)
  • Use proper chooser intent when sharing saved pages
  • Fix Download Queue opening multiple times from rapidly clicking Updates (@datreesezcup)

Removals

  • Disabled Android system auto app backup (which usually didn't work)

Minor things

  • Added link to Don't Kill My App! in advanced settings
  • Open Settings when double tapping More (@datreesezcup)
  • Pan bottom navbar like the top appbar on scroll (@ivaniskandar)
  • Added help text to category changing dialog when user has no categories (@datreesezcup)
  • Added favorited badge to browse and search (@Soitora)
  • Warning for MIUI users when trying to restore backups with MIUI Optimization disabled

Under the hood

  • Migrate legacy backup to Kotlin Serialization (@jobobby04)
  • Migrate from material-dialogs to Material Components (@ivaniskandar)
  • Coil cover caching adjustments (@ivaniskandar)
  • Sanitize spaces when setting URLs without domain

Contributors

  • @arkon profile picture
  • @ghostbear profile picture
  • @ivaniskandar profile picture
  • @jobobby04 profile picture
  • @kyjibo profile picture
  • @stinky-lizard profile picture
  • @curche profile picture
  • @Jays2Kings profile picture
  • @E3FxGaming profile picture
  • @datreesezcup profile picture
  • @gotson profile picture
  • @inorichi profile picture
  • @wwww-wwww profile picture
  • @Riztard profile picture
  • @Soitora profile picture
  • @ztimms73 profile picture
  • @FlaminSarge profile picture
  • @jmir1 profile picture
  • @FourTOne5 profile picture
  • @SBence profile picture
arkon, ghostbear, and 18 other contributors

0.12.0

See v0.12.1.

Contributors

  • @arkon profile picture
arkon

0.11.1

We only support Android 6+ starting from this release.

(Android 6 users using v0.10.12 will need to manually download the APK and update due to a bug, sorry!)

New

Reader

  • Add per-manga rotation mode setting (@bboyz269, @ghostbear)
  • Option to save pages to separate subfolders based on manga title (Settings → Reader → Save pages into separate folders) (@OncePunchedMan)
  • Grayscale filter
  • Automatic background color for pager-type reading modes (@ghostbear, @Jays2Kings)
  • Display animated webp whenever possible (Android 9+), otherwise fallback to static image (@inorichi)

Library

  • Option to hide "Local" badge (Library → Filter sheet → Display → Local badges) (@datreesezcup)
  • Option to update trackers during global update (Settings → Library → Automatically update trackers) (@gotson)

UI

Misc

  • System notification to disable Incognito Mode when it's enabled (@ivaniskandar)
  • Adaptive icon shapes for app shortcuts (@ivaniskandar)
  • Add cancel all for series in download queue (@Jays2Kings, @Riztard)
  • Display the currently active restrictions in the library update preference (@gotson)
  • Shortcut to backup menu in More

Behavior changes

  • Open migrated/copied manga immediately after migration (@ivaniskandar)

Removals

  • Android 5.x support
  • Legacy backup creation (but can still be restored)
  • 1 and 2 hour library update frequencies to avoid overloading sources

Bug fixes

  • Some crashes while fetching chapter pages
  • Dual-page split bugs (@ghostbear)
  • Decoder crash with 1px images and crop borders (@inorichi)
  • Unofficial extensions being labeled as "Obsolete" instead of "Unofficial" (@datreesezcup)
  • Use default reading mode in cases of invalid reading mode being set from forks
  • Handle not downloaded/bookmarked filtering in reader
  • Resume button not considering filters
  • Incognito mode disabled after the app kicked out of memory (@ivaniskandar)
  • Scrolling in tabbed sheets (@ivaniskandar)

Under the hood

Contributors

  • @arkon profile picture
  • @bboyz269 profile picture
  • @ghostbear profile picture
  • @OncePunchedMan profile picture
  • @Jays2Kings profile picture
  • @inorichi profile picture
  • @datreesezcup profile picture
  • @gotson profile picture
  • @Soitora profile picture
  • @CrepeTF profile picture
  • @CarlosEsco profile picture
  • @ivaniskandar profile picture
  • @Riztard profile picture
arkon, bboyz269, and 11 other contributors

0.11.0

See v0.11.1.

Contributors

  • @arkon profile picture
arkon

0.10.12

This is a small update on top of v0.10.11, and is the final release for Android 5.x users.


Behavior changes

  • Removed "Locked" orientation in reader, replaced with explicit orientations
    • Setting has been reset to the default "Free" option
  • Incognito Mode is reset on app relaunch, similar to a browser
  • Reader shortcuts now show menus instead of toggling through

Bug fixes

  • Handle sort order when resuming reading or downloading next chapters
  • Handle downloading with source names containing invalid characters
  • Always show bottom nav when scrolled up even if page is too short (@ivaniskandar)
  • Smoother download progress icons (@ivaniskandar)

Removals

  • App update check is disabled for Android 5.x users

Under the hood

Contributors

  • @arkon profile picture
  • @ivaniskandar profile picture
  • @ghostbear profile picture
arkon, ivaniskandar, and ghostbear

0.10.11

New

  • Double tap Updates in bottom nav to go to Download Queue
  • Long press reader settings icon to open color filter tab

Behavior changes

  • Tapping the update available notification will start the download
  • Follow the configured chapter sort when:
    • Downloading next chapters
    • Tapping the start/resume button
  • Include chapter fetch date when migrating

UI changes

  • Navigation bar scrim when not using gestures (@ivaniskandar)
  • Moved reading mode toast to default bottom position instead of the center

Bug fixes

  • Various edge-to-edge fixes
  • Disallow system forced dark mode, such as MIUI's
  • Allow dismissing download progress notification when paused
  • Allow weaker unlock methods in Android 6 - 10
  • Reader toolbar subtitle getting cut off when text is too big
  • Getting stuck in search mode in source if query isn't submitted (@ivaniskandar)
  • Page change not triggering in webtoon reading mode (@Jays2Kings)
  • Other misc. crashes

Under the hood

Contributors

  • @arkon profile picture
  • @ivaniskandar profile picture
  • @Jays2Kings profile picture
  • @Fmaldonado6 profile picture
arkon, ivaniskandar, and 2 other contributors

0.10.10

10/10 would release again.


New

Library

  • Allow excluding categories from library update
  • Allow excluding categories from auto-download
  • 4 and 8 hour options for library update frequency (@Riztard)
  • Sort by date fetched (@Riztard)
  • Library search includes manga descriptions (@Riztard)

Reader

  • More efficient image decoder (@inorichi)
  • Split bottom shortcut toolbar and seekbar design (originally by @CrepeTF)
    • Reading modes toggle
    • Orientation toggle
    • Crop borders toggle
    • Combined/cleaned up reader setting and color filter sheets
  • Navigation layout overlay (@ghostbear)
  • Add Right and Left to reader settings (@ghostbear)
  • Inverted dual page split setting (@ghostbear)
  • Split settings for dual page split for Paged and Webtoon (@ghostbear)

Tracking

  • Start/finished date support for AniList (@Jays2Kings)

Migration

  • Show number of manga per source

Other

  • Draw edge-to-edge (i.e. under the navigation bar) (@ivaniskandar)
  • Option to use Google DNS for DNS over HTTPS

Behavior changes

  • Show unread entries first when sorting library by unread
  • Replaced reading mode snackbar with toast so it doesn't block toolbar (@Tooster)
  • Moved clear history from advanced settings to history screen menu
  • Implement migration for source search (@Flat)
  • Removed online protobuf backup restore option (i.e. offline only)
    • You can do a global update afterwards as needed
  • Allow weaker classifed methods for app lock (e.g. weak facial unlocks, PINs, etc.)

Bug fixes

Reader

  • Color filter sheet not being scrollable when screen isn't big enough
  • Locked orientation not actually being locked and using sensor
  • Crop border not applying immediately in Webtoon and Continuous Vertical reading modes
  • Remove inserted page when dual page split gets turned off (@ghostbear)
  • Weird cropping for showing missing chapter warning icon (@ghostbear)

Downloads

  • Chapter deletion making UI freeze (@Flat)

Other

  • Don't repeatedly vibrate/make sounds on download progress
  • Search queries disappearing when switching apps (@AntoineGS)
  • Various Bangumi tracker fixes (@mutsumi63)
  • Update NDK, minor cleanup (@TacoTheDank)

Contributors

  • @arkon profile picture
  • @Riztard profile picture
  • @inorichi profile picture
  • @ghostbear profile picture
  • @Jays2Kings profile picture
  • @ivaniskandar profile picture
  • @Tooster profile picture
  • @Flat profile picture
  • @AntoineGS profile picture
  • @mutsumi63 profile picture
  • @TacoTheDank profile picture
arkon, Riztard, and 9 other contributors

0.10.9

New (major)

  • Right and Left reader navigation mode (@ghostbear)
  • Dual page split setting (More → Settings → Reader → Dual page split) (@rawfh, @ghostbear)

New (minor)

  • Filter sheets in library and chapters list don't have restricted height anymore
  • Show locales in list of sources to migrate
  • Ability to open manga when clicking the thumbnail in migration list
  • Add action to directly share dumped crash log file from notification
  • Add weekly as a library update frequency option
  • Show help button when a source doesn't load

Bug fixes

  • Fix some sources not loading properly
  • Fix downloads getting deleted when marked as unread
  • Fix crash when opening updates page when using Georgian locale
  • Fix sharing files when using third-party sharing menus

Under the hood

  • Optimizations for restoring backup
  • Optimizations for chapter download icons
  • Require minimum WebView v88

Contributors

  • @arkon profile picture
  • @ghostbear profile picture
  • @rawfh profile picture
arkon, ghostbear, and rawfh

0.10.8

MyAnimeList tracking has been rewritten using the official API (you will need to log in again).

If search results don't show what you want, you can:

  • Search by ID using id:####
  • Search your added list titles using my:title

New (major)

  • Viewer navigation options (see WIP guide) (@ghostbear)
  • Filter library by tracked status (@ghostbear)
  • Chapter download icons for quicker download actions

New (minor)

  • New date format options (@Riztard)
  • Show source name in download queue (@Riztard)
  • Show count in library header (Library → Filter → Display → Show number of items) (@TheUnlocked)
  • Ability to reorder download queue by chapter number (@Riztard)
  • Shortcut to see commit history for official extensions (Browse → Extensions → Open an extension → history icon at top right)
  • Ability to manually save crash logs to a file (Settings → Advanced → Dump crash logs)
  • Unified history and update item design (@ghostbear)

Behavior changes

  • Split invert tapping for pager and webtoon type reading modes (@ghostbear)
  • Reading mode snackbar can be dismissed by swiping it (@ghostbear)
  • Trackers now shown in a bottom sheet (@ghostbear)
  • Global search context menu option replaced with a share target
  • Allow typing in tracker score similar to chapters

Bug fixes

  • Fix tracker login redirects being white even in dark themes
  • Don't show hidden settings when searching
  • Fix crash when last read page is above a newer total page count
  • Direct user back to global search when coming from source search results (@clarencecastillo)
  • Manga chapter view content not being focusable when using a remote or controller
  • Fix crash when tapping downloading progress notification on Android 5
  • Fix multi-select phantom anchor bug in manga chapters and library (@clarencecastillo)
  • Show errors properly when tracking search fails

Under the hood

  • A lot of tracker related code cleanup
  • Gradle file converted to Kotlin DSL (@jobobby04)
  • Build tool and dependency updates (@TacoTheDank)
  • Require minimum WebView v87

Contributors

  • @arkon profile picture
  • @ghostbear profile picture
  • @Riztard profile picture
  • @TheUnlocked profile picture
  • @clarencecastillo profile picture
  • @jobobby04 profile picture
  • @TacoTheDank profile picture
arkon, ghostbear, and 5 other contributors

0.10.7

Bug fixes on top of v0.10.6.


New

  • Ability to hide sources/extensions with NSFW content (Settings → Browse)

Bug fixes

  • Fix scroll direction in Webtoon viewer when using left/right keys or S Pen
  • Fix native library issues on some devices
  • Fix startup crash on some Xiaomi devices
  • Fix thumbnails not loading in some sources

Removals

  • Bundled fallback file picker; shows an error message instead if device doesn't have an appropriate file picker installed

Under the hood

  • Require minimum WebView v86

Contributors

  • @arkon profile picture
arkon

0.10.6

New

Library

  • Tri-state library filters (@hXtreme)
  • Tri-state chapter filters
  • Ability to set global filter/sort/display settings for manga chapters (chapter filter sheet → overflow menu) (@lmj0011)
  • Ability to choose what to remove for selected mangas (@scb261)

History

  • Add infinite history and search history (@jobobby04)
  • Ability to delete all reading history (Settings → Advanced → Clear history) (@ghostbear)

Browse

  • Show locale in sources list
  • Global search layout tweaks (@ghostbear)
  • Add global search progress bar
  • Add help shortcut for source migration
  • OS-wide text selection shortcut to do a global search (Android 6+)

Settings

Backups

  • v3 backups (@jobobby04)
    • Now produces .proto.gz backup files that can be restored offline
    • Legacy .json backup files are still created by default for automatic backups for use with older versions of Tachiyomi and forks that don't support the new backups yet

Misc

  • Include manga/chapter/page details when sharing a chapter page (@Jays2Kings)
  • Samsung S Pen actions support (@RikudouSage)
  • Incognito mode (at the top of More) (@Platiplus, @ghostbear)
    • Disables recording reading history
    • Doesn't update the last used source
    • Doesn't save chapter progress unless the manga is being tracked

Behavior changes

Browse

  • Prevent tag search if browsing from latest
  • Remove 10 results per source limit from global search (still limited to 1 page)

Downloads

  • Remove chapter from download queue if manually marked as read (@ghostbear)

Misc

  • Show "Downloaded only" banner in all views
  • Trust user-added certificate authorities

UI updates

  • Manga info view design updates
  • Tweak default dark theme colors (@CrepeTF)
  • Darken description colors (@Soitora)

Bug fixes

  • Workaround for MyAnimeList logins (requires logging in again)
  • Reader transition text not being centered properly
  • Missing chapter warning when chapter number is not recognized (@ghostbear)
  • Bottom padding in source filters sheet (@Unlocked)
  • Fall back to filename in backup creation notification if path not available
  • Don't scroll to top when navigating back/forward in WebView

Removals

  • Remove support for backup v1 (v2 JSON is still supported)

Under the hood

  • Migrate build processes from Travis CI to GitHub Actions
  • Build workflow improvements (@sainAk)
  • Migrate to kotlinx.serialization for various things
  • Replace some usages of Kotlin synthetics

As usual, thanks to all of the app contributors, extension maintainers, translators, support staff, website maintainers, bug reporters, and all of the other community members!

Looking for help? Check out our website and Discord server.

Contributors

  • @arkon profile picture
  • @hXtreme profile picture
  • @lmj0011 profile picture
  • @scb261 profile picture
  • @jobobby04 profile picture
  • @ghostbear profile picture
  • @mpm11011 profile picture
  • @Jays2Kings profile picture
  • @RikudouSage profile picture
  • @Platiplus profile picture
  • @CrepeTF profile picture
  • @Soitora profile picture
  • @Unlocked profile picture
  • @sainAk profile picture
arkon, hXtreme, and 12 other contributors

0.10.5

New

  • Missing chapters warning in transition (@ghostbear)

Changed behavior

  • Sources sorted in case-insensitive fashion (@scb261)
  • Hidden directories (i.e. folders starting with a .) are filtered out for local source

Bug fixes

  • Extension crashes on some older Android versions
  • Smoother view transitions (@jobobby04)
  • Prevent deleting bookmarked chapters not working when reading chapters

Contributors

  • @arkon profile picture
  • @ghostbear profile picture
  • @scb261 profile picture
  • @jobobby04 profile picture
arkon, ghostbear, and 2 other contributors

0.10.4

New

  • Warn before restoring backup if trackers aren't logged in
  • Mark manga as read/unread from library
  • Option to prevent deleting bookmarked chapters

Minor changes

  • Bubble up sources with results in global search
  • Extensions that may contain 18+ content are flagged as such

Bug fixes

  • Reader toolbars behind status/navigation bar when using fullscreen mode
  • Add manga snackbar not going away
  • Rating 0 or 10 with MAL tracker not working
  • Custom SD card download location issues

Contributors

  • @arkon profile picture
arkon

0.10.3

More bug fixes on top of v0.10.1 and v0.10.2.


Bug fixes

  • Fix Webview-related crashes on some older Android versions
  • Fix some snackbars not being displayed in viewport properly

Minor changes

  • Adjusted tap regions in vertical/webview/continuous vertical reading modes
    • Top and left parts navigate up
    • Bottom and right navigate down
  • Tweaked download badge color

Under the hood

  • Retrieving the extensions list now uses only 10% of the data as before

Contributors

  • @arkon profile picture
arkon

0.10.2

Bug fixes for v0.10.1.


Bug fixes

  • Custom download locations on external SD card not working
  • Issue when chapters list includes multiple chapters that point to the same URL
  • Source not appearing as pinned when in last used section
  • Icons being invisible in History when using light blue theme
  • Crash when collapsing filter groups

Minor changes

  • Error/warning notifications for downloader separated out into separate notification channel
  • Improved download badge contrast

Contributors

  • @arkon profile picture
arkon

0.10.1

You thought it'd be 1.x after 0.9.x, but it was me, Dio 0.10.x!


Big thanks to all of the app contributors, extension maintainers, translators, support staff, website maintainers, bug reporters, and all of the other community members!

Looking for help? Check out our website and Discord server.


New (major)

Library

  • New display options:
    • Comfortable grid
    • Hide unread badges
    • Hide category tabs
  • Sort by date added
  • Download unread chapters directly from library view (in long press menu)
  • Shortcut to global search when searching library

Manga info/chapters

  • Refreshed manga info/chapters view
  • Migrate directly from manga info page menu
  • Sort chapters by upload date

Library updates

  • Concurrently refresh trackers
  • Update details metadata at the same time (can be turned off from More > Settings > Library > Automatically refresh metadata)
  • Error log notification after library update if anything failed (can be turned off from More > Settings > Library > Show update errors notifications)

Reader

  • Inverted tapping setting

Downloads

  • Download from up to 5 different sources concurrently
  • Download up to 5 pages in a chapter concurrently

Sources

  • Manage sources from extension details
  • Click source name in global search to view more

New (minor)

Library

  • Bookmark icons in chapters list
  • Copy to clipboard when long pressing tracking title
  • New chapters automatically download when refreshed manually in list (if in auto download category)
  • Allow "duplicate" categories with differing case (e.g. "Reading" and "READING")
  • Prevent spamming updates with newly favorited manga

Reader

  • Snackbar to show what reading mode is being used when opening the reader (can be turned off from More > Settings > Reader > Show reading mode)

Downloads

  • Notification on completion (can be hidden via Android system settings in Android 8+)

Browse

  • More easily pin sources
  • Added Browse to start screen options
  • Better distinguish between obsolete (no longer available from official extensions repo) and unofficial (not signed with official extensions signature) extensions
  • Shortcut to manage installed extension in system settings

Misc

  • Added fast scroller to updates, history, download queue, and migration list views
  • Square icons instead of circle icons in list views
  • Shortcut to manage categories in "More"
  • Option to use DNS over HTTPS (via Cloudflare) in advanced settings
  • Viewing changelogs now just redirect to GitHub rather than bundling it within the app

Backup/restore

  • Warn about missing sources before restoring backup (if backup was created in v0.9.1+)

Behavior changes

Library

  • Edit cover moved from library to manga info

Reader

  • Default reading mode to right to left (since this is a manga app...)
  • Scroll up/down when tapping top/bottom thirds of webtoon and continuous vertical viewers
  • Page transitions setting applies to all reader modes

Downloads

  • Downloaded chapters are renamed if the chapter name changes
  • App will not download things if there's less than 50MB of storage space available
  • Now using same chapter folder names used in TachiyomiJ2K; fixes duplicate scanlator chapters not being downloaded separately

Browse

  • Explicit "Browse button" removed, just tap the row

Misc

  • Sped up animations
  • Can only grab the thumb in the fast scroller now to avoid conflicts with system navigation gestures
  • Source migration moved into Browse section
  • List of languages are sorted alphabetically in source and extension filtering screens

Bug fixes

  • Reader jumping back to beginning of page when leaving the app
  • Bottom toolbar in reader layout for RTL locales
  • Backup/restore progress notifications alerting more than once
  • Remove "Hide" option for Local Source, which isn't actually hide-able
  • Hide download menu for local manga
  • Wrong source icon showing up in migration list when a source isn't installed
  • Status bar sometimes showing up when rotating device while in fullscreen reader
  • Charset issues with ZIP files (Android 7+ only)
  • Cover thumbnails not being translucent for favorited manga when browsing sources
  • Being unable to restore backups if there's no categories in the backup file
  • Covers not updating (including custom covers)
  • Sort list of sources in migration alphabetically
  • Fix some webpages being shown as really tall in WebView
  • Fix some webpages not working properly in WebView
  • Several translated locales weren't available as options in the app
  • Category picker not showing up when adding manga from snackbar after downloading something
  • Download notification showing pause after finishing after reordering items
  • Fix download cache not working for a source name change
  • Some snackbars sometimes being out of view
  • Downloads not starting on metered wifi connections
  • Fix getting stuck in chapter loop when chapters have identical URLs

Under the hood

  • Update conductor-support-preference to support EditTextPreference's OnBindEditTextListener (allows for extension preferences to handle password fields properly)
  • Switched to a different way of displaying open source licenses
  • Warnings when Webview isn't available on your device
  • TLS 1.3 support for Android 9 and below
  • A bunch more!

Contributors

  • @arkon profile picture
arkon

0.10.0

Same thing as Tachiyomi v0.10.1, except it crashes in Android 5 - 8.

Contributors

  • @arkon profile picture
arkon

0.9.2

Mostly minor fixes on top of v0.9.0 / v0.9.1.

Bug fixes

  • Backup failing when a source isn't installed
  • Local manga page sorting
  • 32-bit color setting not showing up in reader settings (Android 8+)

Enhancement

  • Collapse top and bottom toolbars on scroll

Contributors

  • @arkon profile picture
arkon

0.9.1

Mostly minor fixes on top of v0.9.0.

Bug fixes

  • Fixed sources tab not updating after installing an extension
  • Disabled Proguard, which was causing issues with some extensions (e.g. Komga)
  • Inverted selection in chapters list re-inverting after performing an action
  • Manga info being cut off on smaller screens

Enhancements

  • Removed notification sound when backup or restore is complete
  • Move start/pause button in download queue to a Floating Action Button
  • Remove extra confirmation step for passive biometric unlock (e.g. iris scan or face unlock)

New features

  • Gray reader background

Contributors

  • @arkon profile picture
arkon

0.9.0

This a huge release! Big thanks to all of the contributors, translators, support staff, website maintainers, bug reporters, and all of the other community members!

Looking for help? Check out our website and Discord server.


Major changes

  • Dropped support for Android 4.x. App now requires Android 5+
  • App section navigation moved from sidebar to bottom navigation bar for quicker access (and easier for Android 10+ gesture users)
  • Users must have WebView installed/enabled on their device to use the app (required for fetching content)

Moved features

  • Edit categories moved to More > Settings > Library
  • Open in browser now in WebView menu

New features

Themes

  • Splash screen (follows system light/dark theme)
  • Automatic system dark theme (Android 9+)
  • Pure white light theme

Library

  • Select all/inverse options
  • Sort by latest chapter option ("Last updated" renamed to "Last checked")
  • Long hold two items to do a range selection in library and chapters lists
  • Search by artist, genre, or source
  • Tapping genre tags does a library search or source search, depending on how you opened the manga details
  • Bookmarking options in chapter selection menu
  • Downloaded only mode to force downloaded filter for all chapter lists in your library (in More)

Reader

  • Translucent toolbars (Android 8+)
  • Option for showing reader content in cutout area (e.g. notches or cameras cutouts)
  • Webtoon side padding option
  • New continuous vertical reader (i.e. webtoon with gaps between pages)
  • Bookmarking option from toolbar
  • Option to hide transition page when possible (i.e. next chapter is already loaded)
  • Option to skip filtered chapters while reading

Tracking

  • Start/end dates for MyAnimeList

Sources (formerly called Catalogues)

  • App icons in sources list
  • Long press sources to pin or hide them
  • Prioritize pinned sources when doing global search
  • Option to only include pinned sources when doing global search
  • Link in menu to local manga guide
  • JSON metadata for local manga (see guide)

Extensions

  • Extensions no longer available from the official extensions repo are marked as "Obsolete"
  • Filter extensions by language
  • Extension update notifications

Download queue

  • Reorder items
  • Cancel individual items

Settings

  • Date format
  • Confirm before exit
  • Security options (biometrics lock, secure screen, hide notification content)
  • Shortcut to disable battery optimization (More > Settings > Advanced)

Enhancements

Under the hood

  • Targeting Android 10
  • Migrate background jobs to WorkManager, which should be more reliable
  • Lots of other code migrations/cleanup
  • Auto update enabled by default
  • Increased chapter cache size
  • Increased default request timeout from 10 seconds to 30 seconds
  • Downloading will copy from chapter cache if available

Reader

  • Next chapter begins preloading earlier
  • Zoom out in webtoon and continuous vertical readers
  • EPUB support improvements
  • Double tapping in pager viewer zooms where you tapped instead of the center

Trackers

  • Better logout flow for trackers
  • Option to remove tracking from track search dialog
  • Label email address login field properly for Kitsu

Source migration

  • Include chapter bookmarks
  • Include chapters list filter/sort/display settings
  • Include viewer setting

Backup/restore

  • Progress shown in notifications
  • Progress no longer lost when restore is stopped

WebView

  • Improved WebView navigation menu
  • Prompt user to update WebView if version is too old

Other UI/UX

  • Moved long press menu options to bottom for more consistent and quicker usability
  • Nicer chapter update notifications
  • More pitch black-ness in AMOLED theme
  • Sticky date section headers in history list
  • Fast scroller in library, sources, and extensions
  • Better error message when downloading to an invalid location
  • Pressing history item goes to the chapter list

Bug fixes

  • Various reader bugs
  • Tracking for single page chapters
  • Search bar focus/menu bugs
  • Reader closing if opening app from launcher
  • Ignore temporary directories for download badges
  • Sort chapters properly in updates
  • Show reader toolbars on top of color filter
  • Filename length when saving pages
  • Allow selecting "Default" category for auto library updates
  • Allow selecting "Default" category for auto download

Removals

  • Sort library by source (you can now search by source)
  • Manga homescreen shortcuts

Contributors

  • @arkon profile picture
arkon

0.8.5

Future releases will only support Android 5+

  • New: open in browser/webview from catalogue
  • New: reader color filter blend modes
  • New: link to help website in sidebar
  • New: long press bookmark icon in manga info to change categories
  • New: update prioritization setting
  • New: Bangumi tracker
  • New: extension search
  • New: see changelog by pressing Settings > About > Build time
  • Enhancement: ignore case when sorting library
  • Enhancement: available extensions grouped by languages
  • Enhancement: webview navigation
  • Enhancement: improved loading speed when skipping pages in a chapter
  • Fix: Cloudflare issues
  • Fix: sharing issues when filename is long
  • Fix: handle errors during global search
  • Fix: looping GIFs now loop
  • Fix: .nomedia files generated to avoid pages appearing in gallery apps
  • Fix: download queue won't autostart if it was previously paused
  • Fix: remove DOWNLOADED text after marking chapter as read (if setting is enabled)
  • Fix: backup dialog showing "null" when saving to cloud storage
  • Fix: MAL and Shikimori tracker issues

Contributors

  • @arkon profile picture
arkon

0.8.4

  • All the internal sources have been removed. They now need to be installed as an extension.
  • Cloudflare is now resolved with a WebView in background which should put an end to the recent updates to adapt to their changes.
  • Added an option to open manga details in a WebView. This should also help when receiving a captcha confirmation page (usually 403 errors). It can also be used to login with the website, as the app now shares cookies.
  • Added a deep link handler that extensions can use to perform a search within the app.
  • Added an option to decode images in ARGB8888 format for devices running Oreo or later.
  • Added Shikimori tracker.
  • Updated translations.

Contributors

  • @inorichi profile picture
inorichi

0.8.3

Pulled release.

Contributors

  • @inorichi profile picture
inorichi

0.8.2

  • Updated Cloudflare.
  • Fixed crashes with some translations.

Contributors

  • @inorichi profile picture
inorichi

0.8.1

  • Fixed latest Cloudflare changes.
  • Bundled SQLite for better performance and new features.
  • Restored dark blue theme.
  • Added a MAL API workaround.
  • Fixed search issues on Kitsu and AniList.
  • Fixed an issue where the image was centered when using the vertical reader.
  • Updated translations.

Contributors

  • @inorichi profile picture
inorichi

0.8.0

  • Added a new reader with many fixes.
  • Added GIF support.
  • Fixed loading errors with local compressed files.
  • Fixed an issue where images couldn't be shared.
  • Removed image decoders setting because it's not needed anymore.
  • Updated translations.
  • Show all entries in library even if their extensions are not installed
  • Fixed search issues on Kitsu and AniList.
  • Other minor bugfixes.

Contributors

  • @inorichi profile picture
inorichi

0.7.4

  • Updated Anilist's API to v2.
  • Added Github link to about.
  • Fixed indonesian language not working.
  • Fixed an issue on KitKat that crashed the app when scheduling updates.
  • Fixed a few more issues introduced on the previous release.

Contributors

  • @inorichi profile picture
inorichi

0.7.3

  • Fixed the tracking search layout when there are many results.
  • Separate english language into american and british so that dates are formatted according to that locale.
  • Added Firebase analytics, for Android API distribution.
  • Crop borders for webtoons now has a separate setting.
  • The downloader now runs in a foreground service to prevent it from being killed.

Contributors

  • @inorichi profile picture
inorichi

0.7.2

  • Fixed missing downloaded label in chapters screen.
  • Fixed updater in KitKat and lower due to TLS.

Contributors

  • @inorichi profile picture
inorichi

0.7.1

  • Updated Cloudflare bypass.
  • Enabled TLS 1.1 and TLS 1.2 on Android KitKat and lower.
  • Minor UI changes.

Contributors

  • @inorichi profile picture
inorichi

0.7.0

  • Added extensions support. You can now install and update extensions within the app. If you installed any extension previously through F-Droid, you'll have to uninstall them first.
  • Added a custom download option to download N chapters.
  • Updated manga info layout, with clickable components to copy to clipboard or perform a global search.
  • Added an option to change the animation speed of a double tap in the reader.
  • Improved tracking results UI with covers.
  • Dropped support for simultaneous downloads.
  • Batoto is now a legacy source, you can only use it to migrate.
  • Updated dark theme and reader theme.
  • Bugfixes and minor UI/UX improvements.

Contributors

  • @inorichi profile picture
inorichi

0.6.8

  • Added a new feature to help migrating manga from sources. You can find it in the library's toolbar. In the search results, a tap will prompt to replace (or copy) the selected manga, while a long tap will let you browse the manga before doing the migration.

Contributors

  • @inorichi profile picture
inorichi

0.6.7

  • Notice to Batoto users. As you may already know, Batoto will cease to work in a few days. We're working on a feature to help migrating the library to other sources and should be available shortly. Please be patient.
  • Fixed http 503 errors due to Cloudflare changes.
  • Minor UI improvements.

Contributors

  • @inorichi profile picture
inorichi

0.6.6

  • Backups now properly restore tracking information.
  • Fixed library view and its overflow menu visible in other screens.
  • Fixed updater's notification in Android O.
  • Fixed a crash when rotating the screen in the chapters view.
  • Improved peformance of the app when using a custom downloads directory.

Contributors

  • @inorichi profile picture
inorichi

0.6.5

  • Added a download cache for faster navigation.
  • Enabled Cloudflare for Batoto.
  • Fixed some issues with automatic backups.
  • Fixed a bootloop issue with devices running Cyanogenmod 12 or 13.

Contributors

  • @inorichi profile picture
inorichi

0.6.4

  • Added a global search feature with a new catalogue screen.
  • Added an option to show downloaded chapters badges in the library.
  • Added an scrollbar in the chapter list.
  • Fixed some issues with bundled catalogues.
  • Changed the page indicator in the reader to support devices with rounded corners.
  • Crash fixes.

Contributors

  • @inorichi profile picture
inorichi

0.6.3

  • Fixed a crash when retrying a page.
  • Fixed a crash when sharing an image.
  • Fixed disappearing toolbar buttons in the catalog after a search.

Contributors

  • @inorichi profile picture
inorichi

0.6.2

  • Added a new completed manga filter for the library.
  • Added scanlator to chapters (if supported by source).
  • Added Discord server link.
  • Added new translations.
  • Extensions shouldn't crash the app anymore.
  • Crop borders is supported in webtoon reader and fixed in Android O.
  • Fixed a bug where storage permissions were always requested.
  • Minor UI and crash fixes.

Contributors

  • @inorichi profile picture
inorichi

0.6.1

  • Bugfix release (JSoup syntax change).

Contributors

  • @inorichi profile picture
inorichi

0.6.0

  • Added sorting by total chapters.
  • Added an option to reverse volume keys navigation.
  • Added AMOLED theme.
  • Improved recent chapters view.
  • Improved UI with a single activity approach.
  • Fixed backup restore issues.
  • Fixed Kitsu http 400 errors.
  • Fixed Batoto catalogue.

Contributors

  • @inorichi profile picture
inorichi

0.5.2

  • New backup system. Smaller file size but requires a network connection to restore.
  • Fixed descriptions showing a single line.
  • Added Nougat shortcuts and round icon.
  • Added an option to add a manga to a specific category.
  • Improved new chapters notification.
  • Support Kitsu new rating system.
  • Last read page is now retained in webtoon reader.

Contributors

  • @inorichi profile picture
inorichi

0.5.1

  • Added an option to auto download from selected categories.
  • Handle a few more directories for local manga.
  • Update Kissmanga parser.
  • Fixed downloader errors with some manga titles.
  • Fixed gallery not showing saved images.

Contributors

  • @inorichi profile picture
inorichi

0.5.0

  • Support for local manga. Head to the wiki page for instructions.
  • Added an option to detect and remove the white borders of the images.
  • Added advanced search for catalogues.
  • Russian, french, bulgarian and vietnamese translations.
  • Fixed a bug when changing chapters inside the reader with the buttons.
  • Fixed certain downloaded chapters not working with any decoder.
  • Fixed lost covers on some devices.

See the milestone page for a complete list of fixed issues and new features.

Contributors

  • @inorichi profile picture
inorichi

0.4.2

  • Added support for Anilist and Kitsu.
  • Added library refresh option to library updates tab.
  • Back button closes drawers before exiting the app.
  • Fixed issues when using custom app language.
  • Fixed updater in Android N.
  • Fixed Mangafox search.

Happy new year!

Contributors

  • @inorichi profile picture
inorichi

0.4.1

  • Added an app's language selector.
  • Added options to sort the library and merged them with the filters.
  • Added an option to automatically download chapters.
  • Fixed performance issues when using a custom downloads directory, especially in the library updates tab.
  • Fixed gesture conflicts with the contextual menu and the webtoon reader.
  • Fixed wrong page direction when using volume keys for the right to left reader.
  • Fixed many crashes.

Contributors

  • @inorichi profile picture
inorichi

0.4.0

  • The download manager has been rewritten and it's possible some of your downloads aren't recognized anymore. It's recommended to manually delete everything and start over.
  • Now it's possible to download to any folder in a SD card.
  • The download directory setting has been reset.
  • Active downloads now persist after restarts.
  • Allow to bookmark chapters.
  • Allow to share or save a single page while reading with a long tap.
  • Added italian translation.
  • Image is now the default decoder.

See the milestone page for a complete list of fixed issues and new features.

Contributors

  • @inorichi profile picture
inorichi

0.3.2

  • Added a new image decoder. It should be faster than Rapid and more reliable than Skia.
  • Removed the advanced setting reencode images. Use the new image decoder instead.
  • Fixed the reader being closed due to OutOfMemory exceptions.

Contributors

  • @inorichi profile picture
inorichi

0.3.1

  • Fixed a crash when opening latest updates. (#495)

Contributors

  • @inorichi profile picture
inorichi

0.3.0

  • Added a new tab to show latest manga updates from the catalogues. (#61)
  • Added genre filter for catalogues. (#428)
  • Added an optional auto updater (not available for F-Droid installs). (#449)
  • Added an option to display the library as a list. (#224)
  • Added a customizable color filter for the reader. (#432)
  • Added share intent in the info tab of a manga. (#340)
  • Allow to create launcher shortcuts for manga. (#435)
  • Allow to select categories to update in global update. (#461)
  • Redesigned source tab in preferences, now it allows to hide unwanted sources and languages. (#447)
  • Fixed single page chapters not appending the next one. (#468)
  • Fixed reader status bar reappearing after focus restore. (#408)
  • Fixed various crashes in the webtoon reader.

Contributors

  • @inorichi profile picture
inorichi

0.2.3

  • Added a history of reading. (#316)
  • Added an option to select the initial screen. (#395)
  • Added spanish and portuguese translations. (#365, #375)
  • Added sources "Mangasee" and "Wie Manga!" (#355, #379)
  • New design for the reader's menu. (#368)
  • When resuming chapters, the new loader starts from the page that was opened, instead of from the beginning. (#268)
  • Custom brightness in the reader can be set even lower by applying a black layer on the top. (#362)
  • Fixed reader's status bar reappearing in Android versions older than Kit Kat. (#359)
  • Fixed UI bugs. (#332, #333, #351, #361)
  • Fixed empty library covers.
  • Fixed some random crashes (most of them when downloading chapters).

Contributors

  • @inorichi profile picture
inorichi

0.2.2-1

  • Fixed Kissmanga not loading

Contributors

  • @inorichi profile picture
inorichi

0.2.2

  • Important! Now chapters follow the order of the sources. It's required that you update your entire library before reading to sync them. Old behavior can be restored for a manga in the overflow menu of the chapters tab.
  • Kissmanga now loads through CloudFlare.
  • Persistent cookies have been added for a better experience with CloudFlare sites.
  • Added link to manga website in the info page. (#157)
  • Added notifications for downloads. (#289)
  • Added more options to recent updates. (#324)
  • Remember last active category. (#261)
  • Fixed a bug with seamless mode for chapters with less than 5 pages. (#291)
  • Improved chapter recognition.
  • Bugfixes and more improvements.

Contributors

  • @inorichi profile picture
inorichi

0.2.1

  • Fixed some restore backup issues (#255)
  • Improved startup time and library view performance
  • Improved downloads' stability (#264, #271)
  • Added restrictions to automatic library updates (#257)
  • Added an option to reencode images, helpful for when decoders fail (#262)
  • Allow to disable navigation with volume keys and tapping (#129, #251)
  • Allow to unbind a manga from MAL by not selecting anything (#258)
  • Back button now returns to the library before closing the app (#252)
  • More bugfixes

Contributors

  • @inorichi profile picture
inorichi

0.2.0

  • Dark theme (#218)
  • Library filters (#198)
  • Backup and restore (#212). Check the backup file is not empty
  • Downloaded images now use 3 digits for ordering with other apps (#181). This change makes previous downloaded chapters incompatible with 0.2.0
  • Settings reorganized
  • Downloads directory setting now allows to select a writable directory for an external SD card (#141)
  • Added an option to delete chapters after reading (#227)
  • Added an option to check if connected to power before updating (#229)
  • Cancel library update (#192)
  • A lot of bugfixes

Contributors

  • @inorichi profile picture
inorichi

0.1.4

  • Added an updater clicking the version setting (#98) (not available for F-Droid releases)
  • Added seamless mode (#112). Chapters are appended to the reader while reading as if it was a single chapter. It can be disabled in settings.
  • Added library search (#64)
  • Configurable zoom start position (#92)
  • Remember last used source (#30)
  • Volume keys scroll pages (#95)
  • Allow to force a specific rotation
  • Improved chapter number parsing (#152)
  • Removed unneeded permissions including third-party libraries
  • Fixed some crashes

This will be the last 0.1.x release unless there's a critical bug. I'm rewriting the app in Kotlin and it will take some time, but it will increase stability once it's done.

Contributors

  • @inorichi profile picture
inorichi

0.1.3

  • Added an alternative way to display the chapter title (#54)
  • Added a way to search in MAL only from the user's list (#65)
  • Added custom images scaling (#40)
  • Added icons to navigation drawer (#77)
  • Improved webtoon reader (#71)
  • Fixed gestures on vertical readers
  • Chapter filters are now saved
  • Allow to change the cover of manga from the library (#79)
  • Fixed downloads not working on Marshmallow (#36)

Contributors

  • @inorichi profile picture
inorichi

0.1.2

  • Theme changes (#43 and #47)
  • Toolbar is now always visible
  • Added recent updates tab (#20)
  • Allow to display manga from catalogue as a simple list (#35)
  • Download improvements. This will break compatibility with previously downloaded chapters on older versions, they have to be deleted and downloaded again.
  • Load the last page when switching to the previous chapter (#51)
  • Save per manga sort order (#53)
  • Show manga source in info panel (#69)
  • Fixed some crashes

Contributors

  • @inorichi profile picture
inorichi

0.1.1

  • Fixed an issue where the number of simultaneous downloads were ignored
  • Fixed empty pages for some downloads
  • Fixed Mangafox missing the last page (#39)
  • Fixed some grammatical issues (#32)
  • Sort sources alphabetically (#31)
  • Add an option to mark all previous chapters as read
  • Add an option to add a manga to the library with a long click

Contributors

  • @inorichi profile picture
inorichi

0.1.0

First release

Contributors

  • @inorichi profile picture
inorichi