kikootwo Release Notes

Follow

10 release notes curated from 1 source by the Releasebot Team. Last updated: May 26, 2026

Get this feed:

kikootwo Products

  • May 18, 2026
    • Date parsed from source:
      May 18, 2026
    • First seen by Releasebot:
      May 26, 2026
    kikootwo logo

    ReadMeABook by kikootwo

    v1.2.1

    ReadMeABook releases v1.2.1 with broader import and search improvements, API token book requests, a new missing eBooks schedule, cleaner audiobook navigation, better system logs, and blocklisting for failed NZB releases and downloads. It also adds ratio limits and several fixes.

    Release v1.2.1

    Features

    • ✅ Convert Unsupported Media Types for Plex Import
      #166
    • ✅ Feature Request: Dont search indexers for unrealeased books
      #187
    • ✅ Truncating book names in interactive search doesn't show language
      #190
    • ✅ allow API tokens to create book requests
      #169
    • ✅ Add "search for missing eBooks" schedule
      #191
    • ✅ Unified Navigation in Audiobook Details View
      #153
    • ✅ Revamped System Logs
      Searchable, filterable, easily copy-able
    • ✅ blocklist failed NZB releases to prevent duplicate re-downloads
      #195
      Will also blocklist failed downloads
      Blocklist viewable/manageable in the admin dashboard
    • ✅ Ratio Limit in addition to seeding time per-indexer
      #42

    Fixes

    • ✅ Fixed confusing naming and missing descriptions in the scheduled jobs page
    • ✅ Fixes a 403 Issue where NZBFinder rejected requests with "axios/x.y.z" user-agent string
      #206
      Thanks https://github.com/Bukowskaii !
    • ✅ Paginator bug on large screens
      reworked paginator show states to be more stable
      #183
    • ✅ Fix metadata hanging quote on edge cases

    Upgrade

    docker pull ghcr.io/kikootwo/readmeabook:latest
    docker compose down
    docker compose up -d
    

    What's Changed

    Fixes a 403 Issue where NZBFinder rejected requests with "axios/x.y.z" user-agent string by @Bukowskaii in #206

    New Contributors

    @Bukowskaii made their first contribution in #206

    Full Changelog: v1.2.0...v1.2.1

    Original source
  • May 15, 2026
    • Date parsed from source:
      May 15, 2026
    • First seen by Releasebot:
      May 26, 2026
    kikootwo logo

    ReadMeABook by kikootwo

    v1.2.0

    ReadMeABook releases v1.2.0 with richer audiobook details, better admin approval tools, bulk import improvements, new notification and metadata support, plus fixes for login loops, homepage refreshes, and Plex duration overflow.

    Release v1.2.0

    Features

    • ✅ feat(audiobook): add language, format and publisher to details modal
    • #152
    • Thanks @Orvanix !
    • ✅ feat: add book info modal to admin pending approval cards
    • #158
    • Thanks @xFlawless11x !
    • ✅ feat: add On Grab notification event
    • #162
    • Thanks @xFlawless11x !
    • ✅ Bulk import enhancement: group tagless files by folder and use folder name as search fallback
    • #173
    • Thanks https://github.com/MattiasC !
    • ✅ Make qBit support fully auth-less when no credentials are provided
    • #178
    • Thanks @funkypenguin.co.nz for surfacing the issue!
    • ✅ Add seriesPart metadata tag for Audiobookshelf series ordering
    • #198
    • Thanks https://github.com/TylerNorris214 !
    • ✅ Add User-Agent header to Prowlarr RSS queries
    • #201
    • Thanks @xFlawless11x !
    • ✅ feat: allow cancellation of pending-approval requests
    • #202
    • Thanks @xFlawless11x !
    • ✅ Recovery Script

    It's been a rare occurence for users to be unable to login and have to reset their instance. It's been proven that this happens when users are missing the volume mapping where the encryption secret is kept (./config:/app/config)
    If it does happen to you Run this to get started with recovery:
    docker exec -it <container> npm run rmab:recover

    Fixes

    • ✅ Homepage Fixes

    Move audible data refresh back to scraping method (no good catalog api for it)
    Excessive retries and backoffs to combat 503's, data refresh may take up to 15 mins per category enabled on your homepage (if you have lots of 503's)

    • ✅ Fix some inconsistency with sibling ASIN grouping
    • ✅ fix: use BigInt for PlexLibrary.duration to prevent INT4 overflow
    • #194
    • Thanks https://github.com/H0tChicken !
    • ✅ Fix Plex Home profile selection login loop
    • #197
    • Thanks https://github.com/cbusillo !

    Upgrade

    docker pull ghcr.io/kikootwo/readmeabook:latest
    docker compose down
    docker compose up -d

    GITHUB GENERATED NOTES

    What's Changed

    • feat(audiobook): add language, format and publisher to details modal by @Orvanix in #152
    • feat: add book info modal to admin pending approval cards by @xFlawless11x in #158
    • feat: add On Grab notification event by @xFlawless11x in #162
    • Bulk import enhancement: group tagless files by folder and use folder name as search fallback by @MattiasC in #173
    • fix: use BigInt for PlexLibrary.duration to prevent INT4 overflow by @H0tChicken in #194
    • Fix Plex Home profile selection login loop by @cbusillo in #197
    • Add seriesPart metadata tag for Audiobookshelf series ordering by @TylerNorris214 in #198
    • Add User-Agent header to Prowlarr RSS queries by @xFlawless11x in #201
    • feat: allow cancellation of pending-approval requests by @xFlawless11x in #202

    New Contributors

    • @xFlawless11x made their first contribution in #158
    • @MattiasC made their first contribution in #173
    • @H0tChicken made their first contribution in #194
    • @cbusillo made their first contribution in #197
    • @TylerNorris214 made their first contribution in #198

    Full Changelog: v1.1.8...v1.2.0

    Original source
  • All of your release notes in one feed

    Join Releasebot and get updates from kikootwo and hundreds of other software products.

    Create account
  • Apr 21, 2026
    • Date parsed from source:
      Apr 21, 2026
    • First seen by Releasebot:
      May 26, 2026
    kikootwo logo

    ReadMeABook by kikootwo

    v1.1.8

    ReadMeABook adds a Path Helper wizard and fixes audible 503s in v1.1.8.

    Full Changelog: v1.1.7...v1.1.8

    🎉 Release v1.1.8

    Features:

    • ✅ Path Helper

    After answering my 500th 'how do I set up my paths' in discord, I've added a 'wizard' at /path-helper that will ask you a few questions and tell you exactly how to set up your paths for RMAB

    Fixes:

    • ✅ Audible 503's Fixed (Hopefully)

    I was never able to reproduce these on my end, but moving RMAB to the catalog api should hopefully prevent them for everyone experiencing the problem. Please report on your success

    Upgrade:

    docker pull ghcr.io/kikootwo/readmeabook:latest
    docker compose down
    docker compose up -d
    
    Original source
  • Mar 20, 2026
    • Date parsed from source:
      Mar 20, 2026
    • First seen by Releasebot:
      May 26, 2026
    kikootwo logo

    ReadMeABook by kikootwo

    v1.1.7

    ReadMeABook adds bulk import fixes and manual file selection for easier audiobook imports.

    Full Changelog: v1.1.6...v1.1.7

    🎉 Release v1.1.7

    Features:

    • ✅ Bulk Import Fixes

    Can point it at messier data structures now (a whole folder of mp3s/m4bs)

    • ✅ Manual Import File Selection

    You can now select specific files (instead of folders) for manual import

    Upgrade:

    docker pull ghcr.io/kikootwo/readmeabook:latest
    docker compose down
    docker compose up -d
    
    Original source
  • Mar 13, 2026
    • Date parsed from source:
      Mar 13, 2026
    • First seen by Releasebot:
      May 26, 2026
    kikootwo logo

    ReadMeABook by kikootwo

    v1.1.6

    ReadMeABook adds bulk import controls and token-based login for smoother admin and authentication workflows.

    What's Changed

    feat(auth): add admin-generated login tokens for authentication by @Orvanix in #146

    New Contributors

    @Orvanix made their first contribution in #146

    Full Changelog: v1.1.5...v1.1.6

    🎉 Release v1.1.6

    Features:

    • ✅ Bulk Import

    • New Button on the Admin Dashboard

    Should be self explanatory, shows you what it will import/match to before performing any actions. 1 audible search / book found so be patient :)

    • ✅ Login via Token (Thanks @Orvanix!)

    #146

    Upgrade:

    docker pull ghcr.io/kikootwo/readmeabook:latest

    docker compose down

    docker compose up -d

    Original source
  • Mar 11, 2026
    • Date parsed from source:
      Mar 11, 2026
    • First seen by Releasebot:
      May 26, 2026
    kikootwo logo

    ReadMeABook by kikootwo

    v1.1.5

    ReadMeABook adds Shelf Syncing and Sync Now for Goodreads and Hardcover shelves, plus per-user Ignore Book toggles, UMASK support with custom permissioning, and smarter shelf auto-request handling. It also improves library scans, OIDC group claims, and proxied NZB fetching.

    What's Changed

    Add Shelf Syncing button by @brombomb in #136

    Full Changelog: v1.1.4...v1.1.5

    🎉 Release v1.1.5

    Features:

    • ✅ Ignore Book Toggle (Per User, in Audiobook Details Modal)
    • The user who ignored the book will not create automatic requests for this book via watching/shelves
    • #138
    • ✅ UMASK Support + Custom Permissioning
    • UMASK is a new compose Env Var, Folder+File Permissioning is in the paths settings
    • https://discord.com/channels/1450562177277755464/1454544922966364303
    • #76
    • ✅ Sync Now functionality now available for goodreads/hardcover shelves (Thanks @brombomb!)
    • #136
    • ✅ Toggle Shelf Auto-Request
    • Shelves toggled 'off' will still sync, but will not create any requests

    Fixes:

    • ✅ Library Scans now have no limit for the number of requests to match against
    • https://discord.com/channels/1450562177277755464/1450565852653944872/1480141433150115933
    • ✅ groups are only passed for OIDC when using group claims (google auth fix)
    • #142
    • ✅ NZB fetching through proxied auth should work now with api key passed in the source headers
    • #124

    Upgrade:

    docker pull ghcr.io/kikootwo/readmeabook:latest

    docker compose down

    docker compose up -d

    Original source
  • Mar 6, 2026
    • Date parsed from source:
      Mar 6, 2026
    • First seen by Releasebot:
      May 26, 2026
    kikootwo logo

    ReadMeABook by kikootwo

    v1.1.4

    ReadMeABook ships a new changelog entry for v1.1.4.

    Full Changelog: v1.1.3...v1.1.4

    Original source
  • Mar 5, 2026
    • Date parsed from source:
      Mar 5, 2026
    • First seen by Releasebot:
      May 26, 2026
    kikootwo logo

    ReadMeABook by kikootwo

    v1.1.3

    ReadMeABook ships the v1.1.3 changelog update.

    Full Changelog: v1.1.2...v1.1.3

    Original source
  • Mar 5, 2026
    • Date parsed from source:
      Mar 5, 2026
    • First seen by Releasebot:
      May 26, 2026
    kikootwo logo

    ReadMeABook by kikootwo

    v1.1.2

    ReadMeABook fixes aggressive deduping on subtitles in the latest changelog update.

    Full Changelog: v1.1.1...v1.1.2

    Fixed aggressive deduping on subtitle

    Original source
  • Mar 5, 2026
    • Date parsed from source:
      Mar 5, 2026
    • First seen by Releasebot:
      May 26, 2026
    kikootwo logo

    ReadMeABook by kikootwo

    v1.1.1

    ReadMeABook fixes ranking issues with custom search terms and data migration for caps-insensitive usernames.

    Full Changelog: v1.1.0...v1.1.1

    • Fix some ranking mis-fires with custom search terms
    • Fix data migration for new caps-insensitive usernames
    Original source

This is the end. You've seen all the release notes in this feed!

Releasebot

Curated by the Releasebot team

Releasebot is an aggregator of official release notes from hundreds of software vendors and thousands of sources.

Our editorial process involves the manual review and audit of release notes procured with the help of automated systems.

Similar to kikootwo with recent updates: