Release v3.8.0

This commit is contained in:
Julien Fastré 2025-02-03 22:11:42 +01:00
parent b0993f4062
commit 7569667189
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB
9 changed files with 21 additions and 41 deletions

View File

@ -1,5 +0,0 @@
kind: Feature
body: Improve the UX of the news item admin form to prevent wrong usage
time: 2025-01-08T16:18:41.769719298+01:00
custom:
Issue: ""

View File

@ -1,6 +0,0 @@
kind: Feature
body: 'Notification list: display the concerned person''s badges in the list'
time: 2025-01-23T12:27:36.851039416+01:00
custom:
Issue: "319"
SchemaChange: No schema change

View File

@ -1,6 +0,0 @@
kind: Feature
body: Show the first 3 persons directly in the accompanying period's banner
time: 2025-01-23T21:13:22.926870961+01:00
custom:
Issue: "320"
SchemaChange: No schema change

View File

@ -1,6 +0,0 @@
kind: Feature
body: Suggest current user when creating an activity
time: 2025-01-30T11:59:58.608842881+01:00
custom:
Issue: "334"
SchemaChange: No schema change

View File

@ -1,6 +0,0 @@
kind: Fixed
body: Add validation error to manual selection of person in PersonDuplicateController
time: 2025-01-28T13:02:42.369442185+01:00
custom:
Issue: "350"
SchemaChange: No schema change

View File

@ -1,6 +0,0 @@
kind: Fixed
body: Fix document category creation
time: 2025-02-03T11:22:59.977168975+01:00
custom:
Issue: "354"
SchemaChange: No schema change

View File

@ -1,6 +0,0 @@
kind: Fixed
body: Add definitive whitespace between span elements in vue PersonText component
time: 2025-02-03T12:34:28.925596132+01:00
custom:
Issue: "351"
SchemaChange: No schema change

10
.changes/v3.8.0.md Normal file
View File

@ -0,0 +1,10 @@
## v3.8.0 - 2025-02-03
### Feature
* Improve the UX of the news item admin form to prevent wrong usage
* ([#319](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/319)) Notification list: display the concerned person's badges in the list
* ([#320](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/320)) Show the first 3 persons directly in the accompanying period's banner
* ([#334](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/334)) Suggest current user when creating an activity
### Fixed
* ([#350](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/350)) Add validation error to manual selection of person in PersonDuplicateController
* ([#354](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/354)) Fix document category creation
* ([#351](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/351)) Add definitive whitespace between span elements in vue PersonText component

View File

@ -6,6 +6,17 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
and is generated by [Changie](https://github.com/miniscruff/changie).
## v3.8.0 - 2025-02-03
### Feature
* Improve the UX of the news item admin form to prevent wrong usage
* ([#319](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/319)) Notification list: display the concerned person's badges in the list
* ([#320](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/320)) Show the first 3 persons directly in the accompanying period's banner
* ([#334](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/334)) Suggest current user when creating an activity
### Fixed
* ([#350](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/350)) Add validation error to manual selection of person in PersonDuplicateController
* ([#354](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/354)) Fix document category creation
* ([#351](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/351)) Add definitive whitespace between span elements in vue PersonText component
## v3.7.1 - 2025-01-21
### Fixed
* Fix legacy configuration processor for notifier component