Files
gitea-mirror/CHANGELOG.md
2025-05-22 21:59:21 +05:30

1.5 KiB

Changelog

All notable changes to the Gitea Mirror project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[2.5.3] - 2025-05-22

Added

  • Enhanced JWT_SECRET handling with auto-generation and persistence for improved security
  • Updated Proxmox LXC deployment instructions and replaced deprecated script

[2.5.2] - 2024-11-22

Fixed

  • Fixed version information in health API for Docker deployments by setting npm_package_version environment variable in entrypoint script

[2.5.1] - 2024-10-01

Fixed

  • Fixed Docker entrypoint script to prevent unnecessary bun install on container startup
  • Removed redundant dependency installation in Docker containers for pre-built images
  • Fixed "PathAlreadyExists" errors during container initialization

Changed

  • Improved database initialization in Docker entrypoint script
  • Added additional checks for TypeScript versions of database management scripts

[2.5.0] - 2024-09-15

Initial public release with core functionality:

Added

  • GitHub to Gitea repository mirroring
  • User authentication and management
  • Dashboard with mirroring statistics
  • Configuration management for mirroring settings
  • Support for organization mirroring
  • Automated mirroring with configurable schedules
  • Docker multi-architecture support (amd64, arm64)
  • LXC container deployment scripts