Update dependency io.github.vinceglb:filekit-dialogs-compose to v0.14.2#1393
Open
renovate[bot] wants to merge 2 commits into
Open
Update dependency io.github.vinceglb:filekit-dialogs-compose to v0.14.2#1393renovate[bot] wants to merge 2 commits into
renovate[bot] wants to merge 2 commits into
Conversation
renovate
Bot
force-pushed
the
renovate/filekit.dialogs.compose
branch
from
July 28, 2025 11:27
a4078ea to
c6fb605
Compare
renovate
Bot
force-pushed
the
renovate/filekit.dialogs.compose
branch
from
August 10, 2025 12:34
c6fb605 to
0b183b2
Compare
renovate
Bot
force-pushed
the
renovate/filekit.dialogs.compose
branch
from
September 8, 2025 11:55
0b183b2 to
8e11bff
Compare
renovate
Bot
force-pushed
the
renovate/filekit.dialogs.compose
branch
from
October 4, 2025 21:53
8e11bff to
1375f17
Compare
renovate
Bot
force-pushed
the
renovate/filekit.dialogs.compose
branch
from
November 10, 2025 23:32
1375f17 to
77c6da4
Compare
renovate
Bot
force-pushed
the
renovate/filekit.dialogs.compose
branch
from
November 18, 2025 22:32
77c6da4 to
44009f8
Compare
renovate
Bot
force-pushed
the
renovate/filekit.dialogs.compose
branch
from
December 30, 2025 14:44
44009f8 to
c3b51b9
Compare
renovate
Bot
force-pushed
the
renovate/filekit.dialogs.compose
branch
from
January 19, 2026 19:49
c3b51b9 to
9acedfe
Compare
renovate
Bot
force-pushed
the
renovate/filekit.dialogs.compose
branch
from
February 2, 2026 17:40
9acedfe to
bb8b31c
Compare
renovate
Bot
force-pushed
the
renovate/filekit.dialogs.compose
branch
from
February 12, 2026 11:49
bb8b31c to
07058ae
Compare
renovate
Bot
force-pushed
the
renovate/filekit.dialogs.compose
branch
from
February 25, 2026 08:07
07058ae to
2630770
Compare
renovate
Bot
force-pushed
the
renovate/filekit.dialogs.compose
branch
from
February 27, 2026 14:35
2630770 to
d30f9f0
Compare
renovate
Bot
force-pushed
the
renovate/filekit.dialogs.compose
branch
from
March 13, 2026 14:11
d30f9f0 to
db8283b
Compare
renovate
Bot
force-pushed
the
renovate/filekit.dialogs.compose
branch
from
April 1, 2026 19:58
db8283b to
9dcdce9
Compare
steve-the-edwards
force-pushed
the
renovate/filekit.dialogs.compose
branch
from
May 1, 2026 17:35
9dcdce9 to
e705eb9
Compare
renovate
Bot
force-pushed
the
renovate/filekit.dialogs.compose
branch
2 times, most recently
from
May 3, 2026 11:46
d4e5d4a to
5df3134
Compare
renovate
Bot
force-pushed
the
renovate/filekit.dialogs.compose
branch
from
May 5, 2026 18:14
5df3134 to
3bca6d0
Compare
renovate
Bot
force-pushed
the
renovate/filekit.dialogs.compose
branch
2 times, most recently
from
May 22, 2026 21:14
778933a to
0ddec26
Compare
renovate
Bot
force-pushed
the
renovate/filekit.dialogs.compose
branch
from
June 13, 2026 13:47
0ddec26 to
8ba2ed0
Compare
steve-the-edwards
force-pushed
the
renovate/filekit.dialogs.compose
branch
2 times, most recently
from
June 29, 2026 15:17
453cc90 to
a179ee9
Compare
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
steve-the-edwards
force-pushed
the
renovate/filekit.dialogs.compose
branch
from
June 29, 2026 17:54
b238990 to
924e3c9
Compare
steve-the-edwards
approved these changes
Jun 29, 2026
steve-the-edwards
enabled auto-merge
June 29, 2026 17:54
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.10.0-beta03→0.14.2Release Notes
vinceglb/FileKit (io.github.vinceglb:filekit-dialogs-compose)
v0.14.2Compare Source
FileKit 0.14.2 is a maintenance release focused on picker reliability, Apple platform fixes, and keeping FileKit aligned with the latest Kotlin Multiplatform tooling.
This release also removes the deprecated
iosX64target. Compose Multiplatform 1.11.1 no longer supports Applex86_64targets, includingiosX64, so FileKit now follows the upstream target support.🐛 Bug fixes
PlatformFile.delete()on iOS by using security-scoped access by @AnsifDev in #594iosX64support because Compose Multiplatform 1.11.1 removed Applex86_64target support: https://kotlinlang.org/docs/multiplatform/whats-new-compose-111.html#changes-to-ios-target-support⬆️ Dependency updates
2.3.21→2.4.01.10.3→1.11.19.2.0→9.2.19.4.1→9.5.13.4.0→3.5.05.18.1→5.19.11.10.2→1.11.0🙏 Contributors
Thanks a lot to @kdroidFilter, @AnsifDev, and @NielsBillen for their contributions ❤️
Full Changelog: vinceglb/FileKit@0.14.1...0.14.2
v0.14.1Compare Source
FileKit 0.14.1 is a small Android compatibility release.
This release downgrades the Android compile/target SDK from
37back to36, so projects using FileKit are not forced onto newer Android tooling before the AGP/IDE migration path is stable.✨ What's New?
37to36Full Changelog: vinceglb/FileKit@0.14.0...0.14.1
v0.14.0Compare Source
FileKit 0.14.0 focuses on platform coverage, picker reliability, and clearer dialog APIs.
This release adds native Windows support, web directory picking, iOS picker configuration improvements, Android SAF fixes, and file saver extension filters. It also includes several documentation updates and dependency upgrades to keep FileKit aligned with the latest Kotlin Multiplatform ecosystem.
✨ What's New
mingwX64) target for FileKit Core and Dialogs by @kdroidFilter in #563PlatformFile.lastModified()on web targets by @timo-drick in #546✅ Improvements
file://PlatformFileexistence checks by @vinceglb in #521📝 Documentation
⬆️ Dependency Updates
2.3.211.10.39.2.09.4.1371.13.02.10.01.11.00.5.0openFileSaver(..., extension = "txt")is deprecated. UsedefaultExtension = "txt"for the suggested extension, andallowedExtensions = setOf("txt", "md")when the native dialog should offer extension filters.FileKitAssetRepresentationMode.Compatiblewhen you need picker results that are easier to decode with Skia/Compose image APIs.New Contributors
Thanks a lot to all the contributors ❤️
Full Changelog: vinceglb/FileKit@0.13.0...0.14.0
v0.13.0Compare Source
🚀 Better stability, reliability, and developer experience
FileKit 0.13.0 is mainly focused on improving stability and reliability across all supported platforms.
This release includes many fixes for platform-specific edge cases, better lifecycle handling, and more consistent behavior between targets. The goal was simple: make FileKit more predictable and safer to use in production.
We also improved the developer experience with better KDoc coverage, clearer documentation, and a new Cookbook section. On top of that, we introduced more automated tests, new CI workflows, a new sample project, and linting enforcement.
✨ What's new
FileKit.saveVideoToGalleryfor saving videos to the gallery by @ujizin in #491✅ Improvements
projectDirresolution for more reliable iOS path handling by @vinceglb in #447FileKitFileProviderand authority handling for safer Android file sharing by @vinceglb in #448atomicMovedestination-directory behavior across platforms by @vinceglb in #515🐛 Bug fixes
FileDialogon the EDT when called from suspending APIs by @edneyosf in #422URITestfile-path assertions for Windows compatibility by @vinceglb in #452rememberShareFileLauncherby @vinceglb in #473PlatformFilechild resolution by @vinceglb in #475maxItemsoutput contract consistently across platforms by @vinceglb in #492📚 New Cookbook guides
commonMainusingFileKit.databasesDir, avoiding platform-specificexpect/actualsetup for storage paths.FileKit.projectDir, with practical examples and platform support notes.🧑💻 Developer Experience
.editorconfigfor consistent ktlint rules by @vinceglb in #444📝 Documentation updates
⬆️ Dependencies updates
2.3.100.9.01.10.15.18.13.4.09.0.1🙏 New Contributors
Thanks a lot to all the contributors ❤️
🤩 Bonus
Here are the screenshots of the new sample app!
Full Changelog: vinceglb/FileKit@0.12.0...0.13.0
v0.12.0Compare Source
✨ What's new
@Serializationsupport for PlatformFile by @vinceglb in #410PlatformFile.createdAt()andPlatformFile.lastModified()accessors by @vinceglb in #407✅ Improvements
🐛 Bug fixes
📝 Documentation updates
⬆️ Dependencies updates
🙏 New Contributors
A big thank you to all the contributors ❤️
Full Changelog: vinceglb/FileKit@0.11.0...0.12.0
v0.11.0Compare Source
✨ What's new
FileKit.filesDirandFileKit.cacheDirdirectories for the JVM target by @vinceglb in #379 - Documentation✅ Improvements
🐛 Bug fixes
📝 Documentation updates
⬆️ Dependencies updates
🙏 New Contributors
A big thank you to all the contributors ❤️
Full Changelog: vinceglb/FileKit@0.10.0...0.11.0
v0.10.0Compare Source
🎉 1k stars on Github
After 1 year and a half, FileKit has received its first 1000 stars on Github!
FileKit is what it is today thanks to the amazing community. I'm so proud of what we've achieved together! I want to thank all for your contributions, encouragement, and support during this journey! 💖
🥂 Community featuring
Let's celebrate this achievement together!
In the next few weeks, I'll be adding a new section to the readme to showcase the amazing projects of the community using FileKit.
The main goals are:
If you are building something with FileKit, open source or not, and want to be featured on the readme, please share your project with us by commenting on this discussion!
Also, if you want to share a project privately without being featured on the readme, you can send me an email.
Thank you again for using the library and making it possible! ❤️
✨ What's new
SingleWithStateandMultipleWithStatemodes to monitor file picker import state by @kihaki in #300 - Documentation✅ Improvements
🐛 Bug fixes
📝 Documentation updates
⬆️ Dependencies updates
🙏 New Contributors
A big thank you to all the contributors ❤️
Full Changelog: vinceglb/FileKit@0.10.0-beta04...0.10.0
v0.10.0-beta04Compare Source
✨ What's new
🐛 Bug fixes
⬆️ Dependency updates
🙏 New Contributors
A big thank you to all the contributors ❤️
Full Changelog: vinceglb/FileKit@0.10.0-beta03...0.10.0-beta04
Compatibility notes
Moves the trace viewer file-picker title into
FileKitDialogSettings, matching FileKit 0.14 dialog APIs.Relaxes the shared JS exception logging assertion to accept platform-specific throwable names.
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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.