From 722c4b431b39fd95670686ebb2e75ba9ae5dd083 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Pfeuffer?= Date: Wed, 22 Dec 2021 16:46:14 +0100 Subject: [PATCH] Adjust changelog for release 2.28.0 --- CHANGELOG.md | 34 +++++++++++++++++++ gradle/changelog/branch_details.yaml | 2 -- gradle/changelog/branch_details_prs.yaml | 2 -- gradle/changelog/cleanup_html.yaml | 2 -- .../changelog/close_on_async_repo_access.yaml | 2 -- gradle/changelog/colon_in_filenames.yaml | 2 -- gradle/changelog/enforce_eslint.yaml | 2 -- gradle/changelog/fix_main_route.yaml | 2 -- gradle/changelog/footer_links.yaml | 2 -- gradle/changelog/helm_ocp_and_icp.yaml | 2 -- gradle/changelog/high_contrast.yaml | 2 -- .../changelog/highlight_queried_fields.yaml | 2 -- gradle/changelog/hightlight_jsx_conflict.yaml | 2 -- gradle/changelog/injection.yaml | 2 -- gradle/changelog/modify_command_move.yaml | 2 -- .../changelog/optimize_gpg_error_message.yaml | 2 -- gradle/changelog/overview_document_title.yaml | 2 -- gradle/changelog/screen_reader_search_ux.yaml | 2 -- gradle/changelog/search_ellipsis.yaml | 2 -- gradle/changelog/search_fixes.yaml | 6 ---- gradle/changelog/search_highlighter.yaml | 4 --- gradle/changelog/structural_headings.yaml | 2 -- gradle/changelog/windows_stream_handling.yaml | 4 --- 23 files changed, 34 insertions(+), 52 deletions(-) delete mode 100644 gradle/changelog/branch_details.yaml delete mode 100644 gradle/changelog/branch_details_prs.yaml delete mode 100644 gradle/changelog/cleanup_html.yaml delete mode 100644 gradle/changelog/close_on_async_repo_access.yaml delete mode 100644 gradle/changelog/colon_in_filenames.yaml delete mode 100644 gradle/changelog/enforce_eslint.yaml delete mode 100644 gradle/changelog/fix_main_route.yaml delete mode 100644 gradle/changelog/footer_links.yaml delete mode 100644 gradle/changelog/helm_ocp_and_icp.yaml delete mode 100644 gradle/changelog/high_contrast.yaml delete mode 100644 gradle/changelog/highlight_queried_fields.yaml delete mode 100644 gradle/changelog/hightlight_jsx_conflict.yaml delete mode 100644 gradle/changelog/injection.yaml delete mode 100644 gradle/changelog/modify_command_move.yaml delete mode 100644 gradle/changelog/optimize_gpg_error_message.yaml delete mode 100644 gradle/changelog/overview_document_title.yaml delete mode 100644 gradle/changelog/screen_reader_search_ux.yaml delete mode 100644 gradle/changelog/search_ellipsis.yaml delete mode 100644 gradle/changelog/search_fixes.yaml delete mode 100644 gradle/changelog/search_highlighter.yaml delete mode 100644 gradle/changelog/structural_headings.yaml delete mode 100644 gradle/changelog/windows_stream_handling.yaml diff --git a/CHANGELOG.md b/CHANGELOG.md index 770c268a50..082fb12c43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,39 @@ 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.28.0] - 2021-12-22 +### Added +- Fix ScmPathInfoStore injection ([#1889](https://github.com/scm-manager/scm-manager/pull/1889)) +- Show additional branch details information ([#1888](https://github.com/scm-manager/scm-manager/pull/1888) and [#1893](https://github.com/scm-manager/scm-manager/pull/1893)) +- Add move capabilities to modify command ([#1859](https://github.com/scm-manager/scm-manager/pull/1859)) +- Adds compatibility for OCP and ICP ([#1870](https://github.com/scm-manager/scm-manager/pull/1870)) +- Show additional information on branches overview ([#1876](https://github.com/scm-manager/scm-manager/pull/1876)) + +### Fixed +- High contrast mode flaws ([#1892](https://github.com/scm-manager/scm-manager/pull/1892)) +- Cleanup html errors ([#1869](https://github.com/scm-manager/scm-manager/pull/1869)) +- Fix extension point "main.route" +- Closing of repository while getting the latest commit asynchronously ([#1903](https://github.com/scm-manager/scm-manager/pull/1903)) +- Search highlighting in jsx ([#1886](https://github.com/scm-manager/scm-manager/pull/1886)) +- Syntax highlighting on non highlighted fields ([#1901](https://github.com/scm-manager/scm-manager/pull/1901)) +- Ellipsis on new lines in code syntax highlighting ([#1901](https://github.com/scm-manager/scm-manager/pull/1901)) +- Ellipsis on content start or end in non code fields ([#1901](https://github.com/scm-manager/scm-manager/pull/1901)) +- Closing of file streams ([#1857](https://github.com/scm-manager/scm-manager/pull/1857) and [#1868](https://github.com/scm-manager/scm-manager/pull/1868)) +- Exit of retry loop for deletion of files ([#1857](https://github.com/scm-manager/scm-manager/pull/1857) and [#1868](https://github.com/scm-manager/scm-manager/pull/1868)) +- Personal footer links ([#1882](https://github.com/scm-manager/scm-manager/pull/1882)) +- Better error descriptions for gpg key import ([#1879](https://github.com/scm-manager/scm-manager/pull/1879)) +- Highlight only queried fields ([#1887](https://github.com/scm-manager/scm-manager/pull/1887)) +- Overview document title ([#1885](https://github.com/scm-manager/scm-manager/pull/1885)) +- Do not display ellipsis if search result matches start or end of content ([#1896](https://github.com/scm-manager/scm-manager/pull/1896)) +- Source view for files with colons ([#1881](https://github.com/scm-manager/scm-manager/pull/1881)) + +### Changed +- Improved quick search experience for screen readers ([#1898](https://github.com/scm-manager/scm-manager/pull/1898)) +- Keep whole lines for code highlighting in search ([#1871](https://github.com/scm-manager/scm-manager/pull/1871)) +- Use more accurate language detection for syntax highlighting ([#1891](https://github.com/scm-manager/scm-manager/pull/1891)) +- Improve headings structure ([#1883](https://github.com/scm-manager/scm-manager/pull/1883)) +- Enforce eslint to ensure accessible html ([#1878](https://github.com/scm-manager/scm-manager/pull/1878)) + ## [2.27.4] - 2021-12-17 ### Changed - Upgrade Logback to v1.2.9 @@ -850,3 +883,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [2.27.2]: https://scm-manager.org/download/2.27.2 [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 diff --git a/gradle/changelog/branch_details.yaml b/gradle/changelog/branch_details.yaml deleted file mode 100644 index 809ea2bbe3..0000000000 --- a/gradle/changelog/branch_details.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: added - description: Show additional information on branches overview ([#1876](https://github.com/scm-manager/scm-manager/pull/1876)) diff --git a/gradle/changelog/branch_details_prs.yaml b/gradle/changelog/branch_details_prs.yaml deleted file mode 100644 index 208b18bd67..0000000000 --- a/gradle/changelog/branch_details_prs.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: added - description: Show additional branch details information ([#1888](https://github.com/scm-manager/scm-manager/pull/1888) and [#1893](https://github.com/scm-manager/scm-manager/pull/1893)) diff --git a/gradle/changelog/cleanup_html.yaml b/gradle/changelog/cleanup_html.yaml deleted file mode 100644 index 0488bfcb62..0000000000 --- a/gradle/changelog/cleanup_html.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Cleanup html errors ([#1869](https://github.com/scm-manager/scm-manager/pull/1869)) diff --git a/gradle/changelog/close_on_async_repo_access.yaml b/gradle/changelog/close_on_async_repo_access.yaml deleted file mode 100644 index 3e3991c29f..0000000000 --- a/gradle/changelog/close_on_async_repo_access.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Closing of repository while getting the latest commit asynchronously ([#1903](https://github.com/scm-manager/scm-manager/pull/1903)) diff --git a/gradle/changelog/colon_in_filenames.yaml b/gradle/changelog/colon_in_filenames.yaml deleted file mode 100644 index 89f8e6235f..0000000000 --- a/gradle/changelog/colon_in_filenames.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Source view for files with colons ([#1881](https://github.com/scm-manager/scm-manager/pull/1881)) diff --git a/gradle/changelog/enforce_eslint.yaml b/gradle/changelog/enforce_eslint.yaml deleted file mode 100644 index 5c97e197d0..0000000000 --- a/gradle/changelog/enforce_eslint.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: changed - description: Enforce eslint to ensure accessible html ([#1878](https://github.com/scm-manager/scm-manager/pull/1878)) diff --git a/gradle/changelog/fix_main_route.yaml b/gradle/changelog/fix_main_route.yaml deleted file mode 100644 index 60c7b8fdc9..0000000000 --- a/gradle/changelog/fix_main_route.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Fix extension point "main.route" diff --git a/gradle/changelog/footer_links.yaml b/gradle/changelog/footer_links.yaml deleted file mode 100644 index ac4a7d3bf4..0000000000 --- a/gradle/changelog/footer_links.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Personal footer links ([#1882](https://github.com/scm-manager/scm-manager/pull/1882)) diff --git a/gradle/changelog/helm_ocp_and_icp.yaml b/gradle/changelog/helm_ocp_and_icp.yaml deleted file mode 100644 index c9e7b5caef..0000000000 --- a/gradle/changelog/helm_ocp_and_icp.yaml +++ /dev/null @@ -1,2 +0,0 @@ - - type: Added - description: Adds compatibility for OCP and ICP ([#1870](https://github.com/scm-manager/scm-manager/pull/1870)) diff --git a/gradle/changelog/high_contrast.yaml b/gradle/changelog/high_contrast.yaml deleted file mode 100644 index c836c49efe..0000000000 --- a/gradle/changelog/high_contrast.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: High contrast mode flaws ([#1892](https://github.com/scm-manager/scm-manager/pull/1892)) diff --git a/gradle/changelog/highlight_queried_fields.yaml b/gradle/changelog/highlight_queried_fields.yaml deleted file mode 100644 index fb09562360..0000000000 --- a/gradle/changelog/highlight_queried_fields.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Highlight only queried fields ([#1887](https://github.com/scm-manager/scm-manager/pull/1887)) diff --git a/gradle/changelog/hightlight_jsx_conflict.yaml b/gradle/changelog/hightlight_jsx_conflict.yaml deleted file mode 100644 index 5fd9a26a5e..0000000000 --- a/gradle/changelog/hightlight_jsx_conflict.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Search highlighting in jsx ([#1886](https://github.com/scm-manager/scm-manager/pull/1886)) diff --git a/gradle/changelog/injection.yaml b/gradle/changelog/injection.yaml deleted file mode 100644 index cef381f5ac..0000000000 --- a/gradle/changelog/injection.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: added - description: Fix ScmPathInfoStore injection ([#1889](https://github.com/scm-manager/scm-manager/pull/1889)) diff --git a/gradle/changelog/modify_command_move.yaml b/gradle/changelog/modify_command_move.yaml deleted file mode 100644 index 2c385fe4c4..0000000000 --- a/gradle/changelog/modify_command_move.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: added - description: Add move capabilities to modify command ([#1859](https://github.com/scm-manager/scm-manager/pull/1859)) diff --git a/gradle/changelog/optimize_gpg_error_message.yaml b/gradle/changelog/optimize_gpg_error_message.yaml deleted file mode 100644 index 0f1d774098..0000000000 --- a/gradle/changelog/optimize_gpg_error_message.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Better error descriptions for gpg key import ([#1879](https://github.com/scm-manager/scm-manager/pull/1879)) diff --git a/gradle/changelog/overview_document_title.yaml b/gradle/changelog/overview_document_title.yaml deleted file mode 100644 index facab4a5d0..0000000000 --- a/gradle/changelog/overview_document_title.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Overview document title ([#1885](https://github.com/scm-manager/scm-manager/pull/1885)) diff --git a/gradle/changelog/screen_reader_search_ux.yaml b/gradle/changelog/screen_reader_search_ux.yaml deleted file mode 100644 index 04da1bc326..0000000000 --- a/gradle/changelog/screen_reader_search_ux.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: changed - description: Improved quick search experience for screen readers ([#1898](https://github.com/scm-manager/scm-manager/pull/1898)) diff --git a/gradle/changelog/search_ellipsis.yaml b/gradle/changelog/search_ellipsis.yaml deleted file mode 100644 index b682bc6ae6..0000000000 --- a/gradle/changelog/search_ellipsis.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Do not display ellipsis if search result matches start or end of content ([#1896](https://github.com/scm-manager/scm-manager/pull/1896)) diff --git a/gradle/changelog/search_fixes.yaml b/gradle/changelog/search_fixes.yaml deleted file mode 100644 index 35d6197ad8..0000000000 --- a/gradle/changelog/search_fixes.yaml +++ /dev/null @@ -1,6 +0,0 @@ -- type: fixed - description: Syntax highlighting on non highlighted fields ([#1901](https://github.com/scm-manager/scm-manager/pull/1901)) -- type: fixed - description: Ellipsis on new lines in code syntax highlighting ([#1901](https://github.com/scm-manager/scm-manager/pull/1901)) -- type: fixed - description: Ellipsis on content start or end in non code fields ([#1901](https://github.com/scm-manager/scm-manager/pull/1901)) diff --git a/gradle/changelog/search_highlighter.yaml b/gradle/changelog/search_highlighter.yaml deleted file mode 100644 index 9ef23ede19..0000000000 --- a/gradle/changelog/search_highlighter.yaml +++ /dev/null @@ -1,4 +0,0 @@ -- type: changed - description: Keep whole lines for code highlighting in search ([#1871](https://github.com/scm-manager/scm-manager/pull/1871)) -- type: changed - description: Use more accurate language detection for syntax highlighting ([#1891](https://github.com/scm-manager/scm-manager/pull/1891)) diff --git a/gradle/changelog/structural_headings.yaml b/gradle/changelog/structural_headings.yaml deleted file mode 100644 index 9f8561136f..0000000000 --- a/gradle/changelog/structural_headings.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: changed - description: Improve headings structure ([#1883](https://github.com/scm-manager/scm-manager/pull/1883)) diff --git a/gradle/changelog/windows_stream_handling.yaml b/gradle/changelog/windows_stream_handling.yaml deleted file mode 100644 index 8941cfdfba..0000000000 --- a/gradle/changelog/windows_stream_handling.yaml +++ /dev/null @@ -1,4 +0,0 @@ -- type: fixed - description: Closing of file streams ([#1857](https://github.com/scm-manager/scm-manager/pull/1857) and [#1868](https://github.com/scm-manager/scm-manager/pull/1868)) -- type: fixed - description: Exit of retry loop for deletion of files ([#1857](https://github.com/scm-manager/scm-manager/pull/1857) and [#1868](https://github.com/scm-manager/scm-manager/pull/1868))