Skip to content

v0.1.0-dev05

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 27 Jul 13:04
· 30 commits to master since this release

[FEAT] Added destination Trash

  • Implemented MediaProvider.restore functionality.
  • Introduced TrashViewModel.
  • Added trash screen for managing deleted items.

[REFACTOR] Extracted common functionality to MainViewModel

  • Moved FileActions and SelectionTracker from TimelineViewModel to a new superclass called MainViewModel.
  • This refactor was necessary to centralize shared functionalities among various view models.

[FEAT] Added rudimentary implementation of Viewer Destination

  • Basic implementation to support viewing files in the new destination.

Full Changelog: v0.1.0-dev04...v0.1.0-dev05