From b9abe8a729f8c224560fe8b5bfb277694cc27458 Mon Sep 17 00:00:00 2001 From: Thomas Zerr Date: Thu, 23 May 2024 11:17:03 +0200 Subject: [PATCH] Adjust changelog for release 3.2.0 --- CHANGELOG.md | 18 ++++++++++++++++++ gradle/changelog/added_a11y_tooltip.yaml | 2 -- gradle/changelog/added_iconbutton.yaml | 2 -- gradle/changelog/added_ignore_whitespace.yaml | 2 -- gradle/changelog/added_whitespaces.yaml | 2 -- .../changelog/changed_initializer_commits.yaml | 2 -- gradle/changelog/exact_search.yaml | 6 ------ gradle/changelog/fixed_mirror_tag.yaml | 2 -- gradle/remember_path_when_switching_view.yaml | 2 -- 9 files changed, 18 insertions(+), 20 deletions(-) delete mode 100644 gradle/changelog/added_a11y_tooltip.yaml delete mode 100644 gradle/changelog/added_iconbutton.yaml delete mode 100644 gradle/changelog/added_ignore_whitespace.yaml delete mode 100644 gradle/changelog/added_whitespaces.yaml delete mode 100644 gradle/changelog/changed_initializer_commits.yaml delete mode 100644 gradle/changelog/exact_search.yaml delete mode 100644 gradle/changelog/fixed_mirror_tag.yaml delete mode 100644 gradle/remember_path_when_switching_view.yaml diff --git a/CHANGELOG.md b/CHANGELOG.md index 99d05faa8e..f73a07d9eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,23 @@ 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.0] - 2024-05-23 +### Added +- Global button to ignore whitespaces and tabs inside of diffs +- New component "icon button" in ui library +- The search result now also shows what type of query was provided by the user (simple query or expert query). +- Button to toggle visibility of whitespaces and tabs inside of diffs +- New component "LabelTooltip" in ui library + +### Fixed +- Component for mirror tag to display a wider range of colors +- Phrase queries using the quotes are now parsed as such + +### Changed +- Each repository initializer step is now executed with his own commit +- The syntax help documentation now contains the definitions of the two different types of queries and also explanation for the quotes operator. +- The currently opened path is now remembered, when switching back and forth between Source, Commit and File Search view. + ## [3.1.0] - 2024-04-09 ### Added - New `putBinary` function to send http put request with binary payload @@ -1506,3 +1523,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [3.0.3]: https://scm-manager.org/download/3.0.3 [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 diff --git a/gradle/changelog/added_a11y_tooltip.yaml b/gradle/changelog/added_a11y_tooltip.yaml deleted file mode 100644 index f9049ea311..0000000000 --- a/gradle/changelog/added_a11y_tooltip.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: added - description: New component "LabelTooltip" in ui library diff --git a/gradle/changelog/added_iconbutton.yaml b/gradle/changelog/added_iconbutton.yaml deleted file mode 100644 index 07fb9647ca..0000000000 --- a/gradle/changelog/added_iconbutton.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: added - description: New component "icon button" in ui library diff --git a/gradle/changelog/added_ignore_whitespace.yaml b/gradle/changelog/added_ignore_whitespace.yaml deleted file mode 100644 index ed6722be48..0000000000 --- a/gradle/changelog/added_ignore_whitespace.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: added - description: Global button to ignore whitespaces and tabs inside of diffs diff --git a/gradle/changelog/added_whitespaces.yaml b/gradle/changelog/added_whitespaces.yaml deleted file mode 100644 index 1f08b486f1..0000000000 --- a/gradle/changelog/added_whitespaces.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: added - description: Button to toggle visibility of whitespaces and tabs inside of diffs diff --git a/gradle/changelog/changed_initializer_commits.yaml b/gradle/changelog/changed_initializer_commits.yaml deleted file mode 100644 index 88441e507e..0000000000 --- a/gradle/changelog/changed_initializer_commits.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: changed - description: Each repository initializer step is now executed with his own commit diff --git a/gradle/changelog/exact_search.yaml b/gradle/changelog/exact_search.yaml deleted file mode 100644 index cc53db4d06..0000000000 --- a/gradle/changelog/exact_search.yaml +++ /dev/null @@ -1,6 +0,0 @@ -- type: fixed - description: Phrase queries using the quotes are now parsed as such -- type: changed - description: The syntax help documentation now contains the definitions of the two different types of queries and also explanation for the quotes operator. -- type: added - description: The search result now also shows what type of query was provided by the user (simple query or expert query). diff --git a/gradle/changelog/fixed_mirror_tag.yaml b/gradle/changelog/fixed_mirror_tag.yaml deleted file mode 100644 index 013bd2e372..0000000000 --- a/gradle/changelog/fixed_mirror_tag.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Component for mirror tag to display a wider range of colors diff --git a/gradle/remember_path_when_switching_view.yaml b/gradle/remember_path_when_switching_view.yaml deleted file mode 100644 index fb512ea7f8..0000000000 --- a/gradle/remember_path_when_switching_view.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: changed - description: The currently opened path is now remembered, when switching back and forth between Source, Commit and File Search view.