diff --git a/CHANGELOG.md b/CHANGELOG.md index 68fe4b3d37..2e2e183a5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,24 @@ 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.36.0] - 2022-06-13 +### Added +- Add api to overwrite content type resolver ([#2051](https://github.com/scm-manager/scm-manager/pull/2051)) +- New diff view props for controlling hunk/line interaction ([#2047](https://github.com/scm-manager/scm-manager/pull/2047)) + +### Fixed +- Missing profile link in footer ([#2057](https://github.com/scm-manager/scm-manager/pull/2057)) +- Remove branch validation on overview ([#2064](https://github.com/scm-manager/scm-manager/pull/2064)) +- Do not close hg context for diff as string ([#2067](https://github.com/scm-manager/scm-manager/pull/2067)) +- Calling search results without parameters ([#2056](https://github.com/scm-manager/scm-manager/pull/2056)) +- Add wget to fix docker health check ([#2066](https://github.com/scm-manager/scm-manager/pull/2066)) +- Remove underline under icon in buttons with class is-text ([#2065](https://github.com/scm-manager/scm-manager/pull/2065)) +- Arrow icon of secondary navigation is inconsistent ([#2060](https://github.com/scm-manager/scm-manager/pull/2060)) +- Remove superfluous user theme link properties ([#2058](https://github.com/scm-manager/scm-manager/pull/2058)) + +### Changed +- Feedback button should not mask warp menu in when SCM-Manager is used as a dogu in Cloudogu EcoSystem ([#2062](https://github.com/scm-manager/scm-manager/pull/2062)) + ## [2.35.0] - 2022-06-02 ### Added - Initialization step to install pre-defined plugin sets ([#2045](https://github.com/scm-manager/scm-manager/pull/2045)) @@ -1058,3 +1076,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [2.33.0]: https://scm-manager.org/download/2.33.0 [2.34.0]: https://scm-manager.org/download/2.34.0 [2.35.0]: https://scm-manager.org/download/2.35.0 +[2.36.0]: https://scm-manager.org/download/2.36.0 diff --git a/gradle/changelog/add_profile_link.yaml b/gradle/changelog/add_profile_link.yaml deleted file mode 100644 index a2d1e5543c..0000000000 --- a/gradle/changelog/add_profile_link.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Missing profile link in footer ([#2057](https://github.com/scm-manager/scm-manager/pull/2057)) diff --git a/gradle/changelog/branch_overview_validation.yaml b/gradle/changelog/branch_overview_validation.yaml deleted file mode 100644 index 797666679b..0000000000 --- a/gradle/changelog/branch_overview_validation.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Remove branch validation on overview ([#2064](https://github.com/scm-manager/scm-manager/pull/2064)) diff --git a/gradle/changelog/contentTypeResolverExtension.yaml b/gradle/changelog/contentTypeResolverExtension.yaml deleted file mode 100644 index 2e2dbec4ee..0000000000 --- a/gradle/changelog/contentTypeResolverExtension.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: added - description: Add api to overwrite content type resolver ([#2051](https://github.com/scm-manager/scm-manager/pull/2051)) diff --git a/gradle/changelog/diff_hg_context.yaml b/gradle/changelog/diff_hg_context.yaml deleted file mode 100644 index f0d21458c4..0000000000 --- a/gradle/changelog/diff_hg_context.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Do not close hg context for diff as string ([#2067](https://github.com/scm-manager/scm-manager/pull/2067)) diff --git a/gradle/changelog/empty_search.yaml b/gradle/changelog/empty_search.yaml deleted file mode 100644 index 30dd058591..0000000000 --- a/gradle/changelog/empty_search.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Calling search results without parameters ([#2056](https://github.com/scm-manager/scm-manager/pull/2056)) diff --git a/gradle/changelog/feedback_overlaps_warp_menu.yaml b/gradle/changelog/feedback_overlaps_warp_menu.yaml deleted file mode 100644 index 65de1ace40..0000000000 --- a/gradle/changelog/feedback_overlaps_warp_menu.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: changed - description: feedback button should not mask warp menu in when SCM-Manager is used as a dogu in Cloudogu EcoSystem ([#2051](https://github.com/scm-manager/scm-manager/pull/2062)) diff --git a/gradle/changelog/healthcheck_debian_docker_image.yaml b/gradle/changelog/healthcheck_debian_docker_image.yaml deleted file mode 100644 index 631335bb29..0000000000 --- a/gradle/changelog/healthcheck_debian_docker_image.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Add wget to fix docker health check ([#2066](https://github.com/scm-manager/scm-manager/pull/2066)) diff --git a/gradle/changelog/hunk_hover_icon.yaml b/gradle/changelog/hunk_hover_icon.yaml deleted file mode 100644 index d1af8bed36..0000000000 --- a/gradle/changelog/hunk_hover_icon.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: added - description: New diff view props for controlling hunk/line interaction ([#2047](https://github.com/scm-manager/scm-manager/pull/2047)) diff --git a/gradle/changelog/remove_underline_from_icon_button.yaml b/gradle/changelog/remove_underline_from_icon_button.yaml deleted file mode 100644 index e050724112..0000000000 --- a/gradle/changelog/remove_underline_from_icon_button.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: remove underline under icon in buttons with class is-text ([#2065](https://github.com/scm-manager/scm-manager/pull/2065)) diff --git a/gradle/changelog/secondary_nav_toogle_icon.yaml b/gradle/changelog/secondary_nav_toogle_icon.yaml deleted file mode 100644 index d7d6be5b32..0000000000 --- a/gradle/changelog/secondary_nav_toogle_icon.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Arrow icon of secondary navigation is inconsistent ([#2060](https://github.com/scm-manager/scm-manager/pull/2060)) diff --git a/gradle/changelog/theme_nav_item.yaml b/gradle/changelog/theme_nav_item.yaml deleted file mode 100644 index 519288fe8e..0000000000 --- a/gradle/changelog/theme_nav_item.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Remove superfluous user theme link properties ([#2058](https://github.com/scm-manager/scm-manager/pull/2058))