1
0
mirror of https://git.cloudron.io/cloudron/gitea-app synced 2025-09-27 23:47:28 +00:00

Bump version

This commit is contained in:
Johannes Zellner
2022-12-30 09:47:38 +01:00
parent 07442c675c
commit d00238c1ad
3 changed files with 15 additions and 3 deletions

View File

@@ -1080,3 +1080,15 @@
[1.25.1]
* Trust reverse proxy IP
[1.26.0]
* Update Gitea to 1.18.0
* [Full changelog](https://github.com/go-gitea/gitea/releases/tag/v1.18.0)
* Remove ReverseProxy authentication from the API (#22219) (#22251)
* Support Go Vulnerability Management (#21139)
* Forbid HTML string tooltips (#20935)
* Rework mailer settings (#18982)
* Remove U2F support (#20141)
* Refactor i18n to locale (#20153)
* Enable contenthash in filename for dynamic assets (#20813)
* And a lot more enhancements