mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2025-12-10 13:36:45 +03:00
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>
This commit is contained in:
17
CHANGELOG.md
17
CHANGELOG.md
@@ -7,6 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [3.1.0] - 2025-07-21
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- Support for GITHUB_EXCLUDED_ORGS environment variable to filter out specific organizations during discovery
|
||||||
|
- New textarea UI component for improved form inputs in configuration
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Fixed test failures related to mirror strategy configuration location
|
||||||
|
- Corrected organization repository routing logic for different mirror strategies
|
||||||
|
- Fixed starred repositories organization routing bug
|
||||||
|
- Resolved SSO and OIDC authentication issues
|
||||||
|
|
||||||
|
### Improved
|
||||||
|
- Enhanced organization configuration for better repository routing control
|
||||||
|
- Better handling of mirror strategies in test suite
|
||||||
|
- Improved error handling in authentication flows
|
||||||
|
|
||||||
## [3.0.0] - 2025-07-17
|
## [3.0.0] - 2025-07-17
|
||||||
|
|
||||||
### 🔴 Breaking Changes
|
### 🔴 Breaking Changes
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "gitea-mirror",
|
"name": "gitea-mirror",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "3.0.1",
|
"version": "3.1.0",
|
||||||
"engines": {
|
"engines": {
|
||||||
"bun": ">=1.2.9"
|
"bun": ">=1.2.9"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user