Releases: AdamUhh/Filamint
Releases · AdamUhh/Filamint
Release list
v0.1.4
Whats Changed
- Added usedGrams-based spool cost calculation to prints
- Auto-select first model in view print & open in... dialog
Full Changelog: v0.1.3...v0.1.4
v0.1.3
What's Changed
- Fix early return that was ignoring spool changes in print validation
Full Changelog: v0.1.2...v0.1.3
v0.1.2
⚠️ This release contains a validation bug. Please install v0.1.3 or higher instead.
What's Changed
- Print table now shows an icon when a print has uploaded
.3mf/.stlmodel files - Total grams now only displays on multi-spool prints
- Dropzone max size increased from 5MB to 10MB
Full Changelog: v0.1.1...v0.1.2
v0.1.1
v0.1.1
Fix
- Fixed gram decimal precision from 1 to 2 decimal places across all relevant fields.
- Fixed validation bug when editing a print where originally used grams weren't factored in weight calculation.
- Removed
ROUND()from SQL queries - rounding is now handled on the frontend viaformatGrams.
UI
- Print names in the print table are now inline click-to-copy.
- Spool codes now use inline click-to-copy instead of a separate icon button.
Chore
- Extracted
formatGramsutility intoutil-format.tsfor reuse across components and schema validation.
Full Changelog: v0.1.0...v0.1.1
v0.1.0
A 3D print and filament tracker that helps you manage spools, prints, and model-files across platforms.
Features
- Track spools and prints.
- Keyboard shortcuts for faster navigation.
- Advanced search with filters (e.g., material:PLA, vendor:"Bambu Labs").
- Preview models directly in the app.
- Open prints in your preferred slicer (configurable).
- Autocomplete suggestions for vendors, materials, etc. (configurable).
- Light and dark themes.
- Cross-platform: Windows and Linux supported; macOS untested.
Full Changelog: https://github.com/AdamUhh/Filamint/commits/v0.1.0