Gitea is a painless self-hosted Git service. It is similar to
@ -42,63 +42,38 @@ path: ""
defaultUsername:""
defaultPassword:""
releaseNotes:>
This release updates Gitea from 1.19.1 to 1.20.3.
A full list of new features, improvements, and bug fixes
for versions between 1.19.1 and 1.20.3 can be found here:https://github.com/go-gitea/gitea/releases.
Version 1.20.3 release notes highlights:
BREAKING
This release updates Gitea from 1.20.3 to 1.21.0. Please review breaking changes for 1.21.0 listed in the full release notes before updating https://github.com/go-gitea/gitea/releases/tag/v1.21.0.
- Fix the wrong derive path
SECURITY
- Fix API leaking Usermail if not logged in
Version 1.21.0 release notes highlights:
FEATURES
- Add ThreadID parameter for Telegram webhooks
- User details page
- Chore(actions):support cron schedule task
- Add Retry button when creating a mirror-repo fails
ENHANCEMENTS
- Add minimum polyfill to support "relative-time-element" in PaleMoon
- Render email addresses as such if followed by punctuation
- Move dropzone progress bar to bottom to show filename when uploading
- Fix dark theme highlight for "NameNamespace"
- Show error toast when file size exceeds the limits
- Display human-readable text instead of cryptic filemodes
- Fix citation error when the file size is larger than 1024 bytes
- Warn instead of reporting an error when a webhook cannot be found
- Remove action runners on user deletion
- Use 'object-fit:contain' for oauth2 custom icons
- Fix the topic validation rule and suport dots
BUGFIXES
- Fix "issueReposQueryPattern does not match query"
- Fix incorrect CLI exit code and duplicate error message
- Remove set tabindex on view issue
- Fix storage path logic especially for relative paths
- Fix attachment clipboard copy on insecure origin
- Fix wrong middleware sequence
- Avoiding accessing undefined tributeValues
- Fix admin queue page title and fix CI failures
And more!
A full list of new features, improvements, and bug fixes
for versions between 1.20.3 and 1.21.0 can be found here:https://github.com/go-gitea/gitea/releases.