Tags: Nomadcxx/moonbit
Tags
Release v1.2.0 Major UX Improvements: - CLI scan now asks to clean immediately (and actually does it) - Clean command deletes by default (--dry-run for preview) - Animated progress bars with gradient effects - Fixed TUI cleaning hang (disabled slow backups) - Enhanced Eldritch theming throughout - Improved sudo prompt clarity Bug Fixes: - Docker cleanup now works (removed /var/lib protection) - Consistent space calculation between CLI and TUI - Better error handling and progress feedback Technical: - Simplified theme management - Added golangci-lint configuration - Improved code quality (48% test coverage)
Release v1.1.0 Major improvements to CLI and TUI: TUI Enhancements: - Quick and Deep scan modes in welcome menu - Improved ASCII header rendering (stable on resize) - Minimum terminal size check (60x20) - Simplified category selection UI CLI Improvements: - Eldritch theme with proper color scheme - ASCII header on all commands (scan, clean, help) - Reduced emoji spam for professional output - Better formatted output with colored headers - Fixed crash when cleaning with nil ScanResults - Quick/Deep mode filtering for scan and clean Bug Fixes: - Fixed viewport overflow issues - Fixed Selected flag usage in quick scan mode - Improved HOME path handling for sudo operations