From 5a13a89ac6b6c8c6228054414c5d9a8342b0c105 Mon Sep 17 00:00:00 2001 From: lakscastro Date: Fri, 15 Jul 2022 10:35:29 -0300 Subject: [PATCH 1/2] (#86) Log `CHANGELOG.md` closes `OutputStream` --- CHANGELOG.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7dbd4e7..bed20b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,22 @@ +## 0.4.2 + +Minimal hotfix: + +- Closes the `OutputStream` when creating a file [#61](https://github.com/lakscastro/shared-storage/issues/61), [#86](https://github.com/lakscastro/shared-storage/pull/86) (@jfaltis). + +## 0.4.1 + +Minimal hotfix of the example project: + +- Fix build error of the example project. Reported at [#70](https://github.com/lakscastro/shared-storage/issues/70) and fixed by [#72](https://github.com/lakscastro/shared-storage/pull/72) (@jfaltis). + ## 0.4.0 Fix the current behavior of `listFiles` and `openDocumentFile` API. ### Improvements -- It's now possible to list contents of all subfolders of a granted Uri opened from `openDocumentTree` ([@EternityForest](https://github.com/EternityForest)). +- It's now possible to list contents of all subfolders of a granted Uri opened from `openDocumentTree` (@EternityForest). - Now `ACTION_VIEW` intent builder through `openDocumentFile` API was fixed. So it's now possible to open any file of any kind in third party apps without needing specify the mime type. ### Breaking changes From bef45b25d16b72b9f1e57ac85e08083babc09aee Mon Sep 17 00:00:00 2001 From: lakscastro Date: Fri, 15 Jul 2022 10:37:57 -0300 Subject: [PATCH 2/2] (#86) Set plugin version to `v0.4.2` --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 5f4f0de..49b10ba 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: shared_storage description: "Flutter plugin to work with external storage." -version: 0.4.1 +version: 0.4.2 homepage: https://github.com/lakscastro/shared-storage repository: https://github.com/lakscastro/shared-storage issue_tracker: https://github.com/lakscastro/shared-storage/issues