You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unable to update files via web editor and API. #8184
Removed
Support for passing API access tokens via URL query parameters (token, access_token). Use the Authorization header instead. #8177 - GHSA-x9p5-w45c-7ffc
Previous patch releases
0.14.1
Added
Support comparing tags in addition to branches. #6141
Show file name in browser tab title when viewing files. #5896
Support using TLS for Redis session provider using [session] PROVIDER_CONFIG = ...,tls=true. #7860
Support expanading values in app.ini from environment variables, e.g. [database] PASSWORD = ${DATABASE_PASSWORD}. #8057
Support custom logout URL that users get redirected to after sign out using [auth] CUSTOM_LOGOUT_URL. #8089
Start publishing next-generation, security-focused Docker image via gogs/gogs:next-latest, which will become the default image distribution (gogs/gogs:latest) starting 0.16.0. While not all container options support have been added in the next-generation image, the use of current legacy Docker image is deprecated, it will be published as gogs/gogs:legacy-latest starting 0.16.0, and be completely removed no earlier than 0.17.0. #8061
Changed
The required Go version to compile source code changed to 1.25.
The build tag cert has been removed, and the gogs cert subcommand is now always available. #7883
Switched to pure-Go SQLite driver, CGO is no longer required to compile Gogs. #7882