diff --git a/CHANGELOG.md b/CHANGELOG.md index 9717cb770b..6f6495f949 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,20 @@ 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.27.0] - 2021-11-16 +### Added +- Add contact icon to repository overview ([#1855](https://github.com/scm-manager/scm-manager/pull/1855)) +- Support for multipart form data to AdvancedHttpClient ([#1856](https://github.com/scm-manager/scm-manager/pull/1856)) +- Lock and unlock command for SVN ([#1847](https://github.com/scm-manager/scm-manager/pull/1847)) + +### Fixed +- Disabled buttons are rendered as disabled buttons, again ([#1858](https://github.com/scm-manager/scm-manager/pull/1858)) +- Color for available plugins, namespace and code header + +### Changed +- Improve keyboard access by adding tab stops ([#1831](https://github.com/scm-manager/scm-manager/pull/1831)) +- Improve aria lables for better screen reader support ([#1831](https://github.com/scm-manager/scm-manager/pull/1831)) + ## [2.26.1] - 2021-11-09 ### Fixed - Concurrent modification error in SVN modify command ([#1849](https://github.com/scm-manager/scm-manager/pull/1849)) @@ -815,3 +829,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [2.25.0]: https://scm-manager.org/download/2.25.0 [2.26.0]: https://scm-manager.org/download/2.26.0 [2.26.1]: https://scm-manager.org/download/2.26.1 +[2.27.0]: https://scm-manager.org/download/2.27.0 diff --git a/gradle/changelog/ahc_multipart.yaml b/gradle/changelog/ahc_multipart.yaml deleted file mode 100644 index fa87f220ad..0000000000 --- a/gradle/changelog/ahc_multipart.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: added - description: Support for multipart form data to AdvancedHttpClient ([#1856](https://github.com/scm-manager/scm-manager/pull/1856)) diff --git a/gradle/changelog/concurrent_modification.yaml b/gradle/changelog/concurrent_modification.yaml deleted file mode 100644 index 43d486b6fc..0000000000 --- a/gradle/changelog/concurrent_modification.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Concurrent modification error in SVN modify command ([#1849](https://github.com/scm-manager/scm-manager/pull/1849)) diff --git a/gradle/changelog/disabled_buttons.yaml b/gradle/changelog/disabled_buttons.yaml deleted file mode 100644 index c9d1b5bd61..0000000000 --- a/gradle/changelog/disabled_buttons.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Disabled buttons are rendered as disabled buttons, again ([#1858](https://github.com/scm-manager/scm-manager/pull/1858)) diff --git a/gradle/changelog/fix_styles.yaml b/gradle/changelog/fix_styles.yaml deleted file mode 100644 index 0f2ed565fe..0000000000 --- a/gradle/changelog/fix_styles.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Color for available plugins, namespace and code header diff --git a/gradle/changelog/keyboard-access.yaml b/gradle/changelog/keyboard-access.yaml deleted file mode 100644 index 932f89ab9b..0000000000 --- a/gradle/changelog/keyboard-access.yaml +++ /dev/null @@ -1,4 +0,0 @@ -- type: changed - description: Improve keyboard access by adding tab stops ([#1831](https://github.com/scm-manager/scm-manager/pull/1831)) -- type: changed - description: Improve aria lables for better screen reader support ([#1831](https://github.com/scm-manager/scm-manager/pull/1831)) diff --git a/gradle/changelog/lock_command_for_svn.yaml b/gradle/changelog/lock_command_for_svn.yaml deleted file mode 100644 index e8ab23d308..0000000000 --- a/gradle/changelog/lock_command_for_svn.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: added - description: Lock and unlock command for SVN ([#1847](https://github.com/scm-manager/scm-manager/pull/1847)) diff --git a/gradle/changelog/logout_endless_loop.yaml b/gradle/changelog/logout_endless_loop.yaml deleted file mode 100644 index 5dbe2fd4f5..0000000000 --- a/gradle/changelog/logout_endless_loop.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Fix logout endless loop on slow connections diff --git a/gradle/changelog/repo_overview_contact.yaml b/gradle/changelog/repo_overview_contact.yaml deleted file mode 100644 index e7da31e004..0000000000 --- a/gradle/changelog/repo_overview_contact.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: added - description: Add contact icon to repository overview ([#1855](https://github.com/scm-manager/scm-manager/pull/1855))