Releases: kdroidFilter/ComposeNativeWebview
Releases · kdroidFilter/ComposeNativeWebview
1.0.0-alpha-10
What's Changed
- make native logger and wry-panel logger bridged by @magic-cucumber in #20
Full Changelog: v1.0.0-alpha-09...v1.0.0-alpha-10
1.0.0-alpha-09
What's Changed
- Bridge native logger to JVM by @magic-cucumber in #17
- fix: Linux build failure - LowerHex trait not implemented for RawWindowHandle by @kdroidFilter in #18
- ci: add PR build check workflow for all platforms by @kdroidFilter in #19
Full Changelog: v1.0.0-alpha-07...v1.0.0-alpha-09
1.0.0-alpha-07
What's Changed
- Implementing Global URL Change Event Listening on the Desktop Side by @magic-cucumber in #16
Full Changelog: v1.0.0-alpha-06...v1.0.0-alpha-07
1.0.0-alpha-06
What's Changed
- add simple log-appender to transfer log by @magic-cucumber in #14
New Contributors
- @magic-cucumber made their first contribution in #14
Full Changelog: v1.0.0-alpha-05...v1.0.0-alpha-06
1.0.0-alpha-05
Fix android artefacts missing
Full Changelog: v1.0.0-alpha-04...v1.0.0-alpha-05
1.0.0-alpha-04
What's Changed
- Update Maven workflow to configure Android SDK setup step by @kdroidFilter in #10
- Downgrade Kotlin version to 2.2.21 and disable Gradle configuration cache by @kdroidFilter in #11
- Introduce configurable logging and refined severity levels by @kdroidFilter in #12
Full Changelog: v1.0.0-alpha-03...v1.0.0-alpha-04
1.0.0-alpha-03
1.0.0-alpha-02
Update Maven workflow to package and verify JVM native resources - Add resource preparation step to copy native libraries for supported platforms. - Update verification step to include checks for libraries in resource directories. - Simplify Gradle configuration by removing unused `nativeResources` and `processResources` logic. - Configure `sourceSets` to include new resource directories.
1.0.0-alpha-01
Refactor rust library handling and enhance Gradle task configuration - Introduce `prebuiltRustLibrary` function to centralize prebuilt library resolution logic. - Update `FindDynamicLibrariesTask` and `RustUpTargetAddTask` to use `prebuiltRustLibrary` for improved target handling. - Refine conditional task execution to account for prebuilt library existence and host-target checks.