Changelog.
0.5.2August 19, 2023
Move Files around
- Dragging a file around to a folder, moves it there.
- If the folder already has a similar named file, the dragged file will have
_{number}
attached to it, so there aren’t any conflicts. This means that ifReports
exists in a folder, and you drag another file namedReports
there, the dragged file will be named asReports_1
inside the new folder, with1
being incremented when there’s more duplicates. - You can move files around inside
Cmd K
as well in theMove to Different Folder
action.
Improvements
- Octarine package size has been reduced by > 50% from 15MB to 6MB 🎉
- Show the workspace file list when on the Search route.