Xteink-X4-crosspoint-reader/lib/Epub/Epub
Dave Allie 8f3df7e10e
fix: Handle EPUB 3 TOC to spine mapping when nav file in subdirectory (#332)
## Summary

- Nav file in EPUB 3 file is a HTML file with relative hrefs
- If this file exists anywhere but in the same location as the
content.opf file, navigating in the book will fail
- Bump the book cache version to rebuild potentially broken books

## Additional Context

- Fixes https://github.com/daveallie/crosspoint-reader/issues/264

---

### AI Usage

While CrossPoint doesn't have restrictions on AI tools in contributing,
please be transparent about their usage as it
helps set the right context for reviewers.

Did you use AI tools to help write this code?

- [ ] Yes
- [ ] Partially
- [x] No
2026-01-13 00:57:34 +11:00
..
blocks Use sane smaller data types for data in section.bin (#188) 2025-12-31 13:11:36 +11:00
parsers fix: Handle EPUB 3 TOC to spine mapping when nav file in subdirectory (#332) 2026-01-13 00:57:34 +11:00
BookMetadataCache.cpp fix: Handle EPUB 3 TOC to spine mapping when nav file in subdirectory (#332) 2026-01-13 00:57:34 +11:00
BookMetadataCache.h Feature: go to text/start reference in epub guide section at first start (#156) 2025-12-30 23:02:46 +11:00
Page.cpp Use sane smaller data types for data in section.bin (#188) 2025-12-31 13:11:36 +11:00
Page.h Add exFAT support (#150) 2025-12-30 16:09:30 +11:00
ParsedText.cpp Use sane smaller data types for data in section.bin (#188) 2025-12-31 13:11:36 +11:00
ParsedText.h Use sane smaller data types for data in section.bin (#188) 2025-12-31 13:11:36 +11:00
Section.cpp Add paragraph alignment setting (justify/left/center/right) (#191) 2026-01-02 18:21:48 +11:00
Section.h Add paragraph alignment setting (justify/left/center/right) (#191) 2026-01-02 18:21:48 +11:00