vinceglb/FileKit (io.github.vinceglb:filekit-compose)
### [`v0.8.3`](https://redirect.github.com/vinceglb/FileKit/releases/tag/0.8.3)
[Compare Source](https://redirect.github.com/vinceglb/FileKit/compare/0.8.2...0.8.3)
#### β¨ What's new
- Add a `getStream` method to PlatformFile which allows reading files a few chunks at a time instead of putting the whole file in memory at once by [@santiwanti](https://redirect.github.com/santiwanti) in [https://github.com/vinceglb/FileKit/pull/59](https://redirect.github.com/vinceglb/FileKit/pull/59)
#### π Bug fixes
- Remove extra bytes when overriding a file with a smaller file in android by [@santiwanti](https://redirect.github.com/santiwanti) in [https://github.com/vinceglb/FileKit/pull/119](https://redirect.github.com/vinceglb/FileKit/pull/119)
- Fix the path retrieval on Android by [@santiwanti](https://redirect.github.com/santiwanti) in [https://github.com/vinceglb/FileKit/pull/120](https://redirect.github.com/vinceglb/FileKit/pull/120)
#### β Improvements
- Upgrade JNA to 5.15.0 in [https://github.com/vinceglb/FileKit/pull/112](https://redirect.github.com/vinceglb/FileKit/pull/112)
**Full Changelog**: https://github.com/vinceglb/FileKit/compare/0.8.2...0.8.3
### [`v0.8.2`](https://redirect.github.com/vinceglb/FileKit/releases/tag/0.8.2)
[Compare Source](https://redirect.github.com/vinceglb/FileKit/compare/0.8.1...0.8.2)
#### β Improvements
- β¬οΈ Bump kotlin from 2.0.10 to 2.0.20 in [https://github.com/vinceglb/FileKit/pull/97](https://redirect.github.com/vinceglb/FileKit/pull/97)
- β¨ Add resolvesAliases on JVM with FileKitPlatformSettings by [@vinceglb](https://redirect.github.com/vinceglb) in [https://github.com/vinceglb/FileKit/pull/98](https://redirect.github.com/vinceglb/FileKit/pull/98)
**Full Changelog**: https://github.com/vinceglb/FileKit/compare/0.8.1...0.8.2
### [`v0.8.1`](https://redirect.github.com/vinceglb/FileKit/releases/tag/0.8.1)
[Compare Source](https://redirect.github.com/vinceglb/FileKit/compare/0.8.0...0.8.1)
#### β Improvements
- Override `saveFile()` in LinuxFilePicker by [@zacharee](https://redirect.github.com/zacharee) in [https://github.com/vinceglb/FileKit/pull/91](https://redirect.github.com/vinceglb/FileKit/pull/91)
- Fix Map cast inside XDG ResponseHandler by [@zacharee](https://redirect.github.com/zacharee) in [https://github.com/vinceglb/FileKit/pull/90](https://redirect.github.com/vinceglb/FileKit/pull/90)
#### π New Contributors
A big thank you to all the contributors β€οΈ
- [@zacharee](https://redirect.github.com/zacharee) made their first contribution in [https://github.com/vinceglb/FileKit/pull/91](https://redirect.github.com/vinceglb/FileKit/pull/91)
**Full Changelog**: https://github.com/vinceglb/FileKit/compare/0.8.0...0.8.1
### [`v0.8.0`](https://redirect.github.com/vinceglb/FileKit/releases/tag/0.8.0)
[Compare Source](https://redirect.github.com/vinceglb/FileKit/compare/0.7.0...0.8.0)
![Frame 2](https://redirect.github.com/user-attachments/assets/ebdf46eb-6c66-45e0-a20f-1ca42698c73b)
#### β¨ What's new
- Update Kotlin to 2.0.10 in [https://github.com/vinceglb/FileKit/pull/83](https://redirect.github.com/vinceglb/FileKit/pull/83)
- Uses Swing JFileChooser as fallback for Linux by [@p0058781](https://redirect.github.com/p0058781) in [https://github.com/vinceglb/FileKit/pull/81](https://redirect.github.com/vinceglb/FileKit/pull/81)
- Uses latest Windows dialogs UI / UX by [@vinceglb](https://redirect.github.com/vinceglb) in [https://github.com/vinceglb/FileKit/pull/88](https://redirect.github.com/vinceglb/FileKit/pull/88)
- Add WindowsFileChooser multiple support by [@kingsword09](https://redirect.github.com/kingsword09) in [https://github.com/vinceglb/FileKit/pull/80](https://redirect.github.com/vinceglb/FileKit/pull/80)
#### π Bug fixes
- Fix impossible to select files when no mine is found on Android by [@vinceglb](https://redirect.github.com/vinceglb) in [https://github.com/vinceglb/FileKit/pull/86](https://redirect.github.com/vinceglb/FileKit/pull/86)
- Fix: remove unnecessary JVM dependency by [@zt64](https://redirect.github.com/zt64) in [https://github.com/vinceglb/FileKit/pull/87](https://redirect.github.com/vinceglb/FileKit/pull/87)
- Fix README.md typo by [@zhelenskiy](https://redirect.github.com/zhelenskiy) in [https://github.com/vinceglb/FileKit/pull/72](https://redirect.github.com/vinceglb/FileKit/pull/72)
- Fix Problems when creating Release Distributable for Desktop with Proguard by [@vinceglb](https://redirect.github.com/vinceglb) in [https://github.com/vinceglb/FileKit/pull/88](https://redirect.github.com/vinceglb/FileKit/pull/88)
#### π New Contributors
A big thank you to all the contributors β€οΈ
- [@zhelenskiy](https://redirect.github.com/zhelenskiy) made their first contribution in [https://github.com/vinceglb/FileKit/pull/72](https://redirect.github.com/vinceglb/FileKit/pull/72)
- [@kingsword09](https://redirect.github.com/kingsword09) made their first contribution in [https://github.com/vinceglb/FileKit/pull/80](https://redirect.github.com/vinceglb/FileKit/pull/80)
- [@p0058781](https://redirect.github.com/p0058781) made their first contribution in [https://github.com/vinceglb/FileKit/pull/81](https://redirect.github.com/vinceglb/FileKit/pull/81)
- [@zt64](https://redirect.github.com/zt64) made their first contribution in [https://github.com/vinceglb/FileKit/pull/87](https://redirect.github.com/vinceglb/FileKit/pull/87)
**Full Changelog**: https://github.com/vinceglb/FileKit/compare/0.7.0...0.8.0
Configuration
π Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
π¦ Automerge: Disabled by config. Please merge this manually once you are satisfied.
β» Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
π Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
0.7.0
->0.8.3
Release Notes
vinceglb/FileKit (io.github.vinceglb:filekit-compose)
### [`v0.8.3`](https://redirect.github.com/vinceglb/FileKit/releases/tag/0.8.3) [Compare Source](https://redirect.github.com/vinceglb/FileKit/compare/0.8.2...0.8.3) #### β¨ What's new - Add a `getStream` method to PlatformFile which allows reading files a few chunks at a time instead of putting the whole file in memory at once by [@santiwanti](https://redirect.github.com/santiwanti) in [https://github.com/vinceglb/FileKit/pull/59](https://redirect.github.com/vinceglb/FileKit/pull/59) #### π Bug fixes - Remove extra bytes when overriding a file with a smaller file in android by [@santiwanti](https://redirect.github.com/santiwanti) in [https://github.com/vinceglb/FileKit/pull/119](https://redirect.github.com/vinceglb/FileKit/pull/119) - Fix the path retrieval on Android by [@santiwanti](https://redirect.github.com/santiwanti) in [https://github.com/vinceglb/FileKit/pull/120](https://redirect.github.com/vinceglb/FileKit/pull/120) #### β Improvements - Upgrade JNA to 5.15.0 in [https://github.com/vinceglb/FileKit/pull/112](https://redirect.github.com/vinceglb/FileKit/pull/112) **Full Changelog**: https://github.com/vinceglb/FileKit/compare/0.8.2...0.8.3 ### [`v0.8.2`](https://redirect.github.com/vinceglb/FileKit/releases/tag/0.8.2) [Compare Source](https://redirect.github.com/vinceglb/FileKit/compare/0.8.1...0.8.2) #### β Improvements - β¬οΈ Bump kotlin from 2.0.10 to 2.0.20 in [https://github.com/vinceglb/FileKit/pull/97](https://redirect.github.com/vinceglb/FileKit/pull/97) - β¨ Add resolvesAliases on JVM with FileKitPlatformSettings by [@vinceglb](https://redirect.github.com/vinceglb) in [https://github.com/vinceglb/FileKit/pull/98](https://redirect.github.com/vinceglb/FileKit/pull/98) **Full Changelog**: https://github.com/vinceglb/FileKit/compare/0.8.1...0.8.2 ### [`v0.8.1`](https://redirect.github.com/vinceglb/FileKit/releases/tag/0.8.1) [Compare Source](https://redirect.github.com/vinceglb/FileKit/compare/0.8.0...0.8.1) #### β Improvements - Override `saveFile()` in LinuxFilePicker by [@zacharee](https://redirect.github.com/zacharee) in [https://github.com/vinceglb/FileKit/pull/91](https://redirect.github.com/vinceglb/FileKit/pull/91) - Fix Map cast inside XDG ResponseHandler by [@zacharee](https://redirect.github.com/zacharee) in [https://github.com/vinceglb/FileKit/pull/90](https://redirect.github.com/vinceglb/FileKit/pull/90) #### π New Contributors A big thank you to all the contributors β€οΈ - [@zacharee](https://redirect.github.com/zacharee) made their first contribution in [https://github.com/vinceglb/FileKit/pull/91](https://redirect.github.com/vinceglb/FileKit/pull/91) **Full Changelog**: https://github.com/vinceglb/FileKit/compare/0.8.0...0.8.1 ### [`v0.8.0`](https://redirect.github.com/vinceglb/FileKit/releases/tag/0.8.0) [Compare Source](https://redirect.github.com/vinceglb/FileKit/compare/0.7.0...0.8.0) ![Frame 2](https://redirect.github.com/user-attachments/assets/ebdf46eb-6c66-45e0-a20f-1ca42698c73b) #### β¨ What's new - Update Kotlin to 2.0.10 in [https://github.com/vinceglb/FileKit/pull/83](https://redirect.github.com/vinceglb/FileKit/pull/83) - Uses Swing JFileChooser as fallback for Linux by [@p0058781](https://redirect.github.com/p0058781) in [https://github.com/vinceglb/FileKit/pull/81](https://redirect.github.com/vinceglb/FileKit/pull/81) - Uses latest Windows dialogs UI / UX by [@vinceglb](https://redirect.github.com/vinceglb) in [https://github.com/vinceglb/FileKit/pull/88](https://redirect.github.com/vinceglb/FileKit/pull/88) - Add WindowsFileChooser multiple support by [@kingsword09](https://redirect.github.com/kingsword09) in [https://github.com/vinceglb/FileKit/pull/80](https://redirect.github.com/vinceglb/FileKit/pull/80) #### π Bug fixes - Fix impossible to select files when no mine is found on Android by [@vinceglb](https://redirect.github.com/vinceglb) in [https://github.com/vinceglb/FileKit/pull/86](https://redirect.github.com/vinceglb/FileKit/pull/86) - Fix: remove unnecessary JVM dependency by [@zt64](https://redirect.github.com/zt64) in [https://github.com/vinceglb/FileKit/pull/87](https://redirect.github.com/vinceglb/FileKit/pull/87) - Fix README.md typo by [@zhelenskiy](https://redirect.github.com/zhelenskiy) in [https://github.com/vinceglb/FileKit/pull/72](https://redirect.github.com/vinceglb/FileKit/pull/72) - Fix Problems when creating Release Distributable for Desktop with Proguard by [@vinceglb](https://redirect.github.com/vinceglb) in [https://github.com/vinceglb/FileKit/pull/88](https://redirect.github.com/vinceglb/FileKit/pull/88) #### π New Contributors A big thank you to all the contributors β€οΈ - [@zhelenskiy](https://redirect.github.com/zhelenskiy) made their first contribution in [https://github.com/vinceglb/FileKit/pull/72](https://redirect.github.com/vinceglb/FileKit/pull/72) - [@kingsword09](https://redirect.github.com/kingsword09) made their first contribution in [https://github.com/vinceglb/FileKit/pull/80](https://redirect.github.com/vinceglb/FileKit/pull/80) - [@p0058781](https://redirect.github.com/p0058781) made their first contribution in [https://github.com/vinceglb/FileKit/pull/81](https://redirect.github.com/vinceglb/FileKit/pull/81) - [@zt64](https://redirect.github.com/zt64) made their first contribution in [https://github.com/vinceglb/FileKit/pull/87](https://redirect.github.com/vinceglb/FileKit/pull/87) **Full Changelog**: https://github.com/vinceglb/FileKit/compare/0.7.0...0.8.0Configuration
π Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
π¦ Automerge: Disabled by config. Please merge this manually once you are satisfied.
β» Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
π Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.