mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2026-02-03 20:51:07 -05:00
https://codeberg.org/forgejo/forgejo/milestone/47805 Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/11092 Reviewed-by: Beowulf <beowulf@beocode.eu> 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>
8.2 KiB
8.2 KiB
Release notes
- User Interface bug fixes
- PR (backported): fix(ui): tippy menu styles too broad, affecting switch in PR review
- PR (backported): fix(ui): add missing translation for code search when keyword is empty string
- PR (backported): fix(ui): improve force-push layout alignment
- Localization
- Features
- PR (backported): feat: enable SQLite WAL by default
- Bug fixes
- PR (backported): fix: allow test delivery for webhooks not enabled for push events
- PR (backported): fix: empty dynamic matrix can leave action run hanging incomplete
- PR (backported): Fix not decreasing watch count when blocking user
- PR (backported): fix: don't clobber authorized_keys file during installation (#10948)
- PR (backported): fix(api): default new release 'title' field to label name, if not provided
- PR (backported): fix: remove infinite loop in UpdateRunJobWithoutNotification when run in transaction
- PR (backported): feat: strip newlines on og image rendering
- PR (backported): fix: don't return AdditionalTasks from FetchTask if there is no Task
- PR (backported): fix: use ALTER TABLE in SQLite DropTableColumns(), allowing unexpected database sources to work better in migrations
- Included for completeness but not user-facing (chores, etc.)
- PR (backported): fix: migrations/github: avoid getting the first issues page twice
- PR (backported): fix NewMockWebServer(): Headers never reached the http client
- PR (backported): fix: migrations/github: Wait & retry when primary rate limit is hit
- PR (backported): fix: detect renames when using diff-tree
- PR: Update module code.forgejo.org/forgejo/runner/v12 to v12.6.0 (v14.0/forgejo)
- PR: Update https://data.forgejo.org/forgejo/forgejo-build-publish action to v5.5.1 (v14.0/forgejo)
- PR: Update https://data.forgejo.org/infrastructure/issue-action action to v1.5.0 (v14.0/forgejo)
- PR (backported): fix: retry ActionRun updates when optimistic-concurrency-control indicates record changed
- PR: Update module github.com/klauspost/compress to v1.18.3 (v14.0/forgejo)
- PR (backported): ci: tie go cache to go version and add
Makefileto key hash