-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add release note for v1.22.4 #32513
Open
lunny
wants to merge
1
commit into
go-gitea:release/v1.22
Choose a base branch
from
lunny:lunny/release_note_1.22.4
base: release/v1.22
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+30
−0
Open
Add release note for v1.22.4 #32513
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
@@ -4,6 +4,36 @@ This changelog goes through the changes that have been made in each release | |||||||||||||||||||||||||||||||||||||||
without substantial changes to our git log; to see the highlights of what has | ||||||||||||||||||||||||||||||||||||||||
been added to each release, please refer to the [blog](https://blog.gitea.com). | ||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||
## [1.22.4](https://github.com/go-gitea/gitea/releases/tag/1.22.4) - 2024-11-14 | ||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||
* SECURITY | ||||||||||||||||||||||||||||||||||||||||
* Refactor internal routers (partial backport, auth token const time comparing) (#32473) (#32479) | ||||||||||||||||||||||||||||||||||||||||
* BUGFIXES | ||||||||||||||||||||||||||||||||||||||||
* Fix `missing signature key` error when pulling Docker images with `SERVE_DIRECT` enabled (#32365) (#32397) | ||||||||||||||||||||||||||||||||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||||||||||||||||||||||||||||||||
* Fix the permission check for user search API and limit the number of returned users for `/user/search` (#32310) | ||||||||||||||||||||||||||||||||||||||||
* Fix SearchIssues swagger docs (#32208) (#32298) | ||||||||||||||||||||||||||||||||||||||||
* Fix dropdown content overflow (#31610) (#32250) | ||||||||||||||||||||||||||||||||||||||||
* Fix nil panic if repo doesn't exist (#32501) (#32502) | ||||||||||||||||||||||||||||||||||||||||
* Disable Oauth check if oauth disabled (#32368) (#32480) | ||||||||||||||||||||||||||||||||||||||||
* Respect renamed dependencies of Cargo registry (#32430) (#32478) | ||||||||||||||||||||||||||||||||||||||||
* Fix mermaid diagram height when initially hidden (#32457) (#32464) | ||||||||||||||||||||||||||||||||||||||||
* Fix broken releases when re-pushing tags (#32435) (#32449) | ||||||||||||||||||||||||||||||||||||||||
* Only provide the commit summary for Discord webhook push events (#32432) (#32447) | ||||||||||||||||||||||||||||||||||||||||
* Only query team tables if repository is under org when getting assignees (#32414) (#32426) | ||||||||||||||||||||||||||||||||||||||||
* Fix created_unix for mirroring (#32342) (#32406) | ||||||||||||||||||||||||||||||||||||||||
* Respect UI.ExploreDefaultSort setting again (#32357) (#32385) | ||||||||||||||||||||||||||||||||||||||||
* Fix broken image when editing comment with non-image attachments (#32319) (#32345) | ||||||||||||||||||||||||||||||||||||||||
* Fix disable 2fa bug (#32320) (#32330) | ||||||||||||||||||||||||||||||||||||||||
* Always update expiration time when creating an artifact (#32281) (#32285) | ||||||||||||||||||||||||||||||||||||||||
* Fix null errors on conversation holder (#32258) (#32266) (#32282) | ||||||||||||||||||||||||||||||||||||||||
* Only rename a user when they should receive a different name (#32247) (#32249) | ||||||||||||||||||||||||||||||||||||||||
* Fix checkbox bug on private/archive filter (#32236) (#32240) | ||||||||||||||||||||||||||||||||||||||||
* Add a doctor check to disable the "Actions" unit for mirrors (#32424) (#32497) | ||||||||||||||||||||||||||||||||||||||||
* Quick fix milestone deadline 9999 (#32423) | ||||||||||||||||||||||||||||||||||||||||
* Make `show stats` work when only one file changed (#32244) (#32268) | ||||||||||||||||||||||||||||||||||||||||
* Make `owner/repo/pulls` handlers use "PR reader" permission (#32254) (#32265) | ||||||||||||||||||||||||||||||||||||||||
* Update scheduled tasks even if changes are pushed by "ActionsUser" (#32246) (#32252) | ||||||||||||||||||||||||||||||||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||
## [1.22.3](https://github.com/go-gitea/gitea/releases/tag/1.22.3) - 2024-10-08 | ||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||
* SECURITY | ||||||||||||||||||||||||||||||||||||||||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.