diff --git a/CHANGELOG.md b/CHANGELOG.md index ae0b3de928..3a78a11689 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,13 @@ 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). -## Unreleased +## [2.14.1] - 2021-03-03 ### Fixed +- Prevent breadcrumb overflow and shrink large elements ([#1563](https://github.com/scm-manager/scm-manager/pull/1563)) +- Clarify that FileUpload component does not upload directly ([#1566](https://github.com/scm-manager/scm-manager/pull/1566)) +- Prevent xss from stored markdown ([#1566](https://github.com/scm-manager/scm-manager/pull/1566)) +- Fix endless loading spinner for sources of empty repositories ([#1565](https://github.com/scm-manager/scm-manager/issues/1565)) +- Fix missing permalink button to markdown headings ([#1564](https://github.com/scm-manager/scm-manager/pull/1564)) - Fix redirect after logout if is set ## [2.14.0] - 2021-03-01 @@ -524,3 +529,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [2.12.0]: https://www.scm-manager.org/download/2.12.0 [2.13.0]: https://www.scm-manager.org/download/2.13.0 [2.14.0]: https://www.scm-manager.org/download/2.14.0 +[2.14.1]: https://www.scm-manager.org/download/2.14.1 diff --git a/gradle/changelog/adjust_fileupload.yaml b/gradle/changelog/adjust_fileupload.yaml deleted file mode 100644 index 6c8a38a4b7..0000000000 --- a/gradle/changelog/adjust_fileupload.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Clarify that FileUpload component does not upload directly ([#1566](https://github.com/scm-manager/scm-manager/pull/1566)) diff --git a/gradle/changelog/fix_loading_source_of_empty_repo.yaml b/gradle/changelog/fix_loading_source_of_empty_repo.yaml deleted file mode 100644 index fb6b22ce5e..0000000000 --- a/gradle/changelog/fix_loading_source_of_empty_repo.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Fix endless loading spinner for sources of empty repositories ([#1565](https://github.com/scm-manager/scm-manager/issues/1565)) diff --git a/gradle/changelog/fix_markdown_xss.yaml b/gradle/changelog/fix_markdown_xss.yaml deleted file mode 100644 index f8f3c910da..0000000000 --- a/gradle/changelog/fix_markdown_xss.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Prevent xss from stored markdown ([#1566](https://github.com/scm-manager/scm-manager/pull/1566)) diff --git a/gradle/changelog/import_protocol.yaml b/gradle/changelog/import_protocol.yaml deleted file mode 100644 index 1d68f0150f..0000000000 --- a/gradle/changelog/import_protocol.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: added - description: Added import protocols ([#1558](https://github.com/scm-manager/scm-manager/pull/1558)) diff --git a/gradle/changelog/long_breadcrumb.yaml b/gradle/changelog/long_breadcrumb.yaml deleted file mode 100644 index e22f6caebc..0000000000 --- a/gradle/changelog/long_breadcrumb.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Prevent breadcrumb overflow and shrink large elements ([#1563](https://github.com/scm-manager/scm-manager/pull/1563)) diff --git a/gradle/changelog/markdown-heading-permalink.yaml b/gradle/changelog/markdown-heading-permalink.yaml deleted file mode 100644 index 9ac84d0d6f..0000000000 --- a/gradle/changelog/markdown-heading-permalink.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: added - description: Add permalink button to markdown headings ([#1564](https://github.com/scm-manager/scm-manager/pull/1564))