File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,9 +8,17 @@ All notable changes to MyMacCleaner will be documented in this file.
88<!-- Format: - [type] Description -->
99<!-- Types: added, changed, fixed, removed -->
1010
11+ - [ fixed] Hide toolbar background to prevent visible bar in DetailContentView
12+
13+ ## [ 0.1.1] - 2025-01-24
14+
1115- [ added] ` pageTopPadding ` theme constant for consistent page layouts
1216- [ changed] All feature views now use dedicated top padding (32pt) for better visual consistency
1317- [ fixed] Permissions page now uses consistent header styling (fonts, spacing) matching other views
1418- [ fixed] Permissions refresh button now uses GlassActionButton component like other pages
1519- [ fixed] NavigationSectionTests updated to include all 10 navigation sections
1620- [ fixed] Flaky testSidebarNavigation UI test now checks for correct elements
21+
22+ ## [ 0.1.0] - 2025-01-20
23+
24+ - Initial release
Original file line number Diff line number Diff line change @@ -562,9 +562,7 @@ rm -f "$GITHUB_ZIP_PATH"
562562git add -A
563563git commit -m " release: v${VERSION}
564564
565- ${CHANGELOG}
566-
567- Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>"
565+ ${CHANGELOG} "
568566
569567git push origin main
570568
@@ -628,9 +626,7 @@ PYEOF
628626
629627# Commit changelog update
630628git add CHANGELOG.md
631- git commit -m " docs: update CHANGELOG.md for v${VERSION}
632-
633- Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>"
629+ git commit -m " docs: reset changelog for next release"
634630git push origin main
635631
636632echo -e " ${GREEN} CHANGELOG.md updated${NC} "
You can’t perform that action at this time.
0 commit comments