From 673aa697558dae800658d555d87a89e758f355e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Pfeuffer?= Date: Fri, 18 Feb 2022 13:25:59 +0100 Subject: [PATCH] Adjust changelog for release 2.31.0 --- CHANGELOG.md | 23 +++++++++++++++++++ gradle/changelog/collapse_folders.yaml | 2 -- gradle/changelog/docker_base_image.yaml | 2 -- gradle/changelog/dp_link.yaml | 2 -- .../changelog/file_history_source_link.yaml | 2 -- .../highcontrast_colors_styleguide.yaml | 2 -- gradle/changelog/improve_a11y.yaml | 2 -- gradle/changelog/migration_wizard_css.yaml | 2 -- gradle/changelog/npe_searchable_types.yaml | 2 -- gradle/changelog/pc_auth_failure.yml | 2 -- gradle/changelog/plugin_center_logo.yaml | 2 -- gradle/changelog/reload_button.yaml | 2 -- gradle/changelog/restart_bad_gateway.yaml | 2 -- .../source-copy-and-markdown-toggle.yaml | 4 ---- gradle/changelog/tooltip-a11y.yaml | 2 -- 15 files changed, 23 insertions(+), 30 deletions(-) delete mode 100644 gradle/changelog/collapse_folders.yaml delete mode 100644 gradle/changelog/docker_base_image.yaml delete mode 100644 gradle/changelog/dp_link.yaml delete mode 100644 gradle/changelog/file_history_source_link.yaml delete mode 100644 gradle/changelog/highcontrast_colors_styleguide.yaml delete mode 100644 gradle/changelog/improve_a11y.yaml delete mode 100644 gradle/changelog/migration_wizard_css.yaml delete mode 100644 gradle/changelog/npe_searchable_types.yaml delete mode 100644 gradle/changelog/pc_auth_failure.yml delete mode 100644 gradle/changelog/plugin_center_logo.yaml delete mode 100644 gradle/changelog/reload_button.yaml delete mode 100644 gradle/changelog/restart_bad_gateway.yaml delete mode 100644 gradle/changelog/source-copy-and-markdown-toggle.yaml delete mode 100644 gradle/changelog/tooltip-a11y.yaml diff --git a/CHANGELOG.md b/CHANGELOG.md index a9abb0f6e8..f9cff3bf88 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). +## [2.31.0] - 2022-02-18 +### Added +- Add secondary color gradations to styleguide ([#1944](https://github.com/scm-manager/scm-manager/pull/1944)) +- Collapses folders in code view which only have a folder as their only child ([#1951](https://github.com/scm-manager/scm-manager/pull/1951)) +- Add myCloudogu data processing link ([#1935](https://github.com/scm-manager/scm-manager/pull/1935)) + +### Fixed +- Adjust reload button on plugin actions ([#1946](https://github.com/scm-manager/scm-manager/pull/1946)) +- Improve accessibility ([#1956](https://github.com/scm-manager/scm-manager/pull/1956)) +- Do not fail on 502 during restart actions ([#1941](https://github.com/scm-manager/scm-manager/pull/1941)) +- NPE for searchable types +- Fix missing css for migration wizard +- Markdown toggle covers source copy button ([#1939](https://github.com/scm-manager/scm-manager/pull/1939)) + +### Changed +- SCM-Manager icon in the plugin center has a transparent background ([#1936](https://github.com/scm-manager/scm-manager/pull/1936)) +- Only display source code copy button on hover ([#1939](https://github.com/scm-manager/scm-manager/pull/1939)) +- Fetch plugins without authentication, if prior authentication failed ([#1940](https://github.com/scm-manager/scm-manager/pull/1940)) +- Docker base image to fix expat vulnerability ([#1948](https://github.com/scm-manager/scm-manager/pull/1948)) +- Link directly to file with file history sources link ([#1945](https://github.com/scm-manager/scm-manager/pull/1945)) +- improve tooltip accessibility ([#1954](https://github.com/scm-manager/scm-manager/pull/1954)) + ## [2.30.1] - 2022-01-26 ### Fixed - Make comparable null safe ([#1933](https://github.com/scm-manager/scm-manager/pull/1933)) @@ -932,3 +954,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [2.29.1]: https://scm-manager.org/download/2.29.1 [2.30.0]: https://scm-manager.org/download/2.30.0 [2.30.1]: https://scm-manager.org/download/2.30.1 +[2.31.0]: https://scm-manager.org/download/2.31.0 diff --git a/gradle/changelog/collapse_folders.yaml b/gradle/changelog/collapse_folders.yaml deleted file mode 100644 index 1d06e3e9bb..0000000000 --- a/gradle/changelog/collapse_folders.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: added - description: Collapses folders in code view which only have a folder as their only child ([#1951](https://github.com/scm-manager/scm-manager/pull/1951)) diff --git a/gradle/changelog/docker_base_image.yaml b/gradle/changelog/docker_base_image.yaml deleted file mode 100644 index 733e9610f8..0000000000 --- a/gradle/changelog/docker_base_image.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: changed - description: Docker base image to fix expat vulnerability ([#1948](https://github.com/scm-manager/scm-manager/pull/1948)) diff --git a/gradle/changelog/dp_link.yaml b/gradle/changelog/dp_link.yaml deleted file mode 100644 index 6960d5221d..0000000000 --- a/gradle/changelog/dp_link.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: added - description: Add myCloudogu data processing link ([#1935](https://github.com/scm-manager/scm-manager/pull/1935)) diff --git a/gradle/changelog/file_history_source_link.yaml b/gradle/changelog/file_history_source_link.yaml deleted file mode 100644 index 9fa9495457..0000000000 --- a/gradle/changelog/file_history_source_link.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: changed - description: Link directly to file with file history sources link ([#1945](https://github.com/scm-manager/scm-manager/pull/1945)) diff --git a/gradle/changelog/highcontrast_colors_styleguide.yaml b/gradle/changelog/highcontrast_colors_styleguide.yaml deleted file mode 100644 index 4aa1006ef6..0000000000 --- a/gradle/changelog/highcontrast_colors_styleguide.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: added - description: Add secondary color gradations to styleguide ([#1944](https://github.com/scm-manager/scm-manager/pull/1944)) diff --git a/gradle/changelog/improve_a11y.yaml b/gradle/changelog/improve_a11y.yaml deleted file mode 100644 index bab017f3ae..0000000000 --- a/gradle/changelog/improve_a11y.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Improve accessibility ([#1956](https://github.com/scm-manager/scm-manager/pull/1956)) diff --git a/gradle/changelog/migration_wizard_css.yaml b/gradle/changelog/migration_wizard_css.yaml deleted file mode 100644 index 01bb76255f..0000000000 --- a/gradle/changelog/migration_wizard_css.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Fix missing css for migration wizard diff --git a/gradle/changelog/npe_searchable_types.yaml b/gradle/changelog/npe_searchable_types.yaml deleted file mode 100644 index 65b1ea5d12..0000000000 --- a/gradle/changelog/npe_searchable_types.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: NPE for searchable types diff --git a/gradle/changelog/pc_auth_failure.yml b/gradle/changelog/pc_auth_failure.yml deleted file mode 100644 index 65c046c0dd..0000000000 --- a/gradle/changelog/pc_auth_failure.yml +++ /dev/null @@ -1,2 +0,0 @@ -- type: changed - description: Fetch plugins without authentication, if prior authentication failed ([#1940](https://github.com/scm-manager/scm-manager/pull/1940)) diff --git a/gradle/changelog/plugin_center_logo.yaml b/gradle/changelog/plugin_center_logo.yaml deleted file mode 100644 index 4e8b2877b7..0000000000 --- a/gradle/changelog/plugin_center_logo.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: changed - description: SCM-Manager icon in the plugin center has a transparent background ([#1936](https://github.com/scm-manager/scm-manager/pull/1936)) diff --git a/gradle/changelog/reload_button.yaml b/gradle/changelog/reload_button.yaml deleted file mode 100644 index 4841873fb0..0000000000 --- a/gradle/changelog/reload_button.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Adjust reload button on plugin actions ([#1946](https://github.com/scm-manager/scm-manager/pull/1946)) diff --git a/gradle/changelog/restart_bad_gateway.yaml b/gradle/changelog/restart_bad_gateway.yaml deleted file mode 100644 index 5989e2b5a5..0000000000 --- a/gradle/changelog/restart_bad_gateway.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Do not fail on 502 during restart actions ([#1941](https://github.com/scm-manager/scm-manager/pull/1941)) diff --git a/gradle/changelog/source-copy-and-markdown-toggle.yaml b/gradle/changelog/source-copy-and-markdown-toggle.yaml deleted file mode 100644 index 8d76c64618..0000000000 --- a/gradle/changelog/source-copy-and-markdown-toggle.yaml +++ /dev/null @@ -1,4 +0,0 @@ -- type: changed - description: Only display source code copy button on hover ([#1939](https://github.com/scm-manager/scm-manager/pull/1939)) -- type: fixed - description: Markdown toggle covers source copy button ([#1939](https://github.com/scm-manager/scm-manager/pull/1939)) diff --git a/gradle/changelog/tooltip-a11y.yaml b/gradle/changelog/tooltip-a11y.yaml deleted file mode 100644 index 194519b057..0000000000 --- a/gradle/changelog/tooltip-a11y.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: changed - description: improve tooltip accessibility ([#1954](https://github.com/scm-manager/scm-manager/pull/1954))