From 53db64d0647c3cf26d24cc01bc9ea9d0bf125c6d Mon Sep 17 00:00:00 2001 From: Viktor Date: Tue, 9 Apr 2024 09:47:07 +0200 Subject: [PATCH] Adjust changelog for release 3.1.0 --- CHANGELOG.md | 16 ++++++++++++++++ gradle/changelog/lfs_performance.yaml | 2 -- gradle/changelog/mind_header_when_scrolling.yaml | 2 -- gradle/changelog/put-binary.yaml | 2 -- gradle/changelog/readme-changes.yaml | 6 ------ gradle/changelog/tags_for_revision.yaml | 2 -- gradle/changelog/update_legman.yaml | 2 -- 7 files changed, 16 insertions(+), 16 deletions(-) delete mode 100644 gradle/changelog/lfs_performance.yaml delete mode 100644 gradle/changelog/mind_header_when_scrolling.yaml delete mode 100644 gradle/changelog/put-binary.yaml delete mode 100644 gradle/changelog/readme-changes.yaml delete mode 100644 gradle/changelog/tags_for_revision.yaml delete mode 100644 gradle/changelog/update_legman.yaml diff --git a/CHANGELOG.md b/CHANGELOG.md index afb31dcd9e..99d05faa8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,21 @@ 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.1.0] - 2024-04-09 +### Added +- New `putBinary` function to send http put request with binary payload +- A new extension point was added, that is rendered below the file tree in the code view, it is for example used by the readme plugin, to render the readme document of the current directory +- Display of all tags for a given changeset in the changeset detail view + +### Fixed +- The height of the navigation bar is now considered when scrolling to an element via anchor +- Blocking event bus with long running tasks (update of legman to v2.0.3) + +### Changed +- Improved performance of LFS imports for imported repositories and mirrors +- The headings of rendered markdown documents will now start at h2 +- The order of items in the repository side menu got changed, code is now always at the top + ## [3.0.4] - 2024-03-07 ### Fixed - Sort global config and repository config the same way @@ -1490,3 +1505,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [3.0.2]: https://scm-manager.org/download/3.0.2 [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 diff --git a/gradle/changelog/lfs_performance.yaml b/gradle/changelog/lfs_performance.yaml deleted file mode 100644 index 88556161b6..0000000000 --- a/gradle/changelog/lfs_performance.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: changed - description: Improved performance of LFS imports for imported repositories and mirrors diff --git a/gradle/changelog/mind_header_when_scrolling.yaml b/gradle/changelog/mind_header_when_scrolling.yaml deleted file mode 100644 index 1de338996b..0000000000 --- a/gradle/changelog/mind_header_when_scrolling.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: The height of the navigation bar is now considered when scrolling to an element via anchor diff --git a/gradle/changelog/put-binary.yaml b/gradle/changelog/put-binary.yaml deleted file mode 100644 index befceb66f4..0000000000 --- a/gradle/changelog/put-binary.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: added - description: New `putBinary` function to send http put request with binary payload diff --git a/gradle/changelog/readme-changes.yaml b/gradle/changelog/readme-changes.yaml deleted file mode 100644 index afceea76d8..0000000000 --- a/gradle/changelog/readme-changes.yaml +++ /dev/null @@ -1,6 +0,0 @@ -- type: added - description: A new extension point was added, that is rendered below the file tree in the code view, it is for example used by the readme plugin, to render the readme document of the current directory -- type: changed - description: The headings of rendered markdown documents will now start at h2 -- type: changed - description: The order of items in the repository side menu got changed, code is now always at the top diff --git a/gradle/changelog/tags_for_revision.yaml b/gradle/changelog/tags_for_revision.yaml deleted file mode 100644 index fc9413d598..0000000000 --- a/gradle/changelog/tags_for_revision.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: added - description: Display of all tags for a given changeset in the changeset detail view diff --git a/gradle/changelog/update_legman.yaml b/gradle/changelog/update_legman.yaml deleted file mode 100644 index fb8ab3c183..0000000000 --- a/gradle/changelog/update_legman.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Blocking event bus with long running tasks (update of legman to v2.0.3)