diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c415ee..7b802e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.17.0] - 2025-06-24 + +### Added +- Custom destination control for individual repositories with inline editing +- Organization-level destination overrides with visual destination editor +- Personal repositories organization override configuration option +- Visual indicators for starred repositories (⭐ icon) in repository list +- Repository-level destination override API endpoint +- Destination customization priority hierarchy system +- "View on Gitea" buttons for organizations with smart tooltip states + +### Changed +- Enhanced repository table with destination column showing both GitHub org and Gitea destination +- Updated organization cards to display custom destinations with visual indicators +- Improved getGiteaRepoOwnerAsync to support repository-level destination overrides + +### Improved +- Better visual feedback for custom destinations with badges and inline editing +- Enhanced user experience with hover-based edit buttons +- Comprehensive destination customization documentation in README + ## [2.16.3] - 2025-06-20 ### Added diff --git a/package.json b/package.json index a5c8688..462d7ba 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "gitea-mirror", "type": "module", - "version": "2.16.3", + "version": "2.17.0", "engines": { "bun": ">=1.2.9" },