Adjust changelog for release 3.4.0

This commit is contained in:
Till-André Diegeler
2024-08-19 10:45:14 +02:00
parent 9ec95f5c48
commit 4d5ef5a1ec
7 changed files with 13 additions and 14 deletions

View File

@@ -5,6 +5,18 @@ 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).
## [3.4.0] - 2024-08-19
### Added
- Show number of modified, deleted and added files in diffs
- Possibility to add explanatory line in Chip Input
- A cogwheel menu to the changesetdetails
- The core version of the SCM-Manager gets logged at the beginning of the application lifecycle
### Fixed
- Wrong repositories in post-receive hooks under some circumstances
- Show diffs in compare view
- Deletion of temporary files on exceptions
## [3.3.0] - 2024-07-05
### Added
- Check for external merge tools during merge
@@ -1579,3 +1591,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[3.2.1]: https://scm-manager.org/download/3.2.1
[3.2.2]: https://scm-manager.org/download/3.2.2
[3.3.0]: https://scm-manager.org/download/3.3.0
[3.4.0]: https://scm-manager.org/download/3.4.0

View File

@@ -1,2 +0,0 @@
- type: added
description: A cogwheel menu to the changesetdetails

View File

@@ -1,2 +0,0 @@
- type: added
description: Possibility to add explanatory line in Chip Input

View File

@@ -1,2 +0,0 @@
- type: added
description: The core version of the SCM-Manager gets logged at the beginning of the application lifecycle

View File

@@ -1,4 +0,0 @@
- type: added
description: Show number of modified, deleted and added files in diffs
- type: fixed
description: Show diffs in compare view

View File

@@ -1,2 +0,0 @@
- type: fixed
description: Deletion of temporary files on exceptions

View File

@@ -1,2 +0,0 @@
- type: fixed
description: Wrong repositories in post-receive hooks under some circumstances