From 145a9f2a11d541cd149a92183004cae8fb274c03 Mon Sep 17 00:00:00 2001 From: Thomas Zerr Date: Thu, 5 Dec 2024 10:55:22 +0100 Subject: [PATCH] Adjust changelog for release 3.6.0 --- CHANGELOG.md | 33 +++++++++++++++++++ .../changelog/accessibility_import_type.yaml | 2 -- gradle/changelog/accessible_file_details.yaml | 2 -- ...cess-to-links-in-secondary-navigation.yaml | 2 -- .../changelog/add-timestamp-first-push.yaml | 2 -- .../change_layout_with_radio_buttons.yaml | 2 -- gradle/changelog/distinguishable-links.yaml | 2 -- .../changelog/fix-add-repo-accessibility.yaml | 6 ---- .../fix-invalid-show-whitspace-state.yaml | 2 -- ...issing-aria-label-in-secon-navigation.yaml | 2 -- .../improve-accesibility-navbar.yaml | 6 ---- gradle/changelog/improve-focus-style.yaml | 4 --- gradle/changelog/improve_user_filter.yaml | 2 -- gradle/changelog/local_storage.yaml | 2 -- gradle/changelog/repository_list.yaml | 2 -- gradle/changelog/scm_handler_info.yaml | 2 -- gradle/changelog/svn_head_revision.yaml | 4 --- gradle/changelog/tag_exists_error.yaml | 2 -- gradle/changelog/tag_guard.yaml | 2 -- .../changelog/warning-state-chip-input.yaml | 2 -- 20 files changed, 33 insertions(+), 50 deletions(-) delete mode 100644 gradle/changelog/accessibility_import_type.yaml delete mode 100644 gradle/changelog/accessible_file_details.yaml delete mode 100644 gradle/changelog/add-access-to-links-in-secondary-navigation.yaml delete mode 100644 gradle/changelog/add-timestamp-first-push.yaml delete mode 100644 gradle/changelog/change_layout_with_radio_buttons.yaml delete mode 100644 gradle/changelog/distinguishable-links.yaml delete mode 100644 gradle/changelog/fix-add-repo-accessibility.yaml delete mode 100644 gradle/changelog/fix-invalid-show-whitspace-state.yaml delete mode 100644 gradle/changelog/fix-missing-aria-label-in-secon-navigation.yaml delete mode 100644 gradle/changelog/improve-accesibility-navbar.yaml delete mode 100644 gradle/changelog/improve-focus-style.yaml delete mode 100644 gradle/changelog/improve_user_filter.yaml delete mode 100644 gradle/changelog/local_storage.yaml delete mode 100644 gradle/changelog/repository_list.yaml delete mode 100644 gradle/changelog/scm_handler_info.yaml delete mode 100644 gradle/changelog/svn_head_revision.yaml delete mode 100644 gradle/changelog/tag_exists_error.yaml delete mode 100644 gradle/changelog/tag_guard.yaml delete mode 100644 gradle/changelog/warning-state-chip-input.yaml diff --git a/CHANGELOG.md b/CHANGELOG.md index f4c20fafde..3584cb1836 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,38 @@ 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). +## [3.6.0] - 2024-12-05 +### Added +- Extension point for contributor row in contributor table +- Access to links in secondary navigation +- Programmatic label to the namespace links +- Required symbol for corresponding inputs of create repository form +- Screen reader reads whether a create repository form input is required +- Display of warnings for a chip input field +- Extension point to protect tags against deletion +- Option to change layout for changeset view +- A 'is modifiable' flag for the browse command result + +### Fixed +- Improved accessibility for file details +- Accessibility for import modes in import dialog +- SCM handler information in scm-git-plugin and scm-svn-plugin (accessed by scm-support-plugin) +- Screen reader reads the label of NamespaceInput correctly +- Enhanced alt-text describing logo of SCM-Manager in nav bar +- Trigger and menu for mobile mode uses correct aria attributes +- Logout button exposes one description to assistive technologies +- Links are more distinguishable from normal text +- Missing arial-label in second navigation for bluespice, smeagol and documentation plugin +- Short display of "tag already exists" error message when creating a new tag +- First access to local storage returning the default value instead of the actual value + +### Changed +- API to whether hide or show whitespaces inside a diff +- Improved contrast for focus indicator in dark and high contrast mode +- Not showing the focus indicator, when using a pointer device +- Placeholder is now a label and breakpoint is different +- The code view for Subversion repositories now uses the alias 'head' by default for the latest revision + ## [3.5.0] - 2024-10-09 ### Added - The result of the merge dry-run now contains the names of the files that have conflicts @@ -1622,3 +1654,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [3.4.1]: https://scm-manager.org/download/3.4.1 [3.4.2]: https://scm-manager.org/download/3.4.2 [3.5.0]: https://scm-manager.org/download/3.5.0 +[3.6.0]: https://scm-manager.org/download/3.6.0 diff --git a/gradle/changelog/accessibility_import_type.yaml b/gradle/changelog/accessibility_import_type.yaml deleted file mode 100644 index e1e786e772..0000000000 --- a/gradle/changelog/accessibility_import_type.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Accessibility for import modes in import dialog diff --git a/gradle/changelog/accessible_file_details.yaml b/gradle/changelog/accessible_file_details.yaml deleted file mode 100644 index a33e0e8caa..0000000000 --- a/gradle/changelog/accessible_file_details.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Improved accessibility for file details diff --git a/gradle/changelog/add-access-to-links-in-secondary-navigation.yaml b/gradle/changelog/add-access-to-links-in-secondary-navigation.yaml deleted file mode 100644 index ababacb1ab..0000000000 --- a/gradle/changelog/add-access-to-links-in-secondary-navigation.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: added - description: Access to links in secondary navigation diff --git a/gradle/changelog/add-timestamp-first-push.yaml b/gradle/changelog/add-timestamp-first-push.yaml deleted file mode 100644 index a853a6c9d7..0000000000 --- a/gradle/changelog/add-timestamp-first-push.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: added - description: Extension point for contributor row in contributor table diff --git a/gradle/changelog/change_layout_with_radio_buttons.yaml b/gradle/changelog/change_layout_with_radio_buttons.yaml deleted file mode 100644 index 773d478f38..0000000000 --- a/gradle/changelog/change_layout_with_radio_buttons.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: added - description: Option to change layout for changeset view diff --git a/gradle/changelog/distinguishable-links.yaml b/gradle/changelog/distinguishable-links.yaml deleted file mode 100644 index e5ccae1615..0000000000 --- a/gradle/changelog/distinguishable-links.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Links are more distinguishable from normal text diff --git a/gradle/changelog/fix-add-repo-accessibility.yaml b/gradle/changelog/fix-add-repo-accessibility.yaml deleted file mode 100644 index 3e76b5f785..0000000000 --- a/gradle/changelog/fix-add-repo-accessibility.yaml +++ /dev/null @@ -1,6 +0,0 @@ -- type: fixed - description: Screen reader reads the label of NamespaceInput correctly -- type: added - description: Required symbol for corresponding inputs of create repository form -- type: added - description: Screen reader reads whether a create repository form input is required diff --git a/gradle/changelog/fix-invalid-show-whitspace-state.yaml b/gradle/changelog/fix-invalid-show-whitspace-state.yaml deleted file mode 100644 index fe57a80f57..0000000000 --- a/gradle/changelog/fix-invalid-show-whitspace-state.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: changed - description: API to whether hide or show whitespaces inside a diff diff --git a/gradle/changelog/fix-missing-aria-label-in-secon-navigation.yaml b/gradle/changelog/fix-missing-aria-label-in-secon-navigation.yaml deleted file mode 100644 index cf7ef1c1fe..0000000000 --- a/gradle/changelog/fix-missing-aria-label-in-secon-navigation.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: missing arial-label in second navigation for bluespice, smeagol and documentation plugin diff --git a/gradle/changelog/improve-accesibility-navbar.yaml b/gradle/changelog/improve-accesibility-navbar.yaml deleted file mode 100644 index fd96af68a3..0000000000 --- a/gradle/changelog/improve-accesibility-navbar.yaml +++ /dev/null @@ -1,6 +0,0 @@ -- type: fixed - description: Enhanced alt-text describing logo of SCM-Manager in nav bar -- type: fixed - description: Trigger and menu for mobile mode use correct aria attributes -- type: fixed - description: Logout-button exposes one description to assistive technologies diff --git a/gradle/changelog/improve-focus-style.yaml b/gradle/changelog/improve-focus-style.yaml deleted file mode 100644 index 9307d937a5..0000000000 --- a/gradle/changelog/improve-focus-style.yaml +++ /dev/null @@ -1,4 +0,0 @@ -- type: changed - description: Improved contrast for focus indicator in dark and high contrast mode -- type: changed - description: Not showing the focus indicator, when using a pointer device diff --git a/gradle/changelog/improve_user_filter.yaml b/gradle/changelog/improve_user_filter.yaml deleted file mode 100644 index fb9618e79a..0000000000 --- a/gradle/changelog/improve_user_filter.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: changed - description: Placeholder is now a label and breakpoint is different diff --git a/gradle/changelog/local_storage.yaml b/gradle/changelog/local_storage.yaml deleted file mode 100644 index 4c4fa9c199..0000000000 --- a/gradle/changelog/local_storage.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: First access to local storage returning the default value instead of the actual value diff --git a/gradle/changelog/repository_list.yaml b/gradle/changelog/repository_list.yaml deleted file mode 100644 index bcee2d15c1..0000000000 --- a/gradle/changelog/repository_list.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: added - description: Programmatic label to the namespace links diff --git a/gradle/changelog/scm_handler_info.yaml b/gradle/changelog/scm_handler_info.yaml deleted file mode 100644 index 9ff5103ebb..0000000000 --- a/gradle/changelog/scm_handler_info.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: SCM handler information in scm-git-plugin and scm-svn-plugin (accessed by scm-support-plugin) diff --git a/gradle/changelog/svn_head_revision.yaml b/gradle/changelog/svn_head_revision.yaml deleted file mode 100644 index 1e622b1b35..0000000000 --- a/gradle/changelog/svn_head_revision.yaml +++ /dev/null @@ -1,4 +0,0 @@ -- type: changed - description: The code view for Subversion repositories now uses the alias 'head' by default for the latest revision -- type: added - description: A 'is modifiable' flag for the browse command result. diff --git a/gradle/changelog/tag_exists_error.yaml b/gradle/changelog/tag_exists_error.yaml deleted file mode 100644 index abebc8a04d..0000000000 --- a/gradle/changelog/tag_exists_error.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Short display of "tag already exists" error message when creating a new tag diff --git a/gradle/changelog/tag_guard.yaml b/gradle/changelog/tag_guard.yaml deleted file mode 100644 index b7e1a8a187..0000000000 --- a/gradle/changelog/tag_guard.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: added - description: Extension point to protect tags against deletion diff --git a/gradle/changelog/warning-state-chip-input.yaml b/gradle/changelog/warning-state-chip-input.yaml deleted file mode 100644 index 952f81cedf..0000000000 --- a/gradle/changelog/warning-state-chip-input.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: added - description: Display of warnings for a chip input field