diff --git a/CHANGELOG.md b/CHANGELOG.md index c4bdd0d044..4cbc3332a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,34 @@ 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.48.0] - 2023-11-16 +### Added +- Internal API to modify repository storage locations +- Invalidation of caches and search index +- Radiobutton components are now available in the ui-forms module +- Modifications in hook provider +- Protocol priority order by user preferences + +### Fixed +- Display error when the description of a repository is not stored +- Tabs overlapping other elements +- Show real image diff between ancestor and current branch head +- Links to not-existing users in groups +- Remove bottleneck by switching to assisted injection for command +- The useLocalStorage hook in @scm-manager/ui-api now correctly causes a re-render on write +- Set repository importer as owner on metadata import +- Unnecessary scrollbar showing up in markdown views with code tags for certain resolutions +- Use a random time for plugin center updates +- Ahead and behind tag of a branch to screen reader +- Source view with submodules without http or https URL +- Some chip inputs not correctly passing the ref +- Broken global search shortcut + +### Changed +- Break paths in diff +- Remove mail for anonymous user +- Improve global search accessibility + ## [2.47.0] - 2023-10-11 ### Added - Atomic design page template simple data pages @@ -1398,3 +1426,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [2.46.0]: https://scm-manager.org/download/2.46.0 [2.46.1]: https://scm-manager.org/download/2.46.1 [2.47.0]: https://scm-manager.org/download/2.47.0 +[2.48.0]: https://scm-manager.org/download/2.48.0 diff --git a/gradle/changelog/added_radion_button.yaml b/gradle/changelog/added_radion_button.yaml deleted file mode 100644 index 3da625d3b5..0000000000 --- a/gradle/changelog/added_radion_button.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: added - description: Radiobutton components are now available in the ui-forms module diff --git a/gradle/changelog/anon_mail.yaml b/gradle/changelog/anon_mail.yaml deleted file mode 100644 index 65c8e7e0da..0000000000 --- a/gradle/changelog/anon_mail.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: changed - description: Remove mail for anonymous user diff --git a/gradle/changelog/assissted_injection_for_command.yaml b/gradle/changelog/assissted_injection_for_command.yaml deleted file mode 100644 index 33feb27094..0000000000 --- a/gradle/changelog/assissted_injection_for_command.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Remove bottleneck by switching to assisted injection for command diff --git a/gradle/changelog/fix_markdown_scrolling.yaml b/gradle/changelog/fix_markdown_scrolling.yaml deleted file mode 100644 index ffae8221f5..0000000000 --- a/gradle/changelog/fix_markdown_scrolling.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Unnecessary scrollbar showing up in markdown views with code tags for certain resolutions diff --git a/gradle/changelog/fixed_chip_input_ref.yaml b/gradle/changelog/fixed_chip_input_ref.yaml deleted file mode 100644 index b80788b585..0000000000 --- a/gradle/changelog/fixed_chip_input_ref.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Some chip inputs not correctly passing the ref diff --git a/gradle/changelog/global_search_accessibility.yaml b/gradle/changelog/global_search_accessibility.yaml deleted file mode 100644 index b14cddf59a..0000000000 --- a/gradle/changelog/global_search_accessibility.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: changed - description: Improve global search accessibility diff --git a/gradle/changelog/global_search_shortcut.yaml b/gradle/changelog/global_search_shortcut.yaml deleted file mode 100644 index 6be42138a7..0000000000 --- a/gradle/changelog/global_search_shortcut.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Broken global search shortcut diff --git a/gradle/changelog/hook_provider.yaml b/gradle/changelog/hook_provider.yaml deleted file mode 100644 index 4c2fb0849c..0000000000 --- a/gradle/changelog/hook_provider.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: added - description: Modifications in hook provider diff --git a/gradle/changelog/import_with_meta_fix.yaml b/gradle/changelog/import_with_meta_fix.yaml deleted file mode 100644 index 44624a8988..0000000000 --- a/gradle/changelog/import_with_meta_fix.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Set repository importer as owner on metadata import diff --git a/gradle/changelog/invalidation.yaml b/gradle/changelog/invalidation.yaml deleted file mode 100644 index 75ebe1327b..0000000000 --- a/gradle/changelog/invalidation.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: added - description: Invalidation of caches and search index diff --git a/gradle/changelog/linebreak_diff.yaml b/gradle/changelog/linebreak_diff.yaml deleted file mode 100644 index 87097af987..0000000000 --- a/gradle/changelog/linebreak_diff.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: changed - description: Break paths in diff diff --git a/gradle/changelog/local_storage_context.yaml b/gradle/changelog/local_storage_context.yaml deleted file mode 100644 index 74b22aac42..0000000000 --- a/gradle/changelog/local_storage_context.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: The useLocalStorage hook in @scm-manager/ui-api now correctly causes a re-render on write diff --git a/gradle/changelog/modify_repository_location.yaml b/gradle/changelog/modify_repository_location.yaml deleted file mode 100644 index 97544d5018..0000000000 --- a/gradle/changelog/modify_repository_location.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: added - description: Internal API to modify repository storage locations diff --git a/gradle/changelog/random_plugin_center_time.yaml b/gradle/changelog/random_plugin_center_time.yaml deleted file mode 100644 index ca0a9a6533..0000000000 --- a/gradle/changelog/random_plugin_center_time.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Use a random time for plugin center updates diff --git a/gradle/changelog/remove_tabs_z-index.yaml b/gradle/changelog/remove_tabs_z-index.yaml deleted file mode 100644 index 22b27fea6e..0000000000 --- a/gradle/changelog/remove_tabs_z-index.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Tabs overlapping other elements diff --git a/gradle/changelog/same_image_diff.yaml b/gradle/changelog/same_image_diff.yaml deleted file mode 100644 index 8a2d46ca92..0000000000 --- a/gradle/changelog/same_image_diff.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Show real image diff between ancestor and current branch head diff --git a/gradle/changelog/search_display_error.yaml b/gradle/changelog/search_display_error.yaml deleted file mode 100644 index 226f0ce559..0000000000 --- a/gradle/changelog/search_display_error.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Display error when the description of a repository is not stored diff --git a/gradle/changelog/sr_aheadBehind.yaml b/gradle/changelog/sr_aheadBehind.yaml deleted file mode 100644 index 08896dc898..0000000000 --- a/gradle/changelog/sr_aheadBehind.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Ahead and behind tag of a branch to screen reader diff --git a/gradle/changelog/ssh_checkout.yaml b/gradle/changelog/ssh_checkout.yaml deleted file mode 100644 index d2149a0f4f..0000000000 --- a/gradle/changelog/ssh_checkout.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: added - description: Protocol priority order by user preferences diff --git a/gradle/changelog/submodule_without_http.yaml b/gradle/changelog/submodule_without_http.yaml deleted file mode 100644 index 4c90813179..0000000000 --- a/gradle/changelog/submodule_without_http.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Source view with submodules without http or https URL diff --git a/gradle/changelog/user_links.yaml b/gradle/changelog/user_links.yaml deleted file mode 100644 index 8614a9cfc5..0000000000 --- a/gradle/changelog/user_links.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Links to not-existing users in groups