From 00d516a59d4816812062c44f3d48b6df09552dd7 Mon Sep 17 00:00:00 2001 From: Arunavo Ray Date: Tue, 24 Jun 2025 13:58:21 +0530 Subject: [PATCH] chore: bump version to v2.18.0 - Add mixed organization strategy for flexible repository mirroring - Add override options documentation in Organization Strategy component - Simplify implementation to reuse existing database fields --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b802e4..f172aa4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.18.0] - 2025-06-24 + +### Added +- Fourth organization strategy "Mixed Mode" that combines aspects of existing strategies + - Personal repositories go to a single configurable organization + - Organization repositories preserve their GitHub organization structure +- "Override Options" info button in Organization Strategy component explaining customization features + - Organization overrides via edit buttons on organization cards + - Repository overrides via inline destination editor + - Starred repositories behavior and priority hierarchy + +### Improved +- Simplified mixed strategy implementation to reuse existing database fields +- Enhanced organization strategy UI with comprehensive override documentation +- Better visual indicators for the new mixed strategy with orange color theme + ## [2.17.0] - 2025-06-24 ### Added diff --git a/package.json b/package.json index 462d7ba..324b0e0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "gitea-mirror", "type": "module", - "version": "2.17.0", + "version": "2.18.0", "engines": { "bun": ">=1.2.9" },