Release Highlight
- Sync: Improved reliability for new accounts so your books sync correctly from the start
- Library: Fixed an occasional issue where returning to the library could get stuck
- Layout: Improved image display in paginated mode so images won't exceed the available height
- TXT: Improved performance and stability when opening and parsing TXT files
- Fonts: Fixed an issue where monospace fonts were not applied correctly in code blocks
What's Changed
- fix(sync): propagate book delete status to other devices by @chrox in https://github.com/readest/readest/pull/2473
- fix(font): avoid overriding monospace fonts for code blocks, closes [#1805] by @chrox in https://github.com/readest/readest/pull/2474
- fix(txt): more tolerant encoding detection for utf-8 by @chrox in https://github.com/readest/readest/pull/2475
- chore(pwa): get rid of public headers requests by @chrox in https://github.com/readest/readest/pull/2477
- fix(txt): register style.css to content.opf by @54wedge in https://github.com/readest/readest/pull/2476
- chore(pwa): config workbox to skip precaching next.js internal files by @chrox in https://github.com/readest/readest/pull/2478
- fix(layout): constrain image height within table cells in paginated mode by @chrox in https://github.com/readest/readest/pull/2480
- fix(sync): fixed sync issues affecting new accounts, closes [#2481] by @chrox in https://github.com/readest/readest/pull/2483
- fix(library): fixed occasional freeze when navigating back to the library by @chrox in https://github.com/readest/readest/pull/2485
- release: version 0.9.93 by @chrox in https://github.com/readest/readest/pull/2486
Full Changelog: https://github.com/readest/readest/compare/v0.9.92...v0.9.93