diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e49d0e853..7ca27704c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/gradle/changelog/changesetdetails_cogwheeldropdown.yml b/gradle/changelog/changesetdetails_cogwheeldropdown.yml deleted file mode 100644 index ce857fbb0c..0000000000 --- a/gradle/changelog/changesetdetails_cogwheeldropdown.yml +++ /dev/null @@ -1,2 +0,0 @@ -- type: added - description: A cogwheel menu to the changesetdetails diff --git a/gradle/changelog/improved_label.yml b/gradle/changelog/improved_label.yml deleted file mode 100644 index e8810233b0..0000000000 --- a/gradle/changelog/improved_label.yml +++ /dev/null @@ -1,2 +0,0 @@ -- type: added - description: Possibility to add explanatory line in Chip Input diff --git a/gradle/changelog/scm-core-version-logging.yaml b/gradle/changelog/scm-core-version-logging.yaml deleted file mode 100644 index 401b2fde3c..0000000000 --- a/gradle/changelog/scm-core-version-logging.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: added - description: The core version of the SCM-Manager gets logged at the beginning of the application lifecycle diff --git a/gradle/changelog/showmodifiedfiles_component_added.yml b/gradle/changelog/showmodifiedfiles_component_added.yml deleted file mode 100644 index a99bcad992..0000000000 --- a/gradle/changelog/showmodifiedfiles_component_added.yml +++ /dev/null @@ -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 diff --git a/gradle/changelog/temporary-files.yaml b/gradle/changelog/temporary-files.yaml deleted file mode 100644 index eca428419b..0000000000 --- a/gradle/changelog/temporary-files.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Deletion of temporary files on exceptions diff --git a/gradle/changelog/wrong_permissions.yaml b/gradle/changelog/wrong_permissions.yaml deleted file mode 100644 index 95ee4be6f6..0000000000 --- a/gradle/changelog/wrong_permissions.yaml +++ /dev/null @@ -1,2 +0,0 @@ -- type: fixed - description: Wrong repositories in post-receive hooks under some circumstances