From 6107f1b5bf459716d7a667e8a9fe18d3024b4e84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Pfeuffer?= Date: Fri, 7 Jan 2022 17:37:57 +0100 Subject: [PATCH] Adjust changelog for release 2.29.0 --- CHANGELOG.md | 16 ++++++++++++++++ gradle/changelog/async_storyshots.yaml | 2 -- gradle/changelog/breadcrumb_not_clickable.yaml | 2 -- gradle/changelog/copy_button.yaml | 3 --- gradle/changelog/disable_repository_types.yaml | 2 -- .../changelog/format_liceense_lineendings.yaml | 2 -- gradle/changelog/high_contrast_findings.yaml | 4 ---- gradle/changelog/unify_fontstack.yaml | 2 -- 8 files changed, 16 insertions(+), 17 deletions(-) delete mode 100644 gradle/changelog/async_storyshots.yaml delete mode 100644 gradle/changelog/breadcrumb_not_clickable.yaml delete mode 100644 gradle/changelog/copy_button.yaml delete mode 100644 gradle/changelog/disable_repository_types.yaml delete mode 100644 gradle/changelog/format_liceense_lineendings.yaml delete mode 100644 gradle/changelog/high_contrast_findings.yaml delete mode 100644 gradle/changelog/unify_fontstack.yaml diff --git a/CHANGELOG.md b/CHANGELOG.md index 082fb12c43..c7d2431db0 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). +## [2.29.0] - 2022-01-07 +### Added +- CSS variables for plugins ([#1910](https://github.com/scm-manager/scm-manager/pull/1910)) +- Add copy button for markdown code blocks ([#1902](https://github.com/scm-manager/scm-manager/pull/1902)) +- Disable repository types via global config ([#1908](https://github.com/scm-manager/scm-manager/pull/1908)) + +### Fixed +- Minor issues in high contrast mode ([#1910](https://github.com/scm-manager/scm-manager/pull/1910)) +- Set line ending used for license files to LF ([#1904](https://github.com/scm-manager/scm-manager/pull/1904)) +- Add ability to render storyshots asynchronously ([#1906](https://github.com/scm-manager/scm-manager/pull/1906)) + +### Changed +- Change mono-font-stack to provide better ux on modern platforms by using later os-fonts. Reduces amount of similar but not equal fonts used. +- Make "not clickable" mode for breadcrumb ([#1907](https://github.com/scm-manager/scm-manager/pull/1907)) + ## [2.28.0] - 2021-12-22 ### Added - Fix ScmPathInfoStore injection ([#1889](https://github.com/scm-manager/scm-manager/pull/1889)) @@ -884,3 +899,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [2.27.3]: https://scm-manager.org/download/2.27.3 [2.27.4]: https://scm-manager.org/download/2.27.4 [2.28.0]: https://scm-manager.org/download/2.28.0 +[2.29.0]: https://scm-manager.org/download/2.29.0 diff --git a/gradle/changelog/async_storyshots.yaml b/gradle/changelog/async_storyshots.yaml deleted file mode 100644 index a1d805ebcb..0000000000 --- a/gradle/changelog/async_storyshots.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Add ability to render storyshots asynchronously ([#1906](https://github.com/scm-manager/scm-manager/pull/1906)) diff --git a/gradle/changelog/breadcrumb_not_clickable.yaml b/gradle/changelog/breadcrumb_not_clickable.yaml deleted file mode 100644 index 3e22d22824..0000000000 --- a/gradle/changelog/breadcrumb_not_clickable.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: Changed - description: Make "not clickable" mode for breadcrumb ([#1907](https://github.com/scm-manager/scm-manager/pull/1907)) diff --git a/gradle/changelog/copy_button.yaml b/gradle/changelog/copy_button.yaml deleted file mode 100644 index f5144f2b03..0000000000 --- a/gradle/changelog/copy_button.yaml +++ /dev/null @@ -1,3 +0,0 @@ -- type: added - description: Add copy button for markdown code blocks ([#1902](https://github.com/scm-manager/scm-manager/pull/1902)) - diff --git a/gradle/changelog/disable_repository_types.yaml b/gradle/changelog/disable_repository_types.yaml deleted file mode 100644 index dd8ce9ff2c..0000000000 --- a/gradle/changelog/disable_repository_types.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: Added - description: Disable repository types via global config ([#1908](https://github.com/scm-manager/scm-manager/pull/1908)) diff --git a/gradle/changelog/format_liceense_lineendings.yaml b/gradle/changelog/format_liceense_lineendings.yaml deleted file mode 100644 index a541c0c7f8..0000000000 --- a/gradle/changelog/format_liceense_lineendings.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Set line ending used for license files to LF ([#1904](https://github.com/scm-manager/scm-manager/pull/1904)) diff --git a/gradle/changelog/high_contrast_findings.yaml b/gradle/changelog/high_contrast_findings.yaml deleted file mode 100644 index 61eed7ad88..0000000000 --- a/gradle/changelog/high_contrast_findings.yaml +++ /dev/null @@ -1,4 +0,0 @@ -- type: fixed - description: Minor issues in high contrast mode ([#1910](https://github.com/scm-manager/scm-manager/pull/1910)) -- type: added - description: CSS variables for plugins ([#1910](https://github.com/scm-manager/scm-manager/pull/1910)) diff --git a/gradle/changelog/unify_fontstack.yaml b/gradle/changelog/unify_fontstack.yaml deleted file mode 100644 index 508ab1f7a0..0000000000 --- a/gradle/changelog/unify_fontstack.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: changed - description: Change mono-font-stack to provide better ux on modern platforms by using later os-fonts. Reduces amount of similar but not equal fonts used.