Support comparing tags in addition to branches (#6493)

Co-authored-by: Joe Chen <jc@unknwon.io>
Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
Rajat Jain
2026-01-31 09:15:03 +05:30
committed by GitHub
parent 77dba1b5ea
commit 9f1499f3ab
3 changed files with 30 additions and 28 deletions
+1
View File
@@ -6,6 +6,7 @@ All notable changes to Gogs are documented in this file.
### Added
- Support comparing tags in addition to branches. [#6141](https://github.com/gogs/gogs/issues/6141)
- Show file name in browser tab title when viewing files. [#5896](https://github.com/gogs/gogs/pull/5896)
- Support using TLS for Redis session provider using `[session] PROVIDER_CONFIG = ...,tls=true`. [#7860](https://github.com/gogs/gogs/pull/7860)
- Support expanading values in `app.ini` from environment variables, e.g. `[database] PASSWORD = ${DATABASE_PASSWORD}`. [#8057](https://github.com/gogs/gogs/pull/8057)