diff --git a/CHANGELOG.md b/CHANGELOG.md index 885ab58b40..5049f98f8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,10 +5,41 @@ 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.47.0] - 2023-10-11 +### Added +- Atomic design page template simple data pages +- Force option to internal push command api +- Update steps for namespaces +- Fields can now get automatically masked, if the field name contains certain phrases +- Textarea component +- The search page now contains another search bar within, that persists the current query +- New api for interactive card details +- Cardtags can now be colored according to 3 distinct styles + +### Fixed +- Ignore non-XML files in data store directories +- Bump JGit to version 6.7.0.202309050840-r to fix CVE-2023-4759 +- Exception in SVN repositories due to incorrect git initialization +- Numerous IllegalArgumentExceptions and ConcurrentModificationExceptoins in log file +- Make compare accessible +- Compare target when default branch contains slash +- Disable combobox autocomplete +- Update to svnkit 1.10.10-scm2 +- Clean up old installation directories when installing plugins +- Make search accessible +- Catch different exceptions after repositories are deleted + +### Changed +- The internal API for content action menus were changed, to handle loading states of extensions +- Use card layout for repository overview +- The checkbox now has a bigger click target +- The chip input api now provides an external add button +- OmniSearchbar now makes use of the Combobox + ## [2.46.1] - 2023-09-01 ### Fixed - Loading LFS files for imports and mirrors (from 2.44.3) -- Handling of submodules in imports and mirrors (from 2.44.3) +- Handling of submodules in imports and mirrors (from 2.44.3) ## [2.46.0] - 2023-08-24 ### Added @@ -1365,3 +1396,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [2.44.0]: https://scm-manager.org/download/2.44.0 [2.44.1]: https://scm-manager.org/download/2.44.1 [2.44.2]: https://scm-manager.org/download/2.44.2 +[2.47.0]: https://scm-manager.org/download/2.47.0 diff --git a/gradle/changelog/accessibility_search.yaml b/gradle/changelog/accessibility_search.yaml deleted file mode 100644 index a45a6f59c4..0000000000 --- a/gradle/changelog/accessibility_search.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Make search accessible diff --git a/gradle/changelog/accessibility_tabpanel.yaml b/gradle/changelog/accessibility_tabpanel.yaml deleted file mode 100644 index 6d1b044353..0000000000 --- a/gradle/changelog/accessibility_tabpanel.yaml +++ /dev/null @@ -1,4 +0,0 @@ -- type: fixed - description: Make compare accessible -- type: fixed - description: Compare target when default branch contains slash diff --git a/gradle/changelog/added_force_push.yaml b/gradle/changelog/added_force_push.yaml deleted file mode 100644 index 4000ebb242..0000000000 --- a/gradle/changelog/added_force_push.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: added - description: Force option to internal push command api diff --git a/gradle/changelog/archive_cleanup.yaml b/gradle/changelog/archive_cleanup.yaml deleted file mode 100644 index 902c3742b9..0000000000 --- a/gradle/changelog/archive_cleanup.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Clean up old installation directories when installing plugins diff --git a/gradle/changelog/automask.yaml b/gradle/changelog/automask.yaml deleted file mode 100644 index 4de872e4c2..0000000000 --- a/gradle/changelog/automask.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: added - description: Fields can now get automatically masked, if the field name contains certain phrases diff --git a/gradle/changelog/card_click_targets.yaml b/gradle/changelog/card_click_targets.yaml deleted file mode 100644 index d4992b547a..0000000000 --- a/gradle/changelog/card_click_targets.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: added - description: New api for interactive card details diff --git a/gradle/changelog/cardtags_added.yaml b/gradle/changelog/cardtags_added.yaml deleted file mode 100644 index 68b83d94f3..0000000000 --- a/gradle/changelog/cardtags_added.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: added - description: Cardtags can now be colored according to 3 distinct styles diff --git a/gradle/changelog/changed_content_action_menu_api.yaml b/gradle/changelog/changed_content_action_menu_api.yaml deleted file mode 100644 index 0c0cb93003..0000000000 --- a/gradle/changelog/changed_content_action_menu_api.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: changed - description: The internal API for content action menus were changed, to handle loading states of extensions diff --git a/gradle/changelog/data_page_template.yaml b/gradle/changelog/data_page_template.yaml deleted file mode 100644 index 89f3645629..0000000000 --- a/gradle/changelog/data_page_template.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: added - description: Atomic design page template simple data pages diff --git a/gradle/changelog/default_task_dialog.yaml b/gradle/changelog/default_task_dialog.yaml deleted file mode 100644 index 14ff065e7d..0000000000 --- a/gradle/changelog/default_task_dialog.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: added - description: Textarea component diff --git a/gradle/changelog/doubled_autocomplete.yaml b/gradle/changelog/doubled_autocomplete.yaml deleted file mode 100644 index 9633ce36b1..0000000000 --- a/gradle/changelog/doubled_autocomplete.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Disable combobox autocomplete diff --git a/gradle/changelog/eventbus_exceptions.yaml b/gradle/changelog/eventbus_exceptions.yaml deleted file mode 100644 index d7f9bb00fc..0000000000 --- a/gradle/changelog/eventbus_exceptions.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Numerous IllegalArgumentExceptions and ConcurrentModificationExceptoins in log file diff --git a/gradle/changelog/git_initialization.yaml b/gradle/changelog/git_initialization.yaml deleted file mode 100644 index 23fa52f629..0000000000 --- a/gradle/changelog/git_initialization.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Exception in SVN repositories due to incorrect git initialization diff --git a/gradle/changelog/illegal_state_after_repository_deletion.yaml b/gradle/changelog/illegal_state_after_repository_deletion.yaml deleted file mode 100644 index b8bd04844b..0000000000 --- a/gradle/changelog/illegal_state_after_repository_deletion.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Catch different exceptions after repositories are deleted diff --git a/gradle/changelog/improve_ui_forms.yaml b/gradle/changelog/improve_ui_forms.yaml deleted file mode 100644 index 9e2e93c475..0000000000 --- a/gradle/changelog/improve_ui_forms.yaml +++ /dev/null @@ -1,4 +0,0 @@ -- type: changed - description: The checkbox now has a bigger click target -- type: changed - description: The chip input api now provides an external add button diff --git a/gradle/changelog/jgit6.7.yaml b/gradle/changelog/jgit6.7.yaml deleted file mode 100644 index e6f2c2f5c3..0000000000 --- a/gradle/changelog/jgit6.7.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Bump JGit to version 6.7.0.202309050840-r to fix CVE-2023-4759 diff --git a/gradle/changelog/namespace_update_steps.yaml b/gradle/changelog/namespace_update_steps.yaml deleted file mode 100644 index 03360527b3..0000000000 --- a/gradle/changelog/namespace_update_steps.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: added - description: Update steps for namespaces diff --git a/gradle/changelog/omnisearch_refactor.yaml b/gradle/changelog/omnisearch_refactor.yaml deleted file mode 100644 index 1e7651f43b..0000000000 --- a/gradle/changelog/omnisearch_refactor.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: changed - description: OmniSearchbar now makes use of the Combobox diff --git a/gradle/changelog/read_only_xml_files_in_data_store.yaml b/gradle/changelog/read_only_xml_files_in_data_store.yaml deleted file mode 100644 index 8990fb17ab..0000000000 --- a/gradle/changelog/read_only_xml_files_in_data_store.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Ignore non-XML files in data store directories diff --git a/gradle/changelog/repo_overview_cards.yaml b/gradle/changelog/repo_overview_cards.yaml deleted file mode 100644 index e18228042d..0000000000 --- a/gradle/changelog/repo_overview_cards.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: changed - description: Use card layout for repository overview diff --git a/gradle/changelog/searchbar_in_search_page.yaml b/gradle/changelog/searchbar_in_search_page.yaml deleted file mode 100644 index e8a8994cbf..0000000000 --- a/gradle/changelog/searchbar_in_search_page.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: added - description: The search page now contains another search bar within, that persists the current query diff --git a/gradle/changelog/svn_1.10.10-svn2.yaml b/gradle/changelog/svn_1.10.10-svn2.yaml deleted file mode 100644 index ee7a1679cc..0000000000 --- a/gradle/changelog/svn_1.10.10-svn2.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Update to svnkit 1.10.10-scm2