From 3dcce272993008dff2434018598a9b6f1fc745a3 Mon Sep 17 00:00:00 2001 From: tzerr Date: Thu, 24 Aug 2023 11:09:11 +0200 Subject: [PATCH] Adjust changelog for release 2.46.0 --- CHANGELOG.md | 28 +++++++++++++++++++ gradle/changelog/accessibility_subheader.yaml | 2 -- gradle/changelog/added_popover.yaml | 2 -- gradle/changelog/ahead-behind.yaml | 4 --- gradle/changelog/endless_user_sessions.yaml | 2 -- gradle/changelog/hunk_typo.yaml | 2 -- gradle/changelog/init_git_default_branch.yaml | 2 -- gradle/changelog/marshalling-invalid-xml.yaml | 2 -- gradle/changelog/menu_moving_sidebar.yaml | 2 -- gradle/changelog/plugin_checkmark.yaml | 2 -- gradle/changelog/remove_chromatic.yaml | 2 -- gradle/changelog/rework_branch_overview.yaml | 2 -- gradle/changelog/shiro_traversal_filter.yaml | 2 -- gradle/changelog/sort-repos.yaml | 2 -- .../changelog/svn_no_changes_exception.yaml | 2 -- gradle/changelog/vuln_deps.yaml | 6 ---- 16 files changed, 28 insertions(+), 36 deletions(-) delete mode 100644 gradle/changelog/accessibility_subheader.yaml delete mode 100644 gradle/changelog/added_popover.yaml delete mode 100644 gradle/changelog/ahead-behind.yaml delete mode 100644 gradle/changelog/endless_user_sessions.yaml delete mode 100644 gradle/changelog/hunk_typo.yaml delete mode 100644 gradle/changelog/init_git_default_branch.yaml delete mode 100644 gradle/changelog/marshalling-invalid-xml.yaml delete mode 100644 gradle/changelog/menu_moving_sidebar.yaml delete mode 100644 gradle/changelog/plugin_checkmark.yaml delete mode 100644 gradle/changelog/remove_chromatic.yaml delete mode 100644 gradle/changelog/rework_branch_overview.yaml delete mode 100644 gradle/changelog/shiro_traversal_filter.yaml delete mode 100644 gradle/changelog/sort-repos.yaml delete mode 100644 gradle/changelog/svn_no_changes_exception.yaml delete mode 100644 gradle/changelog/vuln_deps.yaml diff --git a/CHANGELOG.md b/CHANGELOG.md index 67b7750048..4671bed820 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,33 @@ 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). +## [2.46.0] - 2023-08-24 +### Added +- Popover component +- User sessions can now be configured to be endless + +### Fixed +- A typo on a button for loading more lines in the diff tab has been fixed +- Loadingspinner not showing up +- Set git default branch on first push to not-initialized repository +- Programmatically accessible subheadings in footer +- Throw `NoChangesMadeException` for empty commits in SVN repositories +- Position of the cloudogu platform plugin connection checkmark +- Menu moving the repository sidebar if open +- Deactivate Shiro's new `blockTraversal` check in their `InvalidRequestFilter` +- Marshalling of invalid xml characters + +### Changed +- Sort repositories alphanumerically per namespace +- Apply new design to ahead behind tag +- Rework branch overview +- Bump Shiro from 1.10.0 to 1.12.0 +- Bump Apache Commons Compress from 1.20 to 1.23.0 +- Bump Tika from 1.25 to 1.28.5 + +### Removed +- Chromatic integration + ## [2.45.1] - 2023-07-18 ### Fixed - Re-Release of 2.45.0 due to errors during release @@ -1330,3 +1357,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [2.44.2]: https://scm-manager.org/download/2.44.2 [2.45.0]: https://scm-manager.org/download/2.45.0 [2.45.1]: https://scm-manager.org/download/2.45.1 +[2.46.0]: https://scm-manager.org/download/2.46.0 diff --git a/gradle/changelog/accessibility_subheader.yaml b/gradle/changelog/accessibility_subheader.yaml deleted file mode 100644 index 7fccdd6a5d..0000000000 --- a/gradle/changelog/accessibility_subheader.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Programmatically accessible subheadings in footer diff --git a/gradle/changelog/added_popover.yaml b/gradle/changelog/added_popover.yaml deleted file mode 100644 index 23d541cbb0..0000000000 --- a/gradle/changelog/added_popover.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: added - description: Popover component diff --git a/gradle/changelog/ahead-behind.yaml b/gradle/changelog/ahead-behind.yaml deleted file mode 100644 index 9f89ce1439..0000000000 --- a/gradle/changelog/ahead-behind.yaml +++ /dev/null @@ -1,4 +0,0 @@ -- type: changed - description: Apply new design to ahead behind tag -- type: fixed - description: Loadingspinner not showing up diff --git a/gradle/changelog/endless_user_sessions.yaml b/gradle/changelog/endless_user_sessions.yaml deleted file mode 100644 index a6d508c909..0000000000 --- a/gradle/changelog/endless_user_sessions.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: added - description: User sessions can now be configured to be endless diff --git a/gradle/changelog/hunk_typo.yaml b/gradle/changelog/hunk_typo.yaml deleted file mode 100644 index 99fb7c7f28..0000000000 --- a/gradle/changelog/hunk_typo.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: A typo on a button for loading more lines in the diff tab has been fixed diff --git a/gradle/changelog/init_git_default_branch.yaml b/gradle/changelog/init_git_default_branch.yaml deleted file mode 100644 index 3002354bfe..0000000000 --- a/gradle/changelog/init_git_default_branch.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Set git default branch on first push to not-initialized repository diff --git a/gradle/changelog/marshalling-invalid-xml.yaml b/gradle/changelog/marshalling-invalid-xml.yaml deleted file mode 100644 index 459c4853e1..0000000000 --- a/gradle/changelog/marshalling-invalid-xml.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Marshalling of invalid xml characters diff --git a/gradle/changelog/menu_moving_sidebar.yaml b/gradle/changelog/menu_moving_sidebar.yaml deleted file mode 100644 index 7f78f5aae2..0000000000 --- a/gradle/changelog/menu_moving_sidebar.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: menu moving the repository sidebar if open diff --git a/gradle/changelog/plugin_checkmark.yaml b/gradle/changelog/plugin_checkmark.yaml deleted file mode 100644 index 9dccb31e04..0000000000 --- a/gradle/changelog/plugin_checkmark.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Position of the cloudogu platform plugin connection checkmark diff --git a/gradle/changelog/remove_chromatic.yaml b/gradle/changelog/remove_chromatic.yaml deleted file mode 100644 index 4882180b17..0000000000 --- a/gradle/changelog/remove_chromatic.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: removed - description: Chromatic integration diff --git a/gradle/changelog/rework_branch_overview.yaml b/gradle/changelog/rework_branch_overview.yaml deleted file mode 100644 index dd6ecc52d8..0000000000 --- a/gradle/changelog/rework_branch_overview.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: changed - description: Rework branch overview diff --git a/gradle/changelog/shiro_traversal_filter.yaml b/gradle/changelog/shiro_traversal_filter.yaml deleted file mode 100644 index 60478c72f7..0000000000 --- a/gradle/changelog/shiro_traversal_filter.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Deactivate Shiro's new `blockTraversal` check in their `InvalidRequestFilter` diff --git a/gradle/changelog/sort-repos.yaml b/gradle/changelog/sort-repos.yaml deleted file mode 100644 index 7620eebaca..0000000000 --- a/gradle/changelog/sort-repos.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: changed - description: Sort repositories alphanumerically per namespace diff --git a/gradle/changelog/svn_no_changes_exception.yaml b/gradle/changelog/svn_no_changes_exception.yaml deleted file mode 100644 index 5e32d9efc4..0000000000 --- a/gradle/changelog/svn_no_changes_exception.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Throw `NoChangesMadeException` for empty commits in SVN repositories diff --git a/gradle/changelog/vuln_deps.yaml b/gradle/changelog/vuln_deps.yaml deleted file mode 100644 index 4c89a7d99f..0000000000 --- a/gradle/changelog/vuln_deps.yaml +++ /dev/null @@ -1,6 +0,0 @@ -- type: changed - description: Bump Shiro from 1.10.0 to 1.12.0 -- type: changed - description: Bump Apache Commons Compress from 1.20 to 1.23.0 -- type: changed - description: Bump Tika from 1.25 to 1.28.5