430 B
430 B
Changelog
2026-04-27
- Switched automatic Gitea version detection to prefer the official GitHub releases API.
- Kept
https://dl.gitea.com/gitea/version.jsonas a fallback because it may lag behind published releases. - Added explicit support for overriding the target version with
./build.sh <version>orGITEA_VERSION=<version> ./build.sh. - Added runtime logging so
build.shprints which version source was used.