Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Atwa committed Jul 2, 2024
1 parent 5ba5994 commit 1c51f50
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,17 +110,18 @@ made in uploading them to server without the need to ask use for a single permis
```

### Version history
| Version | Release note |
|---------|-----------------------------------------------------------------------------------------------------------------------------------------------------|
| 1.0.0 | Initial release. |
| 1.0.1 | Increase buffer size (8GB) to be larger for better performance. |
| 1.0.3 | Fix bug : LifecycleOwner Activity is attempting to register while current state is RESUMED. |
| 1.0.4 | Enhancement : Avoid possible activity reference leaking. <br /> Feature : Implement camera image picker. |
| 1.0.5 | Feature : Support fragments. <br /> Feature : Implement file picking from initial directory. <br /> fix : obsolete app icon unintended overriding. |
| 1.0.6 | Enhancement : Add file extension to video files and images picked from camera. |
| 1.0.7 | Fix bug : Captured image file from camera is corrupted. |
| 1.0.8 | Enhancement : High quality camera image. |
| 1.0.9 | Refactor : Replaced coroutines by Executor & Handler. <br /> Update : Updated compileSdk to 34. |
| Version | Release note |
|---------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| 1.0.0 | Initial release. |
| 1.0.1 | Increase buffer size (8GB) to be larger for better performance. |
| 1.0.3 | Fix bug : LifecycleOwner Activity is attempting to register while current state is RESUMED. |
| 1.0.4 | Enhancement : Avoid possible activity reference leaking. <br /> Feature : Implement camera image picker. |
| 1.0.5 | Feature : Support fragments. <br /> Feature : Implement file picking from initial directory. <br /> fix : obsolete app icon unintended overriding. |
| 1.0.6 | Enhancement : Add file extension to video files and images picked from camera. |
| 1.0.7 | Fix bug : Captured image file from camera is corrupted. |
| 1.0.8 | Enhancement : High quality camera image. |
| 1.0.9 | Refactor : Replaced coroutines by Executor & Handler. <br /> Update : Updated compileSdk to 34. |
| 1.0.10 | Fix bug : capture image issue for the second time. <br /> Fix bug : installing multiple apps using the library on the same device. <br /> Close issue : https://github.com/Atwa/filepicker/issues/25 |


### Contribution
Expand Down

0 comments on commit 1c51f50

Please sign in to comment.