Skip to content

0.10.0-beta02

Compare
Choose a tag to compare
@vinceglb vinceglb released this 21 Apr 00:51
· 53 commits to main since this release
2386167

✨ What's new

🐛 Bug fixes

  • Fix the iOS file saver feature by @vinceglb in #229
  • Fix: fall back to single file value if multi files 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