Skip to content

Releases: TechCraft-Solutions/Cleanux

Cleanux

29 Mar 20:36

Choose a tag to compare

πŸš€ Beta release v0.2.1

πŸ”§ FIXES

  • Fixed Flatpak build failure on GitHub Actions by adding appstream dependency (appstream-compose was missing)

Cleanux

29 Mar 18:29

Choose a tag to compare

πŸš€ Beta release v0.2.0

πŸ”€ Changes

  • Shared helpers for responses, filesystem scans, and privilege elevation; centralized AppError across listing flows.
  • File preview moved into a dedicated service with base64 handling; cleaner service refactored for shared logic.
  • Tauri commands now call CleanerService, DashboardService, and SystemService directly from routes (controller layer removed).
  • Stricter typing (object-based table rows, trackBy, unknown instead of any) and clearer search filtering.
  • Safer error handling in settings, system, and large-files views.

Cleanux

18 Feb 19:01

Choose a tag to compare

πŸš€ Beta release v0.1.0

πŸ†• NEW

Initial release of Cleanux - A comprehensive system cleaning and optimization utility.

  • Key features and improvements:
    • Comprehensive file cleaning service with parallel processing for cache, logs, and trash.
    • System service management for controlling and monitoring background processes.
    • Large file detection to help identify and manage disk space usage.
    • Modern Angular v21 frontend with real-time scanning and tabbed interface.
    • Modular backend architecture with Rust-based controllers, services, and models.
    • Dark mode support with theme persistence.
    • Automated build system with Flatpak packaging and GitHub Actions integration.
    • Optimized project structure following standardized naming conventions and modular design.