Full Changelog: https://github.com/GlitchAwakened/Favnyr/commits/v0.3.1
- Better calculation for the hard drive fill gauge
- Dragging and holding a file or folder over the 'Favorite' section now expands it (more convenient).
- On Windows the drag-and-drop Link action has been reworked : Favnyr tries to create a symbolic link first (same kind of link used on Linux). However, symbolic links require a Windows privilege. When that privilege isn't available, Favnyr falls back to a link that needs none:
- File on the same drive → a hard link.
- Folder on the same drive → a junction.
- Across drives / to a network share → not possible without the privilege, so Favnyr shows a clear "Link failed" message instead of silently doing nothing.