Skip to content

Releases: korlibs/korge

v6.0.0-alpha9

05 Jul 13:58
ccc5614
Compare
Choose a tag to compare

What's Changed

  • 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 #2249
  • WebGPU tests on JS/HTML by @soywiz in #2255
  • IPC: Add event for bidirectional communication between the game and the projector by @soywiz in #2257
  • Reload Agent on top of Unix Socket by @soywiz in #2258
  • Fix warning by @soywiz in #2260
  • Bump to korlibs 6.0.0-alpha7 by @soywiz in #2253
  • Some WebGPU AG work by @soywiz in #2259
  • Initial Deno.JS support for testing and running by @soywiz in #2261
  • Initial SDLGameWindow working on JVM and Deno by @soywiz in #2262
  • WIP SDL FFI by @soywiz in #2263

Full Changelog: v6.0.0-alpha5...v6.0.0-alpha9

v6.0.0-alpha5

20 Jun 14:04
ef84f6a
Compare
Choose a tag to compare

What's Changed

  • Initial korge-ipc by @soywiz in #2244
  • Substantially improve IPC performance by @soywiz in #2246
  • Load automatically korge.yaml, create build.gradle.kts as required and initial code for Korge Kotlin Plugin by @soywiz in #2245
  • Improve KorGE publishing by @soywiz in #2247

Full Changelog: v6.0.0-alpha4...v6.0.0-alpha5

v6.0.0-alpha4

19 Jun 00:34
Compare
Choose a tag to compare

What's Changed

  • Update to korlibs 6.0.0-alpha4 and split korge into korge and korge-core by @soywiz in #2243
  • Support extract ManifestXml application attrributes by @soywiz in #2242

Full Changelog: v6.0.0-alpha3...v6.0.0-alpha4

v6.0.0-alpha3

17 Jun 09:00
3e48c4f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.0.0-alpha2...v6.0.0-alpha3

v6.0.0-alpha2

13 Jun 14:26
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.4.0...v6.0.0-alpha2

v5.4.0

07 Mar 23:10
d504b4e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.3.2...v5.4.0

v5.3.2

24 Feb 14:09
ad99460
Compare
Choose a tag to compare

What's Changed

  • Rename AsyncByteArrayDeque to AsyncRingBuffer to avoid confusions + GZIP test by @soywiz in #2136
  • Add CompressionMethod.compress/uncompress with ByteArray to make it more obvious when starting with the compression method by @soywiz in #2137
  • Fix putSliceWithBorders extention function for Bitmap class by @jobe-m in #2144
  • Number constructors. by @Kietyo in #2148
  • Update korlinx-coroutines to 1.8.0 by @soywiz in #2152
  • Improve zip building: support compressing a folder into a file directly, support compression methods with levels, deflate & lzma in zip files, and filter a AsyncOutputStream.withChecksumUpdater by @soywiz in #2156
  • Remove prints from StandardBasePathsDarwin.kt by @juraj-hrivnak in #2153
  • Fix music playback and first click not playing any sound by @soywiz in #2159
  • Add 3D sound API (not implemented yet) by @soywiz in #2161
  • Adds resourceSound and resourceMusic by @soywiz in #2160
  • Improve SoundChannelGroup API by @soywiz in #2162

New Contributors

Full Changelog: v5.3.1...v5.3.2

v5.3.1

25 Jan 13:51
3fe7a19
Compare
Choose a tag to compare

Library split

  • Separated korlibs-logger from foundation to a new module by @holloszaboakos in #2131
  • Introduce korlibs-concurrent (Lock + NativeThread) + add logger, datastructure and platform to K/N desktop targets by @soywiz in #2132

What's Changed

New Contributors

Full Changelog: v5.3.0...v5.4.0

v5.3.0

03 Jan 11:23
f0da084
Compare
Choose a tag to compare

Major

  • Re-enable K/N desktop for korlibs-time and try to test using github action matrix by @soywiz in #2070
  • Extraction of korlibs-crypto by @InsanusMokrassar in #2072
  • Enable Kotlin/Native desktop for korlibs-crypto by @soywiz in #2111

What's Changed

New Contributors

Full Changelog: v5.2.0...v5.3.0

v5.2.0

15 Dec 13:14
0dc2cc3
Compare
Choose a tag to compare

Major Changes:

Fixes

New features

  • Adds AudioChannel to KorGE by @soywiz in #2025
  • Added radix sorting for integers, array of strings and generic variant by @soywiz in #2035
  • Added typed timezones by @soywiz in #2039

What's Changed

  • Update versions, add packages and artifacts information in some pages by @soywiz in #2024
  • Some dokka improvements by @soywiz in #2026
  • Comment base64 extension methods and properties by @UmaRajamani in #2029

Other

New Contributors

Full Changelog: v5.1.0...v5.2.0