Skip to content

Latest commit

 

History

History
67 lines (42 loc) · 1.71 KB

CHANGELOG.md

File metadata and controls

67 lines (42 loc) · 1.71 KB

Change Log

[0.2.0] - Unreleased

[0.1.2] - 2024-11-23

Added

  • Android build support (#3)
  • Swiping controls on document view
  • Publication styling dynamic download instead of bundled (Legal reasons)

Fixed

  • Home view proportions for mobile view
  • Android activity bar color matching
  • Install publications on mobile

Deprecated

  • 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

Removed

  • Old publication catalog manager
  • Old publication extension types and structs
  • Unused imports

[0.1.1] - 2024-11-20

Fixed

  • Fixed table of content not showing for current publication

[0.1.0] - 2024-11-19

Added

  • 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

Changed

  • Added Publication API separated from Catalog, with document cache
  • Improved Catalog API with publication cache

Deprecated

  • Deprecated media-location command for get media from current open publication
  • Deprecated old PubManager for using new Catalog API
  • Deprecated extension.rs module

Removed

  • Removed old handwritten publication style css file

Fixed

  • Fix #1 by adding a UI for installing publications
  • Fix #6 for installing publication process