930 B
930 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. - Changed
build.shto stage package contents inbuild/<version>/...so repository files are not modified during a build. - Removed tracked Gitea binaries and PhpStorm project files from the repository and added ignore rules for local-only files.
- Added pruning of stale
dist/<arch>/gitea-*cache files before each run, including runs that abort because the current release is already built. - Fixed version-source logging after cache pruning so
Version source:is populated correctly again.