From c39637180a8e81d972c004ef5e169ce28c72381c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Thu, 11 Sep 2025 13:04:50 +0200 Subject: [PATCH] Release v4.4.0 --- .changes/unreleased/Feature-20250211-142243.yaml | 6 ------ .changes/unreleased/Feature-20250403-100311.yaml | 6 ------ .changes/unreleased/Feature-20250403-100857.yaml | 6 ------ .changes/unreleased/Fixed-20250909-173639.yaml | 6 ------ .changes/unreleased/Fixed-20250910-180935.yaml | 6 ------ .changes/v4.4.0.md | 8 ++++++++ CHANGELOG.md | 9 +++++++++ 7 files changed, 17 insertions(+), 30 deletions(-) delete mode 100644 .changes/unreleased/Feature-20250211-142243.yaml delete mode 100644 .changes/unreleased/Feature-20250403-100311.yaml delete mode 100644 .changes/unreleased/Feature-20250403-100857.yaml delete mode 100644 .changes/unreleased/Fixed-20250909-173639.yaml delete mode 100644 .changes/unreleased/Fixed-20250910-180935.yaml create mode 100644 .changes/v4.4.0.md diff --git a/.changes/unreleased/Feature-20250211-142243.yaml b/.changes/unreleased/Feature-20250211-142243.yaml deleted file mode 100644 index 4f0b25e88..000000000 --- a/.changes/unreleased/Feature-20250211-142243.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Feature -body: Allow the merge of two accompanying period works -time: 2025-02-11T14:22:43.134106669+01:00 -custom: - Issue: "359" - SchemaChange: No schema change diff --git a/.changes/unreleased/Feature-20250403-100311.yaml b/.changes/unreleased/Feature-20250403-100311.yaml deleted file mode 100644 index 1076efc1a..000000000 --- a/.changes/unreleased/Feature-20250403-100311.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Feature -body: Duplication of a document to another accompanying period work evaluation -time: 2025-04-03T10:03:11.796736107+02:00 -custom: - Issue: "369" - SchemaChange: No schema change diff --git a/.changes/unreleased/Feature-20250403-100857.yaml b/.changes/unreleased/Feature-20250403-100857.yaml deleted file mode 100644 index 113ae8a2a..000000000 --- a/.changes/unreleased/Feature-20250403-100857.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Feature -body: Fusion of two accompanying period works -time: 2025-04-03T10:08:57.25079018+02:00 -custom: - Issue: "359" - SchemaChange: No schema change diff --git a/.changes/unreleased/Fixed-20250909-173639.yaml b/.changes/unreleased/Fixed-20250909-173639.yaml deleted file mode 100644 index 57dc42e20..000000000 --- a/.changes/unreleased/Fixed-20250909-173639.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Fixed -body: Fix display of 'duplicate' and 'merge' buttons in CRUD templates -time: 2025-09-09T17:36:39.960419639+02:00 -custom: - Issue: "" - SchemaChange: No schema change diff --git a/.changes/unreleased/Fixed-20250910-180935.yaml b/.changes/unreleased/Fixed-20250910-180935.yaml deleted file mode 100644 index 9e0a90cc8..000000000 --- a/.changes/unreleased/Fixed-20250910-180935.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Fixed -body: Fix saving notification preferences in user's profile -time: 2025-09-10T18:09:35.525979715+02:00 -custom: - Issue: "" - SchemaChange: No schema change diff --git a/.changes/v4.4.0.md b/.changes/v4.4.0.md new file mode 100644 index 000000000..bc8d2e98f --- /dev/null +++ b/.changes/v4.4.0.md @@ -0,0 +1,8 @@ +## v4.4.0 - 2025-09-11 +### Feature +* ([#359](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/359)) Allow the merge of two accompanying period works +* ([#369](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/369)) Duplication of a document to another accompanying period work evaluation +* ([#359](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/359)) Fusion of two accompanying period works +### Fixed +* Fix display of 'duplicate' and 'merge' buttons in CRUD templates +* Fix saving notification preferences in user's profile diff --git a/CHANGELOG.md b/CHANGELOG.md index dd6e978ac..d132554df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,15 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and is generated by [Changie](https://github.com/miniscruff/changie). +## v4.4.0 - 2025-09-11 +### Feature +* ([#359](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/359)) Allow the merge of two accompanying period works +* ([#369](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/369)) Duplication of a document to another accompanying period work evaluation +* ([#359](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/359)) Fusion of two accompanying period works +### Fixed +* Fix display of 'duplicate' and 'merge' buttons in CRUD templates +* Fix saving notification preferences in user's profile + ## v4.3.0 - 2025-09-08 ### Feature * ([#409](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/409)) Add 45 and 60 min calendar ranges