Skip to content

Commit 27cd8d0

Browse files
committed
chore: clean up changelog and remove author tags from release script
1 parent ffa777f commit 27cd8d0

2 files changed

Lines changed: 10 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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

scripts/release.sh

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -562,9 +562,7 @@ rm -f "$GITHUB_ZIP_PATH"
562562
git add -A
563563
git commit -m "release: v${VERSION}
564564
565-
${CHANGELOG}
566-
567-
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>"
565+
${CHANGELOG}"
568566

569567
git push origin main
570568

@@ -628,9 +626,7 @@ PYEOF
628626

629627
# Commit changelog update
630628
git 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"
634630
git push origin main
635631

636632
echo -e "${GREEN}CHANGELOG.md updated${NC}"

0 commit comments

Comments
 (0)