From 8f5d661f4f390a47ff55c0617c0a7a13c1c4d522 Mon Sep 17 00:00:00 2001 From: Eduard Heimbuch Date: Wed, 12 Apr 2023 15:08:15 +0200 Subject: [PATCH] Adjust changelog for release 2.43.0 --- CHANGELOG.md | 21 +++++++++++++++++++ gradle/changelog/audit_log.yaml | 2 -- gradle/changelog/committers.yaml | 2 -- gradle/changelog/form_input_a11y.yaml | 2 -- gradle/changelog/form_list.yaml | 2 -- gradle/changelog/form_reset.yaml | 2 -- gradle/changelog/hg_default_branch.yaml | 3 --- gradle/changelog/image_diff.yaml | 2 -- .../information_page_extension_points.yaml | 2 -- gradle/changelog/jaxb_context_creation.yaml | 2 -- gradle/changelog/not_found_svn_externals.yaml | 2 -- gradle/changelog/scm_config.yaml | 2 -- ...cial_characters_for_branches_and_tags.yaml | 2 -- gradle/changelog/sticky_diffs.yaml | 2 -- 14 files changed, 21 insertions(+), 27 deletions(-) delete mode 100644 gradle/changelog/audit_log.yaml delete mode 100644 gradle/changelog/committers.yaml delete mode 100644 gradle/changelog/form_input_a11y.yaml delete mode 100644 gradle/changelog/form_list.yaml delete mode 100644 gradle/changelog/form_reset.yaml delete mode 100644 gradle/changelog/hg_default_branch.yaml delete mode 100644 gradle/changelog/image_diff.yaml delete mode 100644 gradle/changelog/information_page_extension_points.yaml delete mode 100644 gradle/changelog/jaxb_context_creation.yaml delete mode 100644 gradle/changelog/not_found_svn_externals.yaml delete mode 100644 gradle/changelog/scm_config.yaml delete mode 100644 gradle/changelog/special_characters_for_branches_and_tags.yaml delete mode 100644 gradle/changelog/sticky_diffs.yaml diff --git a/CHANGELOG.md b/CHANGELOG.md index 70cd091b81..560d12dbb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,26 @@ 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.43.0] - 2023-04-12 +### Added +- Extension points for bottom of information table +- Display images in diffs +- Optional reset button for forms +- Initial implementation of an audit log API +- Enable developers to manage array properties in forms + +### Fixed +- Error in frontend without 'default' branch in hg repositories +- Not found exception with SVN externals +- Fix sticky diffs page position after collapse +- Connect labels with their respective inputs for improved accessibility +- Branch and tag validation regarding special characters +- Concurrent modification exception in JAXB stores + +### Changed +- Improve committer accuracy +- Use standard configuration store api for general config + ## [2.42.3] - 2023-03-10 ### Fixed - Concurrent modification exception in JAXB stores @@ -1241,3 +1261,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [2.42.1]: https://scm-manager.org/download/2.42.1 [2.42.2]: https://scm-manager.org/download/2.42.2 [2.42.3]: https://scm-manager.org/download/2.42.3 +[2.43.0]: https://scm-manager.org/download/2.43.0 diff --git a/gradle/changelog/audit_log.yaml b/gradle/changelog/audit_log.yaml deleted file mode 100644 index d5c38f6180..0000000000 --- a/gradle/changelog/audit_log.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: added - description: Initial implementation of an audit log API diff --git a/gradle/changelog/committers.yaml b/gradle/changelog/committers.yaml deleted file mode 100644 index 502190760e..0000000000 --- a/gradle/changelog/committers.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: changed - description: Improve committer accuracy diff --git a/gradle/changelog/form_input_a11y.yaml b/gradle/changelog/form_input_a11y.yaml deleted file mode 100644 index db63e6a426..0000000000 --- a/gradle/changelog/form_input_a11y.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Connect labels with their respective inputs for improved accessibility diff --git a/gradle/changelog/form_list.yaml b/gradle/changelog/form_list.yaml deleted file mode 100644 index 58bf900565..0000000000 --- a/gradle/changelog/form_list.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: added - description: Enable developers to manage array properties in forms diff --git a/gradle/changelog/form_reset.yaml b/gradle/changelog/form_reset.yaml deleted file mode 100644 index 9571708ac4..0000000000 --- a/gradle/changelog/form_reset.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: added - description: Optional reset button for forms diff --git a/gradle/changelog/hg_default_branch.yaml b/gradle/changelog/hg_default_branch.yaml deleted file mode 100644 index e62e933c6e..0000000000 --- a/gradle/changelog/hg_default_branch.yaml +++ /dev/null @@ -1,3 +0,0 @@ -- type: fixed - description: Error in frontend without 'default' branch in hg repositories - diff --git a/gradle/changelog/image_diff.yaml b/gradle/changelog/image_diff.yaml deleted file mode 100644 index 0ee4714830..0000000000 --- a/gradle/changelog/image_diff.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: added - description: Display images in diffs diff --git a/gradle/changelog/information_page_extension_points.yaml b/gradle/changelog/information_page_extension_points.yaml deleted file mode 100644 index a84a5f6e41..0000000000 --- a/gradle/changelog/information_page_extension_points.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: added - description: Extension points for bottom of information table diff --git a/gradle/changelog/jaxb_context_creation.yaml b/gradle/changelog/jaxb_context_creation.yaml deleted file mode 100644 index d38b6b1ef0..0000000000 --- a/gradle/changelog/jaxb_context_creation.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Concurrent modification exception in JAXB stores diff --git a/gradle/changelog/not_found_svn_externals.yaml b/gradle/changelog/not_found_svn_externals.yaml deleted file mode 100644 index 8d13620bd8..0000000000 --- a/gradle/changelog/not_found_svn_externals.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Not found exception with SVN externals diff --git a/gradle/changelog/scm_config.yaml b/gradle/changelog/scm_config.yaml deleted file mode 100644 index fa07b2625d..0000000000 --- a/gradle/changelog/scm_config.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: changed - description: Use standard configuration store api for general config diff --git a/gradle/changelog/special_characters_for_branches_and_tags.yaml b/gradle/changelog/special_characters_for_branches_and_tags.yaml deleted file mode 100644 index 419ea541c3..0000000000 --- a/gradle/changelog/special_characters_for_branches_and_tags.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Branch and tag validation regarding special characters diff --git a/gradle/changelog/sticky_diffs.yaml b/gradle/changelog/sticky_diffs.yaml deleted file mode 100644 index ef9f7faeb5..0000000000 --- a/gradle/changelog/sticky_diffs.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Fix sticky diffs page position after collapse