HF Library Manager v0.0.2
Pre-release
Pre-release
Features:
- Project import/export with .hllmproject format (ZIP archive containing
files, tags, collections, filaments, print info, and notes) - Export from project detail 3-dot menu, import via drag-and-drop or
new project dialog - Print icon on project cards for quick Bambu Studio access (starred 3MF)
- Full-resolution image preview when clicking project thumbnail
Improvements:
- Eliminated N+1 database queries in project list (3 batch queries
instead of 3×N) - Streaming file I/O during export (no longer loads files into memory)
- ZIP slip path traversal protection on project import
- File size validation (500MB cap per file during import/export)
- Replaced all database connection panics with graceful error handling
- Toast notifications for import/export success and failure
- Removed dead code and unused helper functions
See the assets below to download and install.
Full Changelog: v0.0.1...v0.0.2