Skip to content

Commit 25556eb

Browse files
author
Laks Castro
authored
Merge pull request #87 from lakscastro/docs/changelog-v0.4.2
Add `CHANGELOG.md` for `v0.4.2`
2 parents 3e6680b + bef45b2 commit 25556eb

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,22 @@
1+
## 0.4.2
2+
3+
Minimal hotfix:
4+
5+
- 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).
6+
7+
## 0.4.1
8+
9+
Minimal hotfix of the example project:
10+
11+
- 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).
12+
113
## 0.4.0
214

315
Fix the current behavior of `listFiles` and `openDocumentFile` API.
416

517
### Improvements
618

7-
- It's now possible to list contents of all subfolders of a granted Uri opened from `openDocumentTree` ([@EternityForest](https://github.com/EternityForest)).
19+
- It's now possible to list contents of all subfolders of a granted Uri opened from `openDocumentTree` (@EternityForest).
820
- 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.
921

1022
### Breaking changes

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: shared_storage
22
description: "Flutter plugin to work with external storage."
3-
version: 0.4.1
3+
version: 0.4.2
44
homepage: https://github.com/lakscastro/shared-storage
55
repository: https://github.com/lakscastro/shared-storage
66
issue_tracker: https://github.com/lakscastro/shared-storage/issues

0 commit comments

Comments
 (0)