
https://codeberg.org/forgejo/forgejo/milestone/9818 Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/7280 Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org> Reviewed-by: 0ko <0ko@noreply.codeberg.org> Co-authored-by: forgejo-release-manager <contact-forgejo-release-manager@forgejo.org> Co-committed-by: forgejo-release-manager <contact-forgejo-release-manager@forgejo.org>
9.1 KiB
9.1 KiB
Release notes
- Localization
- Bug fixes
- PR (backported): When migrating from a Forgejo version lower than v10, the TOTP secrets found to be corrupted are now transparently removed from the database instead of failing the migration. TOTP is no longer required to login with the associated users. They should be informed because they will need to visit their security settings and configure TOTP again. No other action is required.
- PR (backported): replies to pending review comments no longer generate a notification, this was caused by an incomplete determination if the comment was part of the pending review or not
- PR (backported): consider public issues for project boards
- PR (backported): the rootless Forgejo image version label is not set
- PR (backported): do not allow SSH url for migration
- PR (backported):
setting.Service.EnableInternalSignIn = false
is disabling forgotten password - PR (backported): show internal login prompt for account linking
- PR (backported): enable ssh mirrors in rootless Forgejo images
- PR (backported): render link in heading correctly in wiki TOC
- Included for completeness but not worth a release note
- PR: Update module github.com/redis/go-redis/v9 to v9.7.3 (v10.0/forgejo)
- PR (backported): fix: consider issues in repository accessible via
access
table - PR (backported): fix(api): miss-spelled description, corrected to
public
- PR (backported): fix: revert issue rendering for
<a>
element - PR (backported): chore(ci): ensure the manually cached Go can be run
- PR (backported): chore(ci): Get Go binary from GOROOT instead of hardcoded path
- PR: Update module golang.org/x/crypto to v0.35.0 (v10.0/forgejo)
- PR: Update https://data.forgejo.org/forgejo/forgejo-build-publish action to v5.3.4 (v10.0/forgejo)
- PR (backported): fix: return 404 for empty repositories
- PR (backported): fix: delay deleting authorization token
- PR (backported): fix: native parsing of ssh certificate key
- PR (backported): fix(ui): hide extra PR property labels on title edit
- PR (backported): fix: always set stripped slashes on http request
- PR (backported): fix(ui): hide 'New migration' button on org pages with migrations disabled (#6850)
- PR (backported): ui: update language stats layout and click behavior
- PR: Update dependency go to v1.23.6 (v10.0/forgejo)