msasikanth / twine

Twine: A multiplatform RSS reader built using Kotlin and Compose
Apache License 2.0
1.77k stars 73 forks source link

Update dependency io.github.vinceglb:filekit-compose to v0.8.3 #743

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 2 months ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.github.vinceglb:filekit-compose 0.7.0 -> 0.8.3 age adoption passing confidence

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.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.



This PR was generated by Mend Renovate. View the repository job log.