This release fixes the following bugs:
- If multiple files are copied into the same directory, they got scheduled. Scheduling should only be done for removal/move operations.
- If a FileService was started by calling FileService#start() instead of FileService#schedule(), the task would not be displayed in "View Background Tasks" dialog
- If multiple files were selected and then one of the selected files was clicked, rather than the single file being made selected and unselecting all the other ones, all the files would get unselected with a StackOverflowException
Testing has shown that the issue has been fixed, but there may still be some issues surrounding multi-selection that are hard to reproduce.