File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
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
+
10
27
## [ 3.0.0] - 2025-07-17
11
28
12
29
### 🔴 Breaking Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " gitea-mirror" ,
3
3
"type" : " module" ,
4
- "version" : " 3.0.1 " ,
4
+ "version" : " 3.1.0 " ,
5
5
"engines" : {
6
6
"bun" : " >=1.2.9"
7
7
},
You can’t perform that action at this time.
0 commit comments