diff --git a/.changes/unreleased/DX-20251003-114344.yaml b/.changes/unreleased/DX-20251003-114344.yaml deleted file mode 100644 index c7b36e93a..000000000 --- a/.changes/unreleased/DX-20251003-114344.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: DX -body: Introduce a WaitingScreen component to display a waiting screen -time: 2025-10-03T11:43:44.688572711+02:00 -custom: - Issue: "" - SchemaChange: No schema change diff --git a/.changes/unreleased/Feature-20250724-161556.yaml b/.changes/unreleased/Feature-20250724-161556.yaml deleted file mode 100644 index e661f72e1..000000000 --- a/.changes/unreleased/Feature-20250724-161556.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Feature -body: Only allow delete of attachment on workflows that are not final -time: 2025-07-24T16:15:56.042884578+02:00 -custom: - Issue: "" - SchemaChange: No schema change diff --git a/.changes/unreleased/Feature-20250724-161628.yaml b/.changes/unreleased/Feature-20250724-161628.yaml deleted file mode 100644 index db2013b66..000000000 --- a/.changes/unreleased/Feature-20250724-161628.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Feature -body: Move up signature buttons on index workflow page for easier access -time: 2025-07-24T16:16:28.609598883+02:00 -custom: - Issue: "" - SchemaChange: No schema change diff --git a/.changes/unreleased/Feature-20250724-172013.yaml b/.changes/unreleased/Feature-20250724-172013.yaml deleted file mode 100644 index ab12bd88b..000000000 --- a/.changes/unreleased/Feature-20250724-172013.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Feature -body: Filter out document from attachment list if it is the same as the workflow document -time: 2025-07-24T17:20:13.118537573+02:00 -custom: - Issue: "" - SchemaChange: No schema change diff --git a/.changes/unreleased/Feature-20251003-113838.yaml b/.changes/unreleased/Feature-20251003-113838.yaml deleted file mode 100644 index 22257a5e1..000000000 --- a/.changes/unreleased/Feature-20251003-113838.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Feature -body: Block edition on attached document on workflow, if the workflow is finalized or sent external -time: 2025-10-03T11:38:38.879030263+02:00 -custom: - Issue: "" - SchemaChange: No schema change diff --git a/.changes/unreleased/Feature-20251003-113937.yaml b/.changes/unreleased/Feature-20251003-113937.yaml deleted file mode 100644 index 85f4118bb..000000000 --- a/.changes/unreleased/Feature-20251003-113937.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Feature -body: Convert workflow's attached document to pdf while sending them external -time: 2025-10-03T11:39:37.382834874+02:00 -custom: - Issue: "" - SchemaChange: No schema change diff --git a/.changes/unreleased/Feature-20251003-114233.yaml b/.changes/unreleased/Feature-20251003-114233.yaml deleted file mode 100644 index 42296ca94..000000000 --- a/.changes/unreleased/Feature-20251003-114233.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Feature -body: After a signature is canceled or rejected, going to a waiting page until the post-process routines apply a workflow transition -time: 2025-10-03T11:42:33.859561072+02:00 -custom: - Issue: "" - SchemaChange: No schema change diff --git a/.changes/unreleased/Fixed-20250918-114044.yaml b/.changes/unreleased/Fixed-20250918-114044.yaml deleted file mode 100644 index fe50576fe..000000000 --- a/.changes/unreleased/Fixed-20250918-114044.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Fixed -body: Increased the number of required characters when setting a new password in Chill from 9 to 14 - GDPR compliance -time: 2025-09-18T11:40:44.858533536+02:00 -custom: - Issue: "426" - SchemaChange: No schema change diff --git a/.changes/unreleased/Fixed-20251003-114144.yaml b/.changes/unreleased/Fixed-20251003-114144.yaml deleted file mode 100644 index 92be727be..000000000 --- a/.changes/unreleased/Fixed-20251003-114144.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Fixed -body: Fix permissions on storedObject which are subject by a workflow -time: 2025-10-03T11:41:44.17608896+02:00 -custom: - Issue: "" - SchemaChange: No schema change diff --git a/.changes/v4.5.0.md b/.changes/v4.5.0.md new file mode 100644 index 000000000..1744eca0c --- /dev/null +++ b/.changes/v4.5.0.md @@ -0,0 +1,13 @@ +## v4.5.0 - 2025-10-03 +### Feature +* Only allow delete of attachment on workflows that are not final +* Move up signature buttons on index workflow page for easier access +* Filter out document from attachment list if it is the same as the workflow document +* Block edition on attached document on workflow, if the workflow is finalized or sent external +* Convert workflow's attached document to pdf while sending them external +* After a signature is canceled or rejected, going to a waiting page until the post-process routines apply a workflow transition +### Fixed +* ([#426](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/426)) Increased the number of required characters when setting a new password in Chill from 9 to 14 - GDPR compliance +* Fix permissions on storedObject which are subject by a workflow +### DX +* Introduce a WaitingScreen component to display a waiting screen diff --git a/CHANGELOG.md b/CHANGELOG.md index f0c695e2f..2cc145cc8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,20 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and is generated by [Changie](https://github.com/miniscruff/changie). +## v4.5.0 - 2025-10-03 +### Feature +* Only allow delete of attachment on workflows that are not final +* Move up signature buttons on index workflow page for easier access +* Filter out document from attachment list if it is the same as the workflow document +* Block edition on attached document on workflow, if the workflow is finalized or sent external +* Convert workflow's attached document to pdf while sending them external +* After a signature is canceled or rejected, going to a waiting page until the post-process routines apply a workflow transition +### Fixed +* ([#426](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/426)) Increased the number of required characters when setting a new password in Chill from 9 to 14 - GDPR compliance +* Fix permissions on storedObject which are subject by a workflow +### DX +* Introduce a WaitingScreen component to display a waiting screen + ## v4.4.2 - 2025-09-12 ### Fixed * Fix document generation and workflow generation do not work on accompanying period work documents