diff --git a/CHANGELOG.md b/CHANGELOG.md index 602f396562..1cc98f7a13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,19 @@ 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.2.2] - 2024-06-24 +### Added +- Written offer as a text file in all distributions +- The documentation for the search syntax has been added to the official docs + +### Fixed +- Raised the branch name limit to 1000 characters +- Sub repositories in the source view for mercurial repositories +- Search result highlighting were partly off + +### Changed +- Search category stays the same when the search query is modified + ## [3.2.1] - 2024-05-31 ### Fixed - Option for different card variants for RepositoryFlag @@ -1548,4 +1561,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [3.0.4]: https://scm-manager.org/download/3.0.4 [3.1.0]: https://scm-manager.org/download/3.1.0 [3.2.0]: https://scm-manager.org/download/3.2.0 -[3.3.0]: https://scm-manager.org/download/3.3.0 +[3.2.1]: https://scm-manager.org/download/3.2.1 +[3.2.2]: https://scm-manager.org/download/3.2.2 diff --git a/gradle/changelog/added_documentation.yaml b/gradle/changelog/added_documentation.yaml deleted file mode 100644 index 29bdc04ff1..0000000000 --- a/gradle/changelog/added_documentation.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: added - description: The documentation for the search syntax has been added to the official docs diff --git a/gradle/changelog/added_written_offer.yaml b/gradle/changelog/added_written_offer.yaml deleted file mode 100644 index 078109b92c..0000000000 --- a/gradle/changelog/added_written_offer.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: added - description: Written offer as a text file in all distributions diff --git a/gradle/changelog/branchname.yaml b/gradle/changelog/branchname.yaml deleted file mode 100644 index 6914965e7d..0000000000 --- a/gradle/changelog/branchname.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Raised the branch name limit to 1000 characters diff --git a/gradle/changelog/enhance_searchpage.yaml b/gradle/changelog/enhance_searchpage.yaml deleted file mode 100644 index 1437818726..0000000000 --- a/gradle/changelog/enhance_searchpage.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: changed - description: Search category stays the same when the search query is modified diff --git a/gradle/changelog/search_highlighting.yml b/gradle/changelog/search_highlighting.yml deleted file mode 100644 index f9f75396f9..0000000000 --- a/gradle/changelog/search_highlighting.yml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Search result highlighting were partly off diff --git a/gradle/changelog/sub_repos.yaml b/gradle/changelog/sub_repos.yaml deleted file mode 100644 index b11a16aab3..0000000000 --- a/gradle/changelog/sub_repos.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Sub repositories in the source view for mercurial repositories