diff --git a/CHANGELOG.md b/CHANGELOG.md index ba785fbd33..684c93581e 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). +## [2.32.0] - 2022-03-10 +### Added +- Enhanced contributor api ([#1966](https://github.com/scm-manager/scm-manager/pull/1966)) +- Add feedback button and form ([#1967](https://github.com/scm-manager/scm-manager/pull/1967)) +- Introduce darkmode theme ([#1969](https://github.com/scm-manager/scm-manager/pull/1969)) + +### Fixed +- Branch decoding in overview ([#1963](https://github.com/scm-manager/scm-manager/pull/1963)) +- Replace escaped characters in search syntax with html-encoded characters to display syntax and examples ([#1963](https://github.com/scm-manager/scm-manager/pull/1972)) +- Triangle of notifications area points towards bell ([#1971](https://github.com/scm-manager/scm-manager/pull/1971)) +- Do not redirect after simple data updates ([#1965](https://github.com/scm-manager/scm-manager/pull/1965)) + +### Changed +- Split frontend code by routes ([#1955](https://github.com/scm-manager/scm-manager/pull/1955)) +- Enhance ui-elements to be more accessible on smaller screens ([#1950](https://github.com/scm-manager/scm-manager/pull/1950)) +- Default theme is selected according to system defaults ([#1969](https://github.com/scm-manager/scm-manager/pull/1969)) + ## [2.31.1] - 2022-02-21 ### Fixed - Fix ClassNotFoundException on startup ([#1958](https://github.com/scm-manager/scm-manager/issues/1958)) @@ -960,3 +977,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [2.30.1]: https://scm-manager.org/download/2.30.1 [2.31.0]: https://scm-manager.org/download/2.31.0 [2.31.1]: https://scm-manager.org/download/2.31.1 +[2.32.0]: https://scm-manager.org/download/2.32.0 diff --git a/gradle/changelog/branch_overview.yaml b/gradle/changelog/branch_overview.yaml deleted file mode 100644 index 1efe5a1355..0000000000 --- a/gradle/changelog/branch_overview.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Branch decoding in overview ([#1963](https://github.com/scm-manager/scm-manager/pull/1963)) diff --git a/gradle/changelog/code_splitting.yaml b/gradle/changelog/code_splitting.yaml deleted file mode 100644 index 4b412f3a8a..0000000000 --- a/gradle/changelog/code_splitting.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: changed - description: Split frontend code by routes ([#1955](https://github.com/scm-manager/scm-manager/pull/1955)) diff --git a/gradle/changelog/content_breaks_correctly.yaml b/gradle/changelog/content_breaks_correctly.yaml deleted file mode 100644 index 85cf93cdf3..0000000000 --- a/gradle/changelog/content_breaks_correctly.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: changed - description: Enhance ui-elements to be more accessible on smaller screens ([#1950](https://github.com/scm-manager/scm-manager/pull/1950)) diff --git a/gradle/changelog/contributor.yaml b/gradle/changelog/contributor.yaml deleted file mode 100644 index 575b50c448..0000000000 --- a/gradle/changelog/contributor.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: added - description: Enhanced contributor api ([#1966](https://github.com/scm-manager/scm-manager/pull/1966)) diff --git a/gradle/changelog/feedback.yaml b/gradle/changelog/feedback.yaml deleted file mode 100644 index c5e058c3f8..0000000000 --- a/gradle/changelog/feedback.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: added - description: Add feedback button and form ([#1967](https://github.com/scm-manager/scm-manager/pull/1967)) diff --git a/gradle/changelog/introduce_darkmode.yaml b/gradle/changelog/introduce_darkmode.yaml deleted file mode 100644 index 5f07fad7d9..0000000000 --- a/gradle/changelog/introduce_darkmode.yaml +++ /dev/null @@ -1,4 +0,0 @@ -- type: added - description: Introduce darkmode theme ([#1969](https://github.com/scm-manager/scm-manager/pull/1969)) -- type: changed - description: Default theme is selected according to system defaults ([#1969](https://github.com/scm-manager/scm-manager/pull/1969)) diff --git a/gradle/changelog/nested_lists.yaml b/gradle/changelog/nested_lists.yaml deleted file mode 100644 index 368893f420..0000000000 --- a/gradle/changelog/nested_lists.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Replace escaped characters in search syntax with html-encoded characters to display syntax and examples ([#1963](https://github.com/scm-manager/scm-manager/pull/1972)) diff --git a/gradle/changelog/place_triangle_of_notification_area.yaml b/gradle/changelog/place_triangle_of_notification_area.yaml deleted file mode 100644 index 60661de948..0000000000 --- a/gradle/changelog/place_triangle_of_notification_area.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Triangle of notifications area points towards bell ([#1971](https://github.com/scm-manager/scm-manager/pull/1971)) diff --git a/gradle/changelog/redirect_after_update.yaml b/gradle/changelog/redirect_after_update.yaml deleted file mode 100644 index e5d9a0bf79..0000000000 --- a/gradle/changelog/redirect_after_update.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Do not redirect after simple data updates ([#1965](https://github.com/scm-manager/scm-manager/pull/1965))