UNPKG

mlgc

Version:

MLGC is a CLI program that allows you to easily copy all Git changes to a folder for easy uploading or sharing.

205 lines (204 loc) 5.76 kB
{ "changelog": [ { "version": "2.1.0", "date": "2025-01-27", "type": "minor", "changes": [ { "type": "feature", "description": "CLI is now always interactive with all files pre-selected by default" }, { "type": "improvement", "description": "Users can now deselect files instead of selecting them - all files are pre-selected" }, { "type": "improvement", "description": "Simplified menu - removed non-interactive copy option" } ] }, { "version": "2.0.1", "date": "2025-11-27", "type": "patch", "changes": [ { "type": "fix", "description": "Fixed error when using boxen in global installation" }, { "type": "fix", "description": "Fixed Windows compatibility issue with NODE_OPTIONS in start script" }, { "type": "fix", "description": "Fixed async function handling" } ] }, { "version": "2.0.0", "date": "2025-11-25", "type": "major", "changes": [ { "type": "feature", "description": "Visual progress bar showing copy progress in real-time" }, { "type": "feature", "description": "Estimated time remaining (ETA) during file copy operations" }, { "type": "feature", "description": "See how long the copy operation has been running" }, { "type": "feature", "description": "See which file is currently being copied" }, { "type": "feature", "description": "Select individual files to copy instead of copying all files" }, { "type": "feature", "description": "Filter files by type (e.g., only .js, .ts, .jsx, .tsx files)" }, { "type": "feature", "description": "Choose between copying current changes or comparing with main branch" }, { "type": "improvement", "description": "Better visual feedback so you always know what's happening" }, { "type": "improvement", "description": "Simplified menu - choose your copy mode directly when copying" }, { "type": "improvement", "description": "Distinct icons for each menu option for easier navigation" }, { "type": "improvement", "description": "All interface elements now in English" }, { "type": "improvement", "description": "Clear on-screen instructions for selecting files" }, { "type": "improvement", "description": "Version number displayed in welcome screen" } ] }, { "version": "1.6.0", "date": "2025-11-24", "type": "minor", "changes": [ { "type": "improvement", "description": "Updated dependencies" } ] }, { "version": "1.5.1", "date": "2025-11-24", "type": "minor", "changes": [ { "type": "fix", "description": "Fixed duplicate title display in changelog animation" }, { "type": "fix", "description": "Fixed small issues" } ] }, { "version": "1.5.0", "date": "2025-08-22", "type": "minor", "changes": [ { "type": "feature", "description": "Full English translation of CLI interface and changelog" }, { "type": "improvement", "description": "All user-facing messages and error messages translated to English" } ] }, { "version": "1.4.4", "date": "2025-08-22", "type": "minor", "changes": [ { "type": "feature", "description": "Animated changelog with cool animations added" }, { "type": "feature", "description": "Menu icons added for better user experience" }, { "type": "feature", "description": "Comprehensive tests for global installation added" }, { "type": "fix", "description": "Changelog path for global installation corrected" }, { "type": "fix", "description": "Settings path for global installation corrected" }, { "type": "improvement", "description": "Improved code quality" }, { "type": "improvement", "description": "More visually appealing CLI interface" }, { "type": "improvement", "description": "Package files optimized for npm publish" }, { "type": "improvement", "description": "Config folder included in package files" }, { "type": "improvement", "description": "Better test coverage for package structure and path resolution" }, { "type": "test", "description": "9 new tests for global installation and cross-platform compatibility" } ] }, { "version": "1.2.3", "date": "2024-11-22", "type": "patch", "changes": [ { "type": "fix", "description": "Security adjustments" } ] } ] }