From e1b91ebbfd12e515267f09c293689f22886bcd23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Mon, 17 Nov 2025 15:11:14 +0100 Subject: [PATCH] Release v4.8.0 --- .changes/unreleased/Feature-20251112-103224.yaml | 6 ------ .changes/unreleased/Fixed-20251112-170025.yaml | 6 ------ .changes/unreleased/Fixed-20251113-120125.yaml | 7 ------- .changes/unreleased/UX-20251030-153126.yaml | 6 ------ .changes/v4.8.0.md | 9 +++++++++ CHANGELOG.md | 10 ++++++++++ 6 files changed, 19 insertions(+), 25 deletions(-) delete mode 100644 .changes/unreleased/Feature-20251112-103224.yaml delete mode 100644 .changes/unreleased/Fixed-20251112-170025.yaml delete mode 100644 .changes/unreleased/Fixed-20251113-120125.yaml delete mode 100644 .changes/unreleased/UX-20251030-153126.yaml create mode 100644 .changes/v4.8.0.md diff --git a/.changes/unreleased/Feature-20251112-103224.yaml b/.changes/unreleased/Feature-20251112-103224.yaml deleted file mode 100644 index 44a7d4c60..000000000 --- a/.changes/unreleased/Feature-20251112-103224.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Feature -body: Make a calendar item on the 'mes rendez-vous' page clickable. Clicking will navigate to the edit page of the calendar item. -time: 2025-11-12T10:32:24.916576945+01:00 -custom: - Issue: "461" - SchemaChange: No schema change diff --git a/.changes/unreleased/Fixed-20251112-170025.yaml b/.changes/unreleased/Fixed-20251112-170025.yaml deleted file mode 100644 index 6808564b5..000000000 --- a/.changes/unreleased/Fixed-20251112-170025.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Fixed -body: Display calendar items for which an invite was accepted on the mes rendez-vous page -time: 2025-11-12T17:00:25.58946528+01:00 -custom: - Issue: "463" - SchemaChange: No schema change diff --git a/.changes/unreleased/Fixed-20251113-120125.yaml b/.changes/unreleased/Fixed-20251113-120125.yaml deleted file mode 100644 index a9bfc78ad..000000000 --- a/.changes/unreleased/Fixed-20251113-120125.yaml +++ /dev/null @@ -1,7 +0,0 @@ -kind: Fixed -body: | - Improve accessibility on login page -time: 2025-11-13T12:01:25.488478771+01:00 -custom: - Issue: "" - SchemaChange: No schema change diff --git a/.changes/unreleased/UX-20251030-153126.yaml b/.changes/unreleased/UX-20251030-153126.yaml deleted file mode 100644 index 8deaf7701..000000000 --- a/.changes/unreleased/UX-20251030-153126.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: UX -body: Remove the label if there is only one scope and no scope picking field is displayed. -time: 2025-10-30T15:31:26.807444365+01:00 -custom: - Issue: "449" - SchemaChange: No schema change diff --git a/.changes/v4.8.0.md b/.changes/v4.8.0.md new file mode 100644 index 000000000..48583b6a2 --- /dev/null +++ b/.changes/v4.8.0.md @@ -0,0 +1,9 @@ +## v4.8.0 - 2025-11-17 +### Feature +* ([#461](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/461)) Make a calendar item on the 'mes rendez-vous' page clickable. Clicking will navigate to the edit page of the calendar item. +### Fixed +* ([#463](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/463)) Display calendar items for which an invite was accepted on the mes rendez-vous page +* Improve accessibility on login page + +### UX +* ([#449](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/449)) Remove the label if there is only one scope and no scope picking field is displayed. diff --git a/CHANGELOG.md b/CHANGELOG.md index e684bb689..2cc2b5aa5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,16 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and is generated by [Changie](https://github.com/miniscruff/changie). +## v4.8.0 - 2025-11-17 +### Feature +* ([#461](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/461)) Make a calendar item on the 'mes rendez-vous' page clickable. Clicking will navigate to the edit page of the calendar item. +### Fixed +* ([#463](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/463)) Display calendar items for which an invite was accepted on the mes rendez-vous page +* Improve accessibility on login page + +### UX +* ([#449](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/449)) Remove the label if there is only one scope and no scope picking field is displayed. + ## v4.7.0 - 2025-11-10 ### Feature * ([#385](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/385)) Create invitation list in user menu