diff --git a/CHANGELOG.md b/CHANGELOG.md index d464577e5a..280fba3af1 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.41.0] - 2023-01-18 +### Added +- Add abstract configuration adapter to simply creating new global configurations +- Markdown component to render images from repository correctly +- Extension point for page size +- New overlay ui module with tooltip component + +### Fixed +- The 'revision to merge' in merge results +- Buttons in diff panel headers stuck together + +### Changed +- Default host 'scm-manager.org' replaced with 'example.org' in default mail address +- Make diff header sticky + ## [2.40.1] - 2022-12-06 ### Fixed - Preselect namespace in repository create forms @@ -1188,3 +1203,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [2.39.1]: https://scm-manager.org/download/2.39.1 [2.40.0]: https://scm-manager.org/download/2.40.0 [2.40.1]: https://scm-manager.org/download/2.40.1 +[2.41.0]: https://scm-manager.org/download/2.41.0 diff --git a/gradle/changelog/abstract_config_adapter.yaml b/gradle/changelog/abstract_config_adapter.yaml deleted file mode 100644 index ee421fc767..0000000000 --- a/gradle/changelog/abstract_config_adapter.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: added - description: Add abstract configuration adapter to simply creating new global configurations diff --git a/gradle/changelog/correct_revision_to_merge.yaml b/gradle/changelog/correct_revision_to_merge.yaml deleted file mode 100644 index ec6df3e9a8..0000000000 --- a/gradle/changelog/correct_revision_to_merge.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: The 'revision to merge' in merge results diff --git a/gradle/changelog/extension_point_for_page_size.yaml b/gradle/changelog/extension_point_for_page_size.yaml deleted file mode 100644 index 88ca48412d..0000000000 --- a/gradle/changelog/extension_point_for_page_size.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: added - description: Extension point for page size diff --git a/gradle/changelog/render_images_in_md.yaml b/gradle/changelog/render_images_in_md.yaml deleted file mode 100644 index 653f533a9a..0000000000 --- a/gradle/changelog/render_images_in_md.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: added - description: Markdown component to render images from repository correctly diff --git a/gradle/changelog/replace_scmmanager_mail_address.yaml b/gradle/changelog/replace_scmmanager_mail_address.yaml deleted file mode 100644 index f3ecb0f493..0000000000 --- a/gradle/changelog/replace_scmmanager_mail_address.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: changed - description: Default host 'scm-manager.org' replaced with 'example.org' in default mail address diff --git a/gradle/changelog/sticky_diff.yaml b/gradle/changelog/sticky_diff.yaml deleted file mode 100644 index 5ce0f1b960..0000000000 --- a/gradle/changelog/sticky_diff.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: changed - description: Make diff header sticky diff --git a/gradle/changelog/tooltip.yaml b/gradle/changelog/tooltip.yaml deleted file mode 100644 index 125e58c0aa..0000000000 --- a/gradle/changelog/tooltip.yaml +++ /dev/null @@ -1,4 +0,0 @@ -- type: added - description: New overlay ui module with tooltip component -- type: fixed - description: Buttons in diff panel headers stuck together