From 9eb571549be12085517d0bf2795b84d039815371 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Wed, 5 Jun 2024 16:21:11 +0200 Subject: [PATCH] Prepare for release 2.20.0 --- .../unreleased/Fixed-20240526-220837.yaml | 6 ----- .../unreleased/Fixed-20240604-212309.yaml | 5 ----- .changes/v2.20.0.md | 21 ++++++++++++++++++ CHANGELOG.md | 22 +++++++++++++++++++ 4 files changed, 43 insertions(+), 11 deletions(-) delete mode 100644 .changes/unreleased/Fixed-20240526-220837.yaml delete mode 100644 .changes/unreleased/Fixed-20240604-212309.yaml create mode 100644 .changes/v2.20.0.md diff --git a/.changes/unreleased/Fixed-20240526-220837.yaml b/.changes/unreleased/Fixed-20240526-220837.yaml deleted file mode 100644 index ffe35eeda..000000000 --- a/.changes/unreleased/Fixed-20240526-220837.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Fixed -body: Display agents traitants instead of accompanying period referrer in export list - social actions. -time: 2024-05-26T22:08:37.281237634+02:00 -custom: - Issue: "170" diff --git a/.changes/unreleased/Fixed-20240604-212309.yaml b/.changes/unreleased/Fixed-20240604-212309.yaml deleted file mode 100644 index c57beea86..000000000 --- a/.changes/unreleased/Fixed-20240604-212309.yaml +++ /dev/null @@ -1,5 +0,0 @@ -kind: Fixed -body: Added translations for choices of durations (> 5 hours) -time: 2024-06-04T21:23:09.809190869+02:00 -custom: - Issue: "" diff --git a/.changes/v2.20.0.md b/.changes/v2.20.0.md new file mode 100644 index 000000000..7cfb4809c --- /dev/null +++ b/.changes/v2.20.0.md @@ -0,0 +1,21 @@ +## v2.20.0 - 2024-06-05 +### Fixed +* ([#170](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/170)) Display agents traitants instead of accompanying period referrer in export list social actions. +* Added translations for choices of durations (> 5 hours) +### Feature +* ([#145](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/145)) Allow to open documents in LibreOffice locally (need configuration within security); + + This endpoint should be added to make the endpoint works properly: + + ```yaml + security: + firewalls: + dav: + pattern: ^/dav + provider: chain_provider + stateless: true + guard: + authenticators: + - Chill\DocStoreBundle\Security\Guard\JWTOnDavUrlAuthenticator + + ``` diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b2f5e2e1..e380f460f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,28 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and is generated by [Changie](https://github.com/miniscruff/changie). +## v2.20.0 - 2024-06-05 +### Fixed +* ([#170](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/170)) Display agents traitants instead of accompanying period referrer in export list social actions. +* Added translations for choices of durations (> 5 hours) +### Feature +* ([#145](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/145)) Allow to open documents in LibreOffice locally (need configuration within security); + + This endpoint should be added to make the endpoint works properly: + + ```yaml + security: + firewalls: + dav: + pattern: ^/dav + provider: chain_provider + stateless: true + guard: + authenticators: + - Chill\DocStoreBundle\Security\Guard\JWTOnDavUrlAuthenticator + + ``` + ## v2.19.0 - 2024-05-14 ### Feature * ([#197](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/197)) Make the script which subscribe to microsoft calendars changes more tolerant to errors or missing configuration on the microsoft side