Skip to content

Releases: Yuneko-dev/Nekori

Nekori v0.0.8

Choose a tag to compare

@aiko-chan-ai aiko-chan-ai released this 31 Aug 10:20

Check out the past release notes if you’re upgrading from an earlier version.

Added

  • Text-to-speech settings now provide shared engine and voice pickers in both global novel-reader settings and the in-reader TTS panel, plus the existing background-playback control.
  • Download menus now include an All option that queues every chapter regardless of read state or active chapter filters.

Changed

  • TikTok TTS is now an explicitly labeled online, unstable engine choice instead of a separate experimental toggle.

Fixed

  • Android 11 and newer can discover third-party TTS services such as MultiTTS, and a failed Android TTS initialization can be retried without reopening the reader.

Other

  • Probably added more bugs to fix later

Tip

If you are unsure which version to download then go with nekori-v0.0.8.apk

Nekori v0.0.7

Choose a tag to compare

@aiko-chan-ai aiko-chan-ai released this 28 Aug 16:42

Check out the past release notes if you’re upgrading from an earlier version.

Added

  • Novel reader tap zones now include a medium center zone and an adjustable full-width zone at the top or bottom of the screen.
  • Browse sources can now be filtered by plugin name or language using the same search toolbar as extensions.

Changed

  • Plugin details now keep uninstall and website actions side by side; Website opens the plugin site in the in-app WebView instead of Android app information.
  • Paragraph auto-split now runs once in the shared content pipeline, using the reader's HTML/plain-text classification before translation instead of repeating a heuristic in each page loader.

Improved

  • Browse, search, filters, plugin settings and runtime metadata now use typed bridge calls instead of compiling a new JavaScript expression for every request.

Fixed

  • Extension version rows no longer inherit a stray leading separator from previously composed metadata.
  • Auto-split now preserves TXT whitespace and paragraph breaks, handles inline-only HTML correctly, leaves embedded script/style bodies untouched, and keeps paragraph nodes when TXT chapters are prepended or appended by infinite scroll.
  • NovelUpdates tracker requests now use the shared application User-Agent instead of a hardcoded Firefox User-Agent, keeping tracker requests aligned with the app's WebView fingerprint for Cloudflare handling.
  • NovelUpdates notes responses with a trailing zero suffix no longer trigger a regex error, restoring chapter-progress reads and updates during tracking.

Removed

  • Redundant JS badges and (JS) suffixes from user-facing source and extension labels; internal source identity remains unchanged.

Other

  • Recorded Tsundoku through commit 18a0f3c44, adopting its tap-zone and auto-split changes while retaining Nekori's WebView-only reader and forced JS chapter-cache invalidation.
  • Recorded Tsundoku through commit ad3077439 without importing its legacy QuickJS shim or Kotlin-extension APK deeplink resolver; JS import-domain support remains deferred until plugin metadata declares domains explicitly.
  • Probably added more bugs to fix later

Tip

If you are unsure which version to download then go with nekori-v0.0.7.apk

Nekori v0.0.6

Choose a tag to compare

@aiko-chan-ai aiko-chan-ai released this 26 Aug 19:20

Check out the past release notes if you’re upgrading from an earlier version.

Changed

  • Most read now keeps library novels as individual entries and combines removed novels into one non-interactive placeholder with their total reading time.
  • Discord Rich Presence now uses the shared Settings layout and controls while retaining its profile banner, avatar card and logged-out empty state.
  • Discord Rich Presence now lets users appear online, idle or in DnD mode, with idle remaining the default, and uses the default EPUB cover when no public online cover is available instead of uploading local covers to Litterbox.

Fixed

  • JS plugin repositories are now checked when the app opens, and newer installed plugins trigger an extension update notification without treating repository downgrades as updates.

Other

  • Synced Tsundoku through commit 2a4ce852f, adopting upstream memo preservation for download/batch fetch while retaining Nekori's unified AI provider, UserGuidelines and LlmGenerator architecture instead of restoring obsolete per-engine prompt settings.
  • Probably added more bugs to fix later

Tip

If you are unsure which version to download then go with nekori-v0.0.6.apk

Nekori v0.0.5

Choose a tag to compare

@aiko-chan-ai aiko-chan-ai released this 25 Aug 18:40

Check out the past release notes if you’re upgrading from an earlier version.

Added

  • Novel details and all-local Library selections now expose an explicit local-novel file-deletion option that
    also removes each successfully deleted entry from the Library.
  • Daily reading-session details now show novel covers; covers open novel details and session rows reopen the
    recorded chapter.
  • Library filters can now hide and disable the Tags and Extensions filter tabs independently, while preserving
    their selections for the next time each filter is enabled.

Changed

  • The library Tags filter now uses balanced Material 3 segmented controls, chips and actions.
  • Progress bars in the Most read list now compare each novel's reading time with the top-ranked novel instead of
    showing chapter completion.
  • The Most read list can now expand to every title with recorded reading time instead of stopping at the top 20.
  • Storage statistics now appear below tracking statistics.

Fixed

  • Deleting a single-file local novel now removes its actual file instead of failing because deletion only
    looked for a directory.
  • Infinite scrolling now keeps the title, current chapter and chapter summaries aligned with the visible content
    in both directions, even after native page state has been recycled.
  • Expand/collapse arrows in Updates groups now line up with chapter download buttons.

Other

  • Probably added more bugs to fix later

Tip

If you are unsure which version to download then go with nekori-v0.0.5.apk

Nekori v0.0.4

Choose a tag to compare

@aiko-chan-ai aiko-chan-ai released this 24 Aug 18:41

Check out the past release notes if you’re upgrading from an earlier version.

Added

  • Optional in-app progress banners for library updates and backup restores, including LNReader imports.

Changed

  • The Updates screen now collapses multiple chapters from the same novel and day into an expandable, selectable group with unread feedback.
  • Reading heatmap intensity now scales relative to the selected year's activity.
  • The headless JS plugin runtime now uses React Native 0.87 and its bundled Hermes compiler.

Removed

  • The redundant cross-date novel grouping mode and its Updates toolbar toggle.

Fixed

  • Sliders and wheel pickers now tick at each existing mark, and long-press actions no longer vibrate twice.
  • Default missing plugin site to about:blank

Other

  • Probably added more bugs to fix later

Tip

If you are unsure which version to download then go with nekori-v0.0.4.apk

Nekori v0.0.3

Choose a tag to compare

@aiko-chan-ai aiko-chan-ai released this 22 Aug 18:05

Check out the past release notes if you’re upgrading from an earlier version.

Added

  • Added an app-process restart action to recover a stuck JS runtime.
  • Open-source licenses now include bundled JavaScript libraries.
  • Added an option to clear only error-free completed Mass Import batches.

Changed

  • Plugin repository URLs and LNReader manifests are now validated before saving.

Improved

  • EPUB export is faster and more reliable: streamed chapters, single-pass archive reads, safe multi-EPUB ZIP output.
  • EPUB notifications now show novel/chapter progress and offer cancellation, with throttled updates.
  • EPUB and ZIP compression preferences are handled independently.
  • Improved settings slider spacing.

Fixed

  • Fixed incorrect Browse search on double tap, and clipped TTS highlights.
  • Fixed JS runtime handling of obfuscated backslashes.
  • Fixed excessive Mass Import notification updates.

Other

  • Synced upstream changes from Tsundoku v0.3.2.
  • Removed unused legacy manga-only UI, preferences, and resources.
  • Probably added more bugs to fix later

Tip

If you are unsure which version to download then go with nekori-v0.0.3.apk

Nekori v0.0.2

Choose a tag to compare

@aiko-chan-ai aiko-chan-ai released this 19 Aug 20:42

Check out the past release notes if you’re upgrading from an earlier version.

Tip

If you are unsure which version to download then go with nekori-v0.0.2.apk

Nekori v0.0.1

Choose a tag to compare

@aiko-chan-ai aiko-chan-ai released this 18 Aug 22:07

Check out the past release notes if you’re upgrading from an earlier version.

Tip

If you are unsure which version to download then go with nekori-v0.0.1.apk