openreader/docs-site/docs
Richard R b2bbd8fbef feat(data-storage): migrate all user state from IndexedDB to server-backed storage
Remove all Dexie/IndexedDB code and dependencies, including document and preview caches, local config, onboarding, and migration logic. Replace with server-backed React Query hooks for documents, folders, preferences, onboarding, and progress. Add browser Cache Storage for blob caching of documents, previews, and audio. Update API routes, database schema, and tests to support folder management, onboarding state, and server-side persistence of all user data. Refactor UI and hooks to use server state exclusively, ensuring all user state is synced and portable across devices.

BREAKING CHANGE: All user data, preferences, onboarding, and document state are now stored and synced on the server; browser IndexedDB is no longer used. Existing local-only data will not be available after this update.
2026-06-14 18:13:39 -06:00
..
about refactor(whisper): migrate word alignment to ONNX backend and remove whisper.cpp integration 2026-05-19 13:00:21 -06:00
configure feat(data-storage): migrate all user state from IndexedDB to server-backed storage 2026-06-14 18:13:39 -06:00
deploy docs(deploy): add local-slim and local-full Docker Compose examples and update docs 2026-06-13 14:09:37 -06:00
reference feat(data-storage): migrate all user state from IndexedDB to server-backed storage 2026-06-14 18:13:39 -06:00
docker-quick-start.md docs(security): update secret key generation instructions to use base64 encoding 2026-06-07 14:07:45 -06:00
introduction.md docs(intro): clarify open-source status and multilingual support in introduction 2026-06-06 12:19:28 -06:00