mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2025-12-10 13:36:45 +03:00
chore: bump version to v2.14.0
This commit is contained in:
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [2.14.0] - 2025-06-17
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- Enhanced UI components with @radix-ui/react-accordion dependency for improved configuration interface
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- Mirror strategies now properly route repositories based on selected strategy
|
- Mirror strategies now properly route repositories based on selected strategy
|
||||||
- Starred repositories now correctly go to the designated starred repos organization
|
- Starred repositories now correctly go to the designated starred repos organization
|
||||||
@@ -16,6 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
- Documentation now explains all three mirror strategies (preserve, single-org, flat-user)
|
- Documentation now explains all three mirror strategies (preserve, single-org, flat-user)
|
||||||
- Added detailed mirror strategy configuration guide
|
- Added detailed mirror strategy configuration guide
|
||||||
- Updated CLAUDE.md with mirror strategy architecture information
|
- Updated CLAUDE.md with mirror strategy architecture information
|
||||||
|
- Enhanced Docker Compose development configuration
|
||||||
|
|
||||||
## [2.13.2] - 2025-06-15
|
## [2.13.2] - 2025-06-15
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "gitea-mirror",
|
"name": "gitea-mirror",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "2.13.2",
|
"version": "2.14.0",
|
||||||
"engines": {
|
"engines": {
|
||||||
"bun": ">=1.2.9"
|
"bun": ">=1.2.9"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user