From 91e6b035bd702bd04a0e940556ff7e08af4635e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Mon, 11 Dec 2023 17:23:47 +0100 Subject: [PATCH] release 2.15.0 --- .../unreleased/Feature-20231204-162923.yaml | 5 ----- .../unreleased/Feature-20231204-181156.yaml | 5 ----- .changes/unreleased/Fixed-20231129-113458.yaml | 5 ----- .changes/unreleased/Fixed-20231201-094510.yaml | 5 ----- .changes/unreleased/Fixed-20231204-171716.yaml | 6 ------ .changes/unreleased/Fixed-20231207-232129.yaml | 6 ------ .changes/unreleased/Fixed-20231207-232522.yaml | 6 ------ .changes/v2.15.0.md | 11 +++++++++++ CHANGELOG.md | 18 ++++++++++++++++++ 9 files changed, 29 insertions(+), 38 deletions(-) delete mode 100644 .changes/unreleased/Feature-20231204-162923.yaml delete mode 100644 .changes/unreleased/Feature-20231204-181156.yaml delete mode 100644 .changes/unreleased/Fixed-20231129-113458.yaml delete mode 100644 .changes/unreleased/Fixed-20231201-094510.yaml delete mode 100644 .changes/unreleased/Fixed-20231204-171716.yaml delete mode 100644 .changes/unreleased/Fixed-20231207-232129.yaml delete mode 100644 .changes/unreleased/Fixed-20231207-232522.yaml create mode 100644 .changes/v2.15.0.md diff --git a/.changes/unreleased/Feature-20231204-162923.yaml b/.changes/unreleased/Feature-20231204-162923.yaml deleted file mode 100644 index 745ad159a..000000000 --- a/.changes/unreleased/Feature-20231204-162923.yaml +++ /dev/null @@ -1,5 +0,0 @@ -kind: Feature -body: Add export "number of household associate with an exchange" -time: 2023-12-04T16:29:23.341485328+01:00 -custom: - Issue: "191" diff --git a/.changes/unreleased/Feature-20231204-181156.yaml b/.changes/unreleased/Feature-20231204-181156.yaml deleted file mode 100644 index a3d3ce620..000000000 --- a/.changes/unreleased/Feature-20231204-181156.yaml +++ /dev/null @@ -1,5 +0,0 @@ -kind: Feature -body: 'Export: add dates on the filter "filter course by activity type"' -time: 2023-12-04T18:11:56.906524311+01:00 -custom: - Issue: "235" diff --git a/.changes/unreleased/Fixed-20231129-113458.yaml b/.changes/unreleased/Fixed-20231129-113458.yaml deleted file mode 100644 index e2d74d98e..000000000 --- a/.changes/unreleased/Fixed-20231129-113458.yaml +++ /dev/null @@ -1,5 +0,0 @@ -kind: Fixed -body: Fix error when posting an empty comment on an accompanying period. -time: 2023-11-29T11:34:58.986983057+01:00 -custom: - Issue: "214" diff --git a/.changes/unreleased/Fixed-20231201-094510.yaml b/.changes/unreleased/Fixed-20231201-094510.yaml deleted file mode 100644 index b2239d12d..000000000 --- a/.changes/unreleased/Fixed-20231201-094510.yaml +++ /dev/null @@ -1,5 +0,0 @@ -kind: Fixed -body: Fix "filter evaluation by evaluation type" (and add select2 to the list of evaluation types to pick) -time: 2023-12-01T09:45:10.744382859+01:00 -custom: - Issue: "233" diff --git a/.changes/unreleased/Fixed-20231204-171716.yaml b/.changes/unreleased/Fixed-20231204-171716.yaml deleted file mode 100644 index 048cb1949..000000000 --- a/.changes/unreleased/Fixed-20231204-171716.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Fixed -body: | - Fix "filter aside activity by date" -time: 2023-12-04T17:17:16.553597209+01:00 -custom: - Issue: "234" diff --git a/.changes/unreleased/Fixed-20231207-232129.yaml b/.changes/unreleased/Fixed-20231207-232129.yaml deleted file mode 100644 index 12a4666b4..000000000 --- a/.changes/unreleased/Fixed-20231207-232129.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Fixed -body: Fix export of activity for people created before the introduction of the createdAt - column on person (during v1) -time: 2023-12-07T23:21:29.976822313+01:00 -custom: - Issue: "228" diff --git a/.changes/unreleased/Fixed-20231207-232522.yaml b/.changes/unreleased/Fixed-20231207-232522.yaml deleted file mode 100644 index 9b43b14e6..000000000 --- a/.changes/unreleased/Fixed-20231207-232522.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Fixed -body: Do not show activities, evaluations and social work when associated to a confidential - accompanying period, except for the users which are allowed to see them -time: 2023-12-07T23:25:22.644453189+01:00 -custom: - Issue: "246" diff --git a/.changes/v2.15.0.md b/.changes/v2.15.0.md new file mode 100644 index 000000000..3c350870b --- /dev/null +++ b/.changes/v2.15.0.md @@ -0,0 +1,11 @@ +## v2.15.0 - 2023-12-11 +### Feature +* ([#191](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/191)) Add export "number of household associate with an exchange" +* ([#235](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/235)) Export: add dates on the filter "filter course by activity type" +### Fixed +* ([#214](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/214)) Fix error when posting an empty comment on an accompanying period. +* ([#233](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/233)) Fix "filter evaluation by evaluation type" (and add select2 to the list of evaluation types to pick) +* ([#234](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/234)) Fix "filter aside activity by date" + +* ([#228](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/228)) Fix export of activity for people created before the introduction of the createdAt column on person (during v1) +* ([#246](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/246)) Do not show activities, evaluations and social work when associated to a confidential accompanying period, except for the users which are allowed to see them diff --git a/CHANGELOG.md b/CHANGELOG.md index 33c28ef98..9815a47ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,24 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and is generated by [Changie](https://github.com/miniscruff/changie). +## v2.15.0 - 2023-12-11 +### Feature +* ([#191](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/191)) Add export "number of household associate with an exchange" +* ([#235](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/235)) Export: add dates on the filter "filter course by activity type" +### Fixed +* ([#214](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/214)) Fix error when posting an empty comment on an accompanying period. +* ([#233](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/233)) Fix "filter evaluation by evaluation type" (and add select2 to the list of evaluation types to pick) +* ([#234](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/234)) Fix "filter aside activity by date" + +* ([#228](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/228)) Fix export of activity for people created before the introduction of the createdAt column on person (during v1) +* ([#246](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/246)) Do not show activities, evaluations and social work when associated to a confidential accompanying period, except for the users which are allowed to see them + +## v2.14.1 - 2023-11-29 +### Fixed +* Export: fix list person with custom fields +* ([#100](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/100)) Add a paginator to budget elements (resource and charge types) in the admin +* Fix error in ListEvaluation when "handling agents" are alone + ## v2.14.0 - 2023-11-24 ### Feature * ([#161](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/161)) Export: in filter "Filter accompanying period work (social action) by type, goal and result", order the items alphabetically or with the defined order