filmr
0.5.1 - 2026-01-30
v0.5.1
Jan 30 2026 at 14:27 UTC
🚀 Features
- UI: Added "Save" and "Back" buttons in Studio Mode for improved workflow.
- UI: Optimized main layout by removing the top panel and relocating the settings button for a cleaner interface.
- UI: Improved positioning of the UX mode toggle.
🐛 Fixes
- Metrics: Fixed logic for retrieving and displaying film metrics.
♻️ Refactoring
- Core: Refactored
FilmStockstruct to embedmanufacturerandnamefields directly, simplifying thepresetsmodule and removing redundant tuple wrappers. - Core: Optimized
FilmStockusage to prefer references and moves over cloning, improving performance and reducing unnecessary allocations.