MFlow v1.1.0 Latest
Check out the past release notes if you're upgrading from an earlier version.
✨ New Features
- Folder-Based Organization: Users can now categorize, group, and manage Fusion node presets inside customized folders instead of a flat list.
- Folder Customization: Added a custom color picker (supporting presets and custom hex values) and an icon picker containing 24 workflow-themed icons to personalize each folder.
- Seamless Export & Import (.mcopy): Share your work easily by exporting individual presets or entire folders into portable
.mcopypackage files, and import them natively. - Drag-and-Drop Utility: Drag any
.mcopyfile directly into the application window to instantly import folders or presets. - Interactive Context Menus: Right-click on folders or presets to access quick actions, including renaming, duplicating, moving between folders, pinning, and deletion.
- Multi-Language Expansion: Added full Hindi translation support alongside existing English, Spanish, and German localizations.
⚙️ Changes
- Database Schema Migration: Upgraded the internal SQLite database with a new folders table and database triggers to seamlessly maintain relations without losing existing presets.
- Expanded App Configurations: Settings now serialize and persist active folders, folder styles (Tab vs. Solid), custom color palettes, and active views.
🚀 Improvements
- Persistent Window Sizing: The application now remembers your last window dimensions and automatically restores them on startup using a debounced resize listener.
- Advanced Sorting & Navigation: Easily toggle between Recent, Alphabetical (A-Z/Z-A), and Oldest sorting modes, and navigate back using the new breadcrumb hierarchy.
- Enhanced Visual Feedback: Integrated smooth UI transitions, folder animations, active-state indicator dots, and dynamic empty-state notices.
- Asset Optimization: Compressed and structured CSS/JS resources to decrease load times and improve rendering performance.
🧩 Fixes
- Empty List Layout Glitch: Resolved a layout issue where the empty-state screen would not align properly within the presets list scroll area.
🧹 Removals
- Resolve Scripting Stub: Removed the redundant and incomplete scripting API connection stub from the codebase to keep the backend clean and focus on robust clipboard synchronization.