0.10.0-beta02
✨ What's new
- Open the share file dialog from a PlatformFile by @jmseb3 in #210 - Documentation link
- Introduce Scoped Resource Access to facilitate accessing files information in iOS and macOS by @vinceglb in #241 - Documentation link
- Add ImageBitmap utils by @vinceglb in #233 - Documentation link
- Nullable extension parameter in openFileSaver() by @vinceglb in #242
🐛 Bug fixes
- Fix the iOS file saver feature by @vinceglb in #229
- Fix: fall back to single
file
value if multifiles
value is empty in AWT and Swing by @zacharee in #235 - Improve FileKit Core stability on Android by @vinceglb in #243
⬆️ Dependency updates
- Bump kotlin from 2.1.10 to 2.1.20
- Bump jna from 5.16.0 to 5.17.0
- Bump dbus-java from 5.1.0 to 5.1.1
- Bump kotlinx-coroutines from 1.10.1 to 1.10.2
⚗️ New File Explorer Sample
This new sample demonstrates how to use FileKit to reproduce a minimal file explorer in Kotlin. It shows how to get a list of files, all their related information, and perform some basic operations even on iOS thanks to the new security scope methods. It targets Android, iOS and JVM.
🙏 New Contributors
A big thank you to all the contributors ❤️
Full Changelog: 0.10.0-beta01...0.10.0-beta02