← All releases
Version 1.5.3
Highlights
- Web library source URLs now attach to BOTH the folder and the file for single-file downloads — previously only the file inside got the source
- Multi-site download batches now keep each file's true source instead of stamping the first URL onto every imported file
- Deleting a file from a single-file web download now correctly removes the empty wrapper folder and its .url shortcut
- Deleting a folder now actually removes it from disk when the only remaining contents are leftover .url source shortcuts
Bug Fixes
- Fixed single-file web library downloads creating a wrapping folder where the file inside got a source URL attached but the folder itself didn't — and no Windows
.urlshortcut was written. Both the folder ModelSet and the disk-side.urlshortcut are now created alongside the file. - Fixed queuing multiple downloads from different web library sites (e.g. one file from MyMiniFactory and one from MakerWorld) applying only the first download's source URL to all imported files. Each file now keeps its own correct source URL — on its file row, on its wrapping folder, and in its
.urlshortcut. - Fixed deleting the only file inside a web-library-created folder leaving an orphan empty folder behind, with the leftover
.urlshortcut sitting alone inside it. The wrapping folder is now removed automatically when its last file is deleted. - Fixed the "delete folder" cleanup never actually removing the folder on disk when the only thing left inside was a
.urlshortcut. The folder-empty check now treats lone.urlshortcut files as safe to clean up, both for single-file deletes and for explicit folder deletes (including nested folders). Folders containing any other unrecognized files or any subfolders are still left untouched.