Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.38 KB

File metadata and controls

34 lines (23 loc) · 1.38 KB

Changelog

All notable changes to MyMacCleaner will be documented in this file.

[Unreleased]

[0.1.3] - 2026-01-31

  • [fixed] Improve array mutation safety to prevent potential crashes when using Select/Deselect All
  • [fixed] Unsafe ForEach pattern in ScanResultsCard that could cause index out of bounds
  • [fixed] Force unwrap in FileScanner that could crash if categories array was empty
  • [fixed] CGGradient force unwraps in SpaceLensView with fallback rendering
  • [fixed] Unsafe direct array index access in PerformanceView

[0.1.2] - 2026-01-25

  • [fixed] Hide toolbar background to prevent visible bar in DetailContentView

[0.1.1] - 2025-01-24

  • [added] pageTopPadding theme constant for consistent page layouts
  • [changed] All feature views now use dedicated top padding (32pt) for better visual consistency
  • [fixed] Permissions page now uses consistent header styling (fonts, spacing) matching other views
  • [fixed] Permissions refresh button now uses GlassActionButton component like other pages
  • [fixed] NavigationSectionTests updated to include all 10 navigation sections
  • [fixed] Flaky testSidebarNavigation UI test now checks for correct elements

[0.1.0] - 2025-01-20

  • Initial release