We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13d57de commit f9ebd29Copy full SHA for f9ebd29
1 file changed
CHANGELOG.md
@@ -8,6 +8,14 @@ All notable changes to MyMacCleaner will be documented in this file.
8
<!-- Format: - [type] Description -->
9
<!-- Types: added, changed, fixed, removed -->
10
11
+## [0.1.3] - 2026-01-31
12
+
13
+- [fixed] Improve array mutation safety to prevent potential crashes when using Select/Deselect All
14
+- [fixed] Unsafe ForEach pattern in ScanResultsCard that could cause index out of bounds
15
+- [fixed] Force unwrap in FileScanner that could crash if categories array was empty
16
+- [fixed] CGGradient force unwraps in SpaceLensView with fallback rendering
17
+- [fixed] Unsafe direct array index access in PerformanceView
18
19
## [0.1.2] - 2026-01-25
20
21
- [fixed] Hide toolbar background to prevent visible bar in DetailContentView
0 commit comments