diff --git a/CHANGELOG.md b/CHANGELOG.md index d25743a6de..726b9c5767 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,28 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [3.7.0] - 2025-01-23 +### Added +- Performance improvements for git modifications +- New button variant called "info" +- Link to repo page in repo header +- Extension point below the title of a repository +- 'uploadpack.allowFilter = true' set for all new and existing Git repositories + +### Fixed +- Remove superfluous alt text for decorative images +- Accessible details for contributors and tags in changesets +- Whitespace dropdown is now correctly displayed after pr create + +### Changed +- Clickable tags are based on the HTML button. +- Upgrade JGit to 7.1.0.202411261347-r +- Set focus to first input element in repository, user, group, branch and repository role creation forms +- Replace title behavior with `useDocumentTitle` hook for setting descriptive document titles + +### Removed +- Unused class `IterableQueue` + ## [3.6.1] - 2025-01-17 ### Fixed - Removed the API token error log message that was being printed when the API token was invalid (fix from 2.46.5) @@ -1671,3 +1693,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [3.5.0]: https://scm-manager.org/download/3.5.0 [3.6.0]: https://scm-manager.org/download/3.6.0 [3.6.1]: https://scm-manager.org/download/3.6.1 +[3.7.0]: https://scm-manager.org/download/3.7.0 diff --git a/gradle/changelog/accessible_changeset_details.yaml b/gradle/changelog/accessible_changeset_details.yaml deleted file mode 100644 index 45fbf795ec..0000000000 --- a/gradle/changelog/accessible_changeset_details.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Accessible details for contributors and tags in changesets diff --git a/gradle/changelog/accessible_clickable_tags.yaml b/gradle/changelog/accessible_clickable_tags.yaml deleted file mode 100644 index 284aef1998..0000000000 --- a/gradle/changelog/accessible_clickable_tags.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: changed - description: Clickable tags are based on the HTML button. diff --git a/gradle/changelog/add-link-to-repo-header.yaml b/gradle/changelog/add-link-to-repo-header.yaml deleted file mode 100644 index feec083b63..0000000000 --- a/gradle/changelog/add-link-to-repo-header.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: added - description: Link to repo page in repo header diff --git a/gradle/changelog/add_extension_point_below_repo_title.yaml b/gradle/changelog/add_extension_point_below_repo_title.yaml deleted file mode 100644 index dafdc5415f..0000000000 --- a/gradle/changelog/add_extension_point_below_repo_title.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: added - description: Extension point below the title of a repository diff --git a/gradle/changelog/auto-focus.yaml b/gradle/changelog/auto-focus.yaml deleted file mode 100644 index a82c309cb8..0000000000 --- a/gradle/changelog/auto-focus.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: changed - description: Set focus to first input element in repository, user, group, branch and repository role creation forms diff --git a/gradle/changelog/document_title.yaml b/gradle/changelog/document_title.yaml deleted file mode 100644 index 873a13e1c1..0000000000 --- a/gradle/changelog/document_title.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: changed - description: Replace title behavior with `useDocumentTitle` hook for setting descriptive document titles diff --git a/gradle/changelog/fast_git_modifications.yaml b/gradle/changelog/fast_git_modifications.yaml deleted file mode 100644 index 81e9d48e24..0000000000 --- a/gradle/changelog/fast_git_modifications.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: added - description: Performance improvements for git modifications diff --git a/gradle/changelog/fix-whitespace-dropdown.yaml b/gradle/changelog/fix-whitespace-dropdown.yaml deleted file mode 100644 index 1b768d687d..0000000000 --- a/gradle/changelog/fix-whitespace-dropdown.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Whitespace dropdown is now correctly displayed after pr create diff --git a/gradle/changelog/git-allowfilter-config.yaml b/gradle/changelog/git-allowfilter-config.yaml deleted file mode 100644 index dcdc33372c..0000000000 --- a/gradle/changelog/git-allowfilter-config.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: added - description: Uploadpack.allowFilter = true set for all new and existing Git repositories diff --git a/gradle/changelog/iterable_queue.yaml b/gradle/changelog/iterable_queue.yaml deleted file mode 100644 index fa6112e358..0000000000 --- a/gradle/changelog/iterable_queue.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: removed - description: Unused class `IterableQueue` diff --git a/gradle/changelog/jgit7.yaml b/gradle/changelog/jgit7.yaml deleted file mode 100644 index 114ac1a9b5..0000000000 --- a/gradle/changelog/jgit7.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: changed - description: Upgrade JGit to 7.1.0.202411261347-r diff --git a/gradle/changelog/new-button-variant.yaml b/gradle/changelog/new-button-variant.yaml deleted file mode 100644 index ecbbc723cf..0000000000 --- a/gradle/changelog/new-button-variant.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: added - description: New button variant called "info" diff --git a/gradle/changelog/remove_superfluous_alt_text.yaml b/gradle/changelog/remove_superfluous_alt_text.yaml deleted file mode 100644 index 3a84d2f642..0000000000 --- a/gradle/changelog/remove_superfluous_alt_text.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Remove superfluous alt text for decorative images