Fixes V2.duration conflict by @soywiz in https://github.com/korlibs/korge/pull/2184
Extract korge-core -> korlibs-io by @soywiz in https://github.com/korlibs/korge/pull/2185
Extract korge-foundation -> korlibs-bignumber by @soywiz in https://github.com/korlibs/korge/pull/2186
Extract korlibs-number by @soywiz in https://github.com/korlibs/korge/pull/2187
Split korlibs-math by @soywiz in https://github.com/korlibs/korge/pull/2189
Remove remaining code from korlibs-foundation by @soywiz in https://github.com/korlibs/korge/pull/2190
[CI] Bump actions to variants using Node 20 and use KVM on Android tests by @soywiz in https://github.com/korlibs/korge/pull/2192
Split korlibs-ffi by @soywiz in https://github.com/korlibs/korge/pull/2191
Extract korlibs-wasm by @soywiz in https://github.com/korlibs/korge/pull/2194
Extract korlibs-image by @soywiz in https://github.com/korlibs/korge/pull/2193
Extract korlibs-audio by @soywiz in https://github.com/korlibs/korge/pull/2195
Cleanup remaining korge-core stuff by @soywiz in https://github.com/korlibs/korge/pull/2196
Templates: Support elsif in addition to elseif by @soywiz in https://github.com/korlibs/korge/pull/2199
Changes to prepare for Kotlin 2.0.0 by @soywiz in https://github.com/korlibs/korge/pull/2205
Update UIContainerLayouts.kt so graphics{} work better by @rafi0 in https://github.com/korlibs/korge/pull/2166
Now the korlibs are published from https://github.com/korlibs/korge-korlibs by @soywiz in https://github.com/korlibs/korge/pull/2207
Kotlin 2.0.0-Beta5 by @soywiz in https://github.com/korlibs/korge/pull/2204
[CI] Separate building test classes from running tests by @soywiz in https://github.com/korlibs/korge/pull/2208
Kotlin 2.0.0-RC2 by @soywiz in https://github.com/korlibs/korge/pull/2224
Fixes runJs, deduplicates template and adds to index.html template by @soywiz in https://github.com/korlibs/korge/pull/2225
Update libs.versions.toml by @soywiz in https://github.com/korlibs/korge/pull/2231
Bump korlibs to 6.0.0-alpha2 by @soywiz in https://github.com/korlibs/korge/pull/2233
Make targetAll include targetWasmJs by @soywiz in https://github.com/korlibs/korge/pull/2235
Target JS es2015 by @soywiz in https://github.com/korlibs/korge/pull/2237
Remove nodejs korge target by @soywiz in https://github.com/korlibs/korge/pull/2238
Use FastDuration internally and provide overloads to avoid allocations on JS by @soywiz in https://github.com/korlibs/korge/pull/2239
Update to korlibs 6.0.0-alpha4 and split korge into korge and korge-core by @soywiz in https://github.com/korlibs/korge/pull/2243
Support extract ManifestXml application attrributes by @soywiz in https://github.com/korlibs/korge/pull/2242
Initial korge-ipc by @soywiz in https://github.com/korlibs/korge/pull/2244
Substantially improve IPC performance by @soywiz in https://github.com/korlibs/korge/pull/2246
Load automatically korge.yaml, create build.gradle.kts as required and initial code for Korge Kotlin Plugin by @soywiz in https://github.com/korlibs/korge/pull/2245
Improve KorGE publishing by @soywiz in https://github.com/korlibs/korge/pull/2247
Bidirectional IPC packets, support view tree operations for external debugger, support for offscreen GameWindow and rendering and initial incremental compilation without Gradle for faster, more-stable hot reloading by @soywiz in https://github.com/korlibs/korge/pull/2249
WebGPU tests on JS/HTML by @soywiz in https://github.com/korlibs/korge/pull/2255
IPC: Add event for bidirectional communication between the game and the projector by @soywiz in https://github.com/korlibs/korge/pull/2257
Reload Agent on top of Unix Socket by @soywiz in https://github.com/korlibs/korge/pull/2258
Fix warning by @soywiz in https://github.com/korlibs/korge/pull/2260
Bump to korlibs 6.0.0-alpha7 by @soywiz in https://github.com/korlibs/korge/pull/2253
Some WebGPU AG work by @soywiz in https://github.com/korlibs/korge/pull/2259
Initial Deno.JS support for testing and running by @soywiz in https://github.com/korlibs/korge/pull/2261
Initial SDLGameWindow working on JVM and Deno by @soywiz in https://github.com/korlibs/korge/pull/2262
WIP SDL FFI by @soywiz in https://github.com/korlibs/korge/pull/2263
Ignore build folders. by @Kietyo in https://github.com/korlibs/korge/pull/2266
Adds uses-sdk to generated AndroidManifest.xml in krpoject specifying minSdk and targetSdk by @soywiz in https://github.com/korlibs/korge/pull/2004
Prepare for korlibs 6.0.0-beta1 by @soywiz in https://github.com/korlibs/korge/pull/2273
Do not fail with non per-platform NativeImage by @soywiz in https://github.com/korlibs/korge/pull/2277
Prepare for korlibs 6.0.0 by @soywiz in https://github.com/korlibs/korge/pull/2278
Enable org.gradle.caching by @soywiz in https://github.com/korlibs/korge/pull/2286
Add packageAndroid* variants to the package group by @soywiz in https://github.com/korlibs/korge/pull/2285
Adds $project/resources folder for KR generation by @soywiz in https://github.com/korlibs/korge/pull/2248
Do not embed bitcode as it is deprecated now by @soywiz in https://github.com/korlibs/korge/pull/2287
Change task groups to @korge something so they are easier to find by @soywiz in https://github.com/korlibs/korge/pull/2288
Adds packageIosSimulatorDebug and variants by @soywiz in https://github.com/korlibs/korge/pull/2289
Try to fix e2e test by @soywiz in https://github.com/korlibs/korge/pull/2290
Update CI test by @soywiz in https://github.com/korlibs/korge/pull/2291
Update gradle to 8.10 by @soywiz in https://github.com/korlibs/korge/pull/2292
Try Java version 21 by @soywiz in https://github.com/korlibs/korge/pull/2293
Implement clipboard in Browser JS by @soywiz in https://github.com/korlibs/korge/pull/2316
Fixes ctrl+something typing on windows and avoid clipboard errors to fail cutting by @soywiz in https://github.com/korlibs/korge/pull/2317
removeChildAt in O(n) instead of O(n^2) and simplify removeChild by @reosfire in https://github.com/korlibs/korge/pull/2319
TEMP with initial value and provide default types for shader functions by @reosfire in https://github.com/korlibs/korge/pull/2318
Reduce buffer allocations by @reosfire in https://github.com/korlibs/korge/pull/2320
Include missing resources from modules by @soywiz in https://github.com/korlibs/korge/pull/2322
Fix fixed updater by removing anti-hiccups code by @reosfire in https://github.com/korlibs/korge/pull/2323
Duplicate korge-gradle-plugin by @soywiz in https://github.com/korlibs/korge/pull/2325
Add upload() and wrap methods by @reosfire in https://github.com/korlibs/korge/pull/2326
Configurable atlas textures packing by @reosfire in https://github.com/korlibs/korge/pull/2328
Fixes text + setTextBounds with bitmap font by @soywiz in https://github.com/korlibs/korge/pull/2330
New Contributors
@reosfire made their first contribution in https://github.com/korlibs/korge/pull/2319
Full Changelog: https://github.com/korlibs/korge/compare/v5.4.0...v6.0.0