You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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
+
1
13
## 0.4.0
2
14
3
15
Fix the current behavior of `listFiles` and `openDocumentFile` API.
4
16
5
17
### Improvements
6
18
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).
8
20
- 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.
0 commit comments