Skip to content

v1.11.14

Latest

Choose a tag to compare

@gabrie30 gabrie30 released this 23 Jul 03:14
4ddb11c

Added

  • Codeberg support via a first-class --scm=codeberg provider (reuses the Gitea backend, defaults the base URL to https://codeberg.org, and authenticates with GHORG_CODEBERG_TOKEN); self-hosted Forgejo instances are supported via --base-url, including http instances with --insecure-codeberg-client; resolves #678

Changed

Deprecated

Removed

Fixed

  • Gitea/Codeberg wiki clones now use the repo's default branch instead of a hardcoded master, fixing pulls of existing wiki clones on instances where wikis live on main (e.g. Codeberg)
  • GHORG_PROTECT_LOCAL, GHORG_FETCH_GIT_LFS, GHORG_FETCH_PRUNE, and GHORG_ONLY_PATH were ignored when set in the configuration file (the CLI flags worked); thanks @xashr

Security