Skip to content

Commit f2c7728

Browse files
arunavo4claude
andcommitted
Release v3.1.0
### Added - Support for GITHUB_EXCLUDED_ORGS environment variable - New textarea UI component for configuration forms ### Fixed - Mirror strategy configuration test failures - Organization repository routing logic - Starred repositories organization routing - SSO and OIDC authentication issues ### Improved - Organization configuration for repository routing - Mirror strategy handling in tests - Authentication error handling 🤖 Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com>
1 parent dcdb06a commit f2c7728

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [3.1.0] - 2025-07-21
11+
12+
### Added
13+
- Support for GITHUB_EXCLUDED_ORGS environment variable to filter out specific organizations during discovery
14+
- New textarea UI component for improved form inputs in configuration
15+
16+
### Fixed
17+
- Fixed test failures related to mirror strategy configuration location
18+
- Corrected organization repository routing logic for different mirror strategies
19+
- Fixed starred repositories organization routing bug
20+
- Resolved SSO and OIDC authentication issues
21+
22+
### Improved
23+
- Enhanced organization configuration for better repository routing control
24+
- Better handling of mirror strategies in test suite
25+
- Improved error handling in authentication flows
26+
1027
## [3.0.0] - 2025-07-17
1128

1229
### 🔴 Breaking Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gitea-mirror",
33
"type": "module",
4-
"version": "3.0.1",
4+
"version": "3.1.0",
55
"engines": {
66
"bun": ">=1.2.9"
77
},

0 commit comments

Comments
 (0)