Adjust changelog for release 2.31.0

This commit is contained in:
René Pfeuffer
2022-02-18 13:25:59 +01:00
parent a50e38077c
commit 673aa69755
15 changed files with 23 additions and 30 deletions

View File

@@ -5,6 +5,28 @@ 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.31.0] - 2022-02-18
### Added
- Add secondary color gradations to styleguide ([#1944](https://github.com/scm-manager/scm-manager/pull/1944))
- Collapses folders in code view which only have a folder as their only child ([#1951](https://github.com/scm-manager/scm-manager/pull/1951))
- Add myCloudogu data processing link ([#1935](https://github.com/scm-manager/scm-manager/pull/1935))
### Fixed
- Adjust reload button on plugin actions ([#1946](https://github.com/scm-manager/scm-manager/pull/1946))
- Improve accessibility ([#1956](https://github.com/scm-manager/scm-manager/pull/1956))
- Do not fail on 502 during restart actions ([#1941](https://github.com/scm-manager/scm-manager/pull/1941))
- NPE for searchable types
- Fix missing css for migration wizard
- Markdown toggle covers source copy button ([#1939](https://github.com/scm-manager/scm-manager/pull/1939))
### Changed
- SCM-Manager icon in the plugin center has a transparent background ([#1936](https://github.com/scm-manager/scm-manager/pull/1936))
- Only display source code copy button on hover ([#1939](https://github.com/scm-manager/scm-manager/pull/1939))
- Fetch plugins without authentication, if prior authentication failed ([#1940](https://github.com/scm-manager/scm-manager/pull/1940))
- Docker base image to fix expat vulnerability ([#1948](https://github.com/scm-manager/scm-manager/pull/1948))
- Link directly to file with file history sources link ([#1945](https://github.com/scm-manager/scm-manager/pull/1945))
- improve tooltip accessibility ([#1954](https://github.com/scm-manager/scm-manager/pull/1954))
## [2.30.1] - 2022-01-26
### Fixed
- Make comparable null safe ([#1933](https://github.com/scm-manager/scm-manager/pull/1933))
@@ -932,3 +954,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[2.29.1]: https://scm-manager.org/download/2.29.1
[2.30.0]: https://scm-manager.org/download/2.30.0
[2.30.1]: https://scm-manager.org/download/2.30.1
[2.31.0]: https://scm-manager.org/download/2.31.0

View File

@@ -1,2 +0,0 @@
- type: added
description: Collapses folders in code view which only have a folder as their only child ([#1951](https://github.com/scm-manager/scm-manager/pull/1951))

View File

@@ -1,2 +0,0 @@
- type: changed
description: Docker base image to fix expat vulnerability ([#1948](https://github.com/scm-manager/scm-manager/pull/1948))

View File

@@ -1,2 +0,0 @@
- type: added
description: Add myCloudogu data processing link ([#1935](https://github.com/scm-manager/scm-manager/pull/1935))

View File

@@ -1,2 +0,0 @@
- type: changed
description: Link directly to file with file history sources link ([#1945](https://github.com/scm-manager/scm-manager/pull/1945))

View File

@@ -1,2 +0,0 @@
- type: added
description: Add secondary color gradations to styleguide ([#1944](https://github.com/scm-manager/scm-manager/pull/1944))

View File

@@ -1,2 +0,0 @@
- type: fixed
description: Improve accessibility ([#1956](https://github.com/scm-manager/scm-manager/pull/1956))

View File

@@ -1,2 +0,0 @@
- type: fixed
description: Fix missing css for migration wizard

View File

@@ -1,2 +0,0 @@
- type: fixed
description: NPE for searchable types

View File

@@ -1,2 +0,0 @@
- type: changed
description: Fetch plugins without authentication, if prior authentication failed ([#1940](https://github.com/scm-manager/scm-manager/pull/1940))

View File

@@ -1,2 +0,0 @@
- type: changed
description: SCM-Manager icon in the plugin center has a transparent background ([#1936](https://github.com/scm-manager/scm-manager/pull/1936))

View File

@@ -1,2 +0,0 @@
- type: fixed
description: Adjust reload button on plugin actions ([#1946](https://github.com/scm-manager/scm-manager/pull/1946))

View File

@@ -1,2 +0,0 @@
- type: fixed
description: Do not fail on 502 during restart actions ([#1941](https://github.com/scm-manager/scm-manager/pull/1941))

View File

@@ -1,4 +0,0 @@
- type: changed
description: Only display source code copy button on hover ([#1939](https://github.com/scm-manager/scm-manager/pull/1939))
- type: fixed
description: Markdown toggle covers source copy button ([#1939](https://github.com/scm-manager/scm-manager/pull/1939))

View File

@@ -1,2 +0,0 @@
- type: changed
description: improve tooltip accessibility ([#1954](https://github.com/scm-manager/scm-manager/pull/1954))