selesn777

Untitled

Jul 20th, 2025 (edited)
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. 🆕 New in v2.2 (Changelog)
  2. 🧩 1. Interface & UX Improvements
  3.  
  4. Added a dedicated “Logs” tab for easier viewing and management of cleaning logs.
  5.  
  6. Added buttons:
  7.  
  8. 🗑️ Clear Logs
  9.  
  10. 📂 Open Log Folder
  11.  
  12. Improved button icons and layout consistency (Start Cleaning, Cancel, Restore Point, Show Checklist).
  13.  
  14. 🧰 2. Logging System
  15.  
  16. Introduced centralized logging setup via Python’s logging module.
  17.  
  18. Logs are automatically stored in a /logs/ directory with timestamped filenames.
  19.  
  20. Added dual logging: console + file output.
  21.  
  22. 💾 3. Version Management
  23.  
  24. Introduced dynamic version control using version_info.json:
  25.  
  26. Auto-increments patch version daily.
  27.  
  28. Embeds version like v1.5.x based on date.
  29.  
  30. ⚡ 4. System Info Enhancements
  31.  
  32. Improved memory and disk info retrieval (with psutil fallback if not installed).
  33.  
  34. Added error handling for permission issues and missing modules.
  35.  
  36. 🧠 5. Code Optimization
  37.  
  38. Cleaner task grouping for parallel vs sequential execution.
  39.  
  40. Thread-safe log updates and better exception handling.
  41.  
  42. Minor refinements to GUI responsiveness and layout margins.
  43.  
  44. 🪟 6. About & Help
  45.  
  46. Updated About dialog to “ECOMTECH SYSTEM CLEANER 2.2”.
  47.  
  48. Documentation now opens via Help menu (same content as v2.1).
  49.  
Advertisement
Add Comment
Please, Sign In to add comment