Skip to content

Tags: Nomadcxx/moonbit

Tags

v1.3.0

Toggle v1.3.0's commit message
Release v1.3.0 - daemon mode support

v1.2.4

Toggle v1.2.4's commit message
v1.2.4: Fix debug spam, scan_results null issue, and audit logging

v1.2.2

Toggle v1.2.2's commit message
Bump version to 1.2.2

Timer management fixes and UI improvements

v1.2.1

Toggle v1.2.1's commit message
Release v1.2.1

- Fix: Increase max deletion size to 500GB (fixes #9)
- Allows cleaning of large systemd journals and caches

v1.2.0

Toggle v1.2.0's commit message
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)

v1.1.0

Toggle v1.1.0's commit message
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

v1.0.0

Toggle v1.0.0's commit message
Release v1.0.0 - Initial stable release