mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2026-01-27 04:40:52 +03:00
Release v3.2.6 - Add release asset mirroring and metadata debugging
### Fixed - Added missing release asset mirroring functionality (APK, ZIP, Binary files) - Release assets (attachments) are now properly downloaded from GitHub and uploaded to Gitea - Fixed missing metadata component configuration checks ### Added - Full support for mirroring release assets/attachments - Debug logging for metadata component configuration to help troubleshoot mirroring issues - Download and upload progress logging for release assets ### Improved - Enhanced release mirroring to include all associated binary files and attachments - Better visibility into which metadata components are enabled/disabled - More detailed logging during the release asset transfer process Fixes #68 Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "gitea-mirror",
|
||||
"type": "module",
|
||||
"version": "3.2.5",
|
||||
"version": "3.2.6",
|
||||
"engines": {
|
||||
"bun": ">=1.2.9"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user