v0.1.0-dev05
Pre-release
Pre-release
github-actions
released this
27 Jul 13:04
·
31 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
andSelectionTracker
from TimelineViewModel to a new superclass calledMainViewModel
. - 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