diff --git a/.changes/unreleased/Feature-20240911-132134.yaml b/.changes/unreleased/Feature-20240911-132134.yaml deleted file mode 100644 index 1ee08e968..000000000 --- a/.changes/unreleased/Feature-20240911-132134.yaml +++ /dev/null @@ -1,7 +0,0 @@ -kind: Feature -body: When a document is converted or downloaded in the browser, this document is - removed from the browser memory after 45s. Future click on the button re-download - the document. -time: 2024-09-11T13:21:34.444838795+02:00 -custom: - Issue: "306" diff --git a/.changes/v2.24.0.md b/.changes/v2.24.0.md new file mode 100644 index 000000000..b1ec2a194 --- /dev/null +++ b/.changes/v2.24.0.md @@ -0,0 +1,3 @@ +## v2.24.0 - 2024-09-11 +### Feature +* ([#306](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/306)) When a document is converted or downloaded in the browser, this document is removed from the browser memory after 45s. Future click on the button re-download the document. diff --git a/CHANGELOG.md b/CHANGELOG.md index 66e674d6b..db735c10a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and is generated by [Changie](https://github.com/miniscruff/changie). +## v2.24.0 - 2024-09-11 +### Feature +* ([#306](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/306)) When a document is converted or downloaded in the browser, this document is removed from the browser memory after 45s. Future click on the button re-download the document. + ## v2.23.0 - 2024-07-19 ### Feature * ([#123](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/123)) Add a button to duplicate calendar ranges from a week to another one