1.1
Changelog:
- Implemented Drag & Drop support. This implemention enables you to drag one or more folder(s) or file(s) to the Desktop, copying files and symlinking directories.
- Files that are being copied can be cancelled by right-clicking their desktop item and choosing the "Cancel Copy" option
- While copying, the file shows as faded out and cannot be launched.
- Implemented keyboard-based navigation using arrow keys.
- Items can be launched by pressing the Enter key.
- Files being copied can be cancelled and "moved to trash" by pressing the Delete key.
- Folders and Files (which are not being copied) can be moved to trash by pressing the Delete key.
- Implemented right-click Move to Trash option for items where applicable.
- Implemented a max-thumbnail-size option to increase the size of the files we will make thumbnails for. Changed default from 1MB to 10MB.
- Fixes an issue where we were not setting is_mount prop in our MountItem construction.
- Fix segfault when failing to acquire mount or volume UUIDs.
- "Mounts" provided via file transfer or PTP options for mobile and MTP would fail to get an identifier for the mount or the mount's volume, causing us to segfault when these devices were plugged in.
- We will now fall back to the drive's identifier. If we fail, we return an explicit FAILED_TO_GET_UUID so it's obvious to any use of get_mount_uuid that we should return early and not attempt to render it.
- Implemented dismissing of Raven when we click on Budgie Desktop View.