diff --git a/CHANGELOG.md b/CHANGELOG.md index b1900981c5..57e365aada 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,27 @@ 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.21.0] - 2021-07-21 +### Added +- API to index and query objects ([#1727](https://github.com/scm-manager/scm-manager/pull/1727)) +- Quick search for repositories ([#1727](https://github.com/scm-manager/scm-manager/pull/1727)) +- Additional color scheme to prepare a high contrast mode ([#1730](https://github.com/scm-manager/scm-manager/pull/1731)) +- Create files in empty non-initiated repositories ([#1717](https://github.com/scm-manager/scm-manager/pull/1717)) +- Prepare plugin center to show cloudogu plugins ([#1709](https://github.com/scm-manager/scm-manager/pull/1709)) +- Option to diable automatic refresh for diff view on window focus change ([#1714](https://github.com/scm-manager/scm-manager/pull/1714)) +- Building forms documentation with react-hook-form ([#1704](https://github.com/scm-manager/scm-manager/pull/1704)) + +### Fixed +- Missing update if content of diff changes ([#1714](https://github.com/scm-manager/scm-manager/pull/1714)) +- Contributors table in changeset detail view ([#1718](https://github.com/scm-manager/scm-manager/pull/1718)) +- Prevent overwrite read-only gpg keys ([#1713](https://github.com/scm-manager/scm-manager/pull/1713)) +- Language tag of top level html element ([#1705](https://github.com/scm-manager/scm-manager/pull/1705)) + +### Changed +- Show last modified date on repository overview ([#1715](https://github.com/scm-manager/scm-manager/pull/1715)) +- Redesign SCM-Manager header ([#1721](https://github.com/scm-manager/scm-manager/pull/1721)) +- Initial admin user has to be created on first startup ([#1707](https://github.com/scm-manager/scm-manager/pull/1707), [#1722](https://github.com/scm-manager/scm-manager/pull/1722)) + ## [2.20.0] - 2021-06-16 ### Added - Support basic authentication with access token ([#1694](https://github.com/scm-manager/scm-manager/pull/1694)) @@ -666,3 +687,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [2.19.0]: https://www.scm-manager.org/download/2.19.0 [2.19.1]: https://www.scm-manager.org/download/2.19.1 [2.20.0]: https://www.scm-manager.org/download/2.20.0 +[2.21.0]: https://www.scm-manager.org/download/2.21.0 diff --git a/gradle/changelog/add_files_to_empty_repo.yaml b/gradle/changelog/add_files_to_empty_repo.yaml deleted file mode 100644 index 85e2599a89..0000000000 --- a/gradle/changelog/add_files_to_empty_repo.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: Added - description: Create files in empty non-initiated repositories ([#1717](https://github.com/scm-manager/scm-manager/pull/1717)) diff --git a/gradle/changelog/cloudogu_plugins.yaml b/gradle/changelog/cloudogu_plugins.yaml deleted file mode 100644 index f56906eba5..0000000000 --- a/gradle/changelog/cloudogu_plugins.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: Added - description: Prepare plugin center to show cloudogu plugins ([#1709](https://github.com/scm-manager/scm-manager/pull/1709)) diff --git a/gradle/changelog/contributors_table.yaml b/gradle/changelog/contributors_table.yaml deleted file mode 100644 index c662abf9ba..0000000000 --- a/gradle/changelog/contributors_table.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: Fixed - description: Contributors table in changeset detail view ([#1718](https://github.com/scm-manager/scm-manager/pull/1718)) diff --git a/gradle/changelog/create_initial_user.yaml b/gradle/changelog/create_initial_user.yaml deleted file mode 100644 index f36f62651f..0000000000 --- a/gradle/changelog/create_initial_user.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: changed - description: Initial admin user has to be created on first startup ([#1707](https://github.com/scm-manager/scm-manager/pull/1707), [#1722](https://github.com/scm-manager/scm-manager/pull/1722)) diff --git a/gradle/changelog/diff_disable_refetch_on_focus.yaml b/gradle/changelog/diff_disable_refetch_on_focus.yaml deleted file mode 100644 index e06771b70b..0000000000 --- a/gradle/changelog/diff_disable_refetch_on_focus.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: added - description: Option to diable automatic refresh for diff view on window focus change ([#1714](https://github.com/scm-manager/scm-manager/pull/1714)) diff --git a/gradle/changelog/diff_update_content.yaml b/gradle/changelog/diff_update_content.yaml deleted file mode 100644 index 304ffe66ea..0000000000 --- a/gradle/changelog/diff_update_content.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Missing update if content of diff changes ([#1714](https://github.com/scm-manager/scm-manager/pull/1714)) diff --git a/gradle/changelog/high_contrast_colors.yaml b/gradle/changelog/high_contrast_colors.yaml deleted file mode 100644 index c30c03ed94..0000000000 --- a/gradle/changelog/high_contrast_colors.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: added - description: Additional color scheme to prepare a high contrast mode ([#1730](https://github.com/scm-manager/scm-manager/pull/1731)) diff --git a/gradle/changelog/html_language_tag.yaml b/gradle/changelog/html_language_tag.yaml deleted file mode 100644 index f53a9bf6e2..0000000000 --- a/gradle/changelog/html_language_tag.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Language tag of top level html element ([#1705](https://github.com/scm-manager/scm-manager/pull/1705)) diff --git a/gradle/changelog/prevent_overwrite_read_only_gpg_keys.yaml b/gradle/changelog/prevent_overwrite_read_only_gpg_keys.yaml deleted file mode 100644 index ea6f9e4cf8..0000000000 --- a/gradle/changelog/prevent_overwrite_read_only_gpg_keys.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Prevent overwrite read-only gpg keys ([#1713](https://github.com/scm-manager/scm-manager/pull/1713)) diff --git a/gradle/changelog/react_hook_form_doc.yaml b/gradle/changelog/react_hook_form_doc.yaml deleted file mode 100644 index 82ec2f3204..0000000000 --- a/gradle/changelog/react_hook_form_doc.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: added - description: Building forms documentation with react-hook-form ([#1704](https://github.com/scm-manager/scm-manager/pull/1704)) diff --git a/gradle/changelog/redesign_header.yaml b/gradle/changelog/redesign_header.yaml deleted file mode 100644 index 8ebcdcb5bd..0000000000 --- a/gradle/changelog/redesign_header.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: changed - description: Redesign SCM-Manager header ([#1721](https://github.com/scm-manager/scm-manager/pull/1721)) diff --git a/gradle/changelog/repo_overview_date.yaml b/gradle/changelog/repo_overview_date.yaml deleted file mode 100644 index 81451437f1..0000000000 --- a/gradle/changelog/repo_overview_date.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: changed - description: Show last modified date on repository overview ([#1715](https://github.com/scm-manager/scm-manager/pull/1715)) diff --git a/gradle/changelog/search.yaml b/gradle/changelog/search.yaml deleted file mode 100644 index 20b7b8d661..0000000000 --- a/gradle/changelog/search.yaml +++ /dev/null @@ -1,4 +0,0 @@ -- type: Added - description: API to index and query objects ([#1727](https://github.com/scm-manager/scm-manager/pull/1727)) -- type: Added - description: Quick search for repositories ([#1727](https://github.com/scm-manager/scm-manager/pull/1727))