Skip to content

Releases: AdamUhh/Filamint

v0.1.4

Choose a tag to compare

@github-actions github-actions released this 25 Apr 19:58

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

Choose a tag to compare

@github-actions github-actions released this 23 Apr 11:19

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

Choose a tag to compare

@github-actions github-actions released this 13 Apr 11:12

⚠️ 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/.stl model 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

Choose a tag to compare

@github-actions github-actions released this 12 Apr 16:18

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 via formatGrams.

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 formatGrams utility into util-format.ts for reuse across components and schema validation.

Full Changelog: v0.1.0...v0.1.1

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 12 Apr 12:54

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