- Android build support (#3)
- Swiping controls on document view
- Publication styling dynamic download instead of bundled (Legal reasons)
- Home view proportions for mobile view
- Android activity bar color matching
- Install publications on mobile
- Moved data directory from
$APPDATA_DIR/open-witness-library
to$APPLOCALDATA_DIR/com.open-witness-library.app
for compliance with Android platform that doesn't support the past API- For more information, check the Tauri Docs.
- Old publication catalog manager
- Old publication extension types and structs
- Unused imports
- Fixed table of content not showing for current publication
- MaterialUI components and visual style
- Library view with publication categories
- Category view for almost every publication type
- Settings view with language and theme switching support
- New table of contents view
- Section as tabs on TOC
- Title separators on TOC
- Added Publication API separated from Catalog, with document cache
- Improved Catalog API with publication cache
- Deprecated media-location command for get media from current open publication
- Deprecated old
PubManager
for using new Catalog API - Deprecated
extension.rs
module
- Removed old handwritten publication style css file
- Fix #1 by adding a UI for installing publications
- Fix #6 for installing publication process