Skip to content

Releases: korlibs/korge

v2.0.0

23 Nov 03:04
Compare
Choose a tag to compare
Bump versions

v2.0.0-rc3

17 Nov 14:01
Compare
Choose a tag to compare

v2.0.0-rc2

31 Oct 22:53
Compare
Choose a tag to compare
Ignore fla test

v2.0.0-alpha

10 Oct 13:57
Compare
Choose a tag to compare
Fix AtlasResourceProcessorTest

v1.15.1

02 Aug 03:48
7387342
Compare
Choose a tag to compare
  • Add fps overlay
  • Add timePerFrame to SpriteAnimation's companion

v1.15.0

11 Jul 18:56
abc43c4
Compare
Choose a tag to compare
  • New Camera API

v1.14.0

11 Jul 11:38
e46b263
Compare
Choose a tag to compare
  • Fixes tweening angles to go to the shortest path by default (fixes #264)
  • Fixes 9-patch to avoid deforming when the width or the height is lower than the original value (fixes #97)

v1.13.12

11 Jul 08:10
Compare
Choose a tag to compare
  • Fix an issue with atlas generation not setting the right image file name

v1.13.11

10 Jul 12:43
d102a4c
Compare
Choose a tag to compare
  • Updated NativeStorage to use SharedPreferences on Android (now can be get from views.storage)
  • Fixed scissors on FixedSizeContainer/ClipContainer
  • Fix hittesting on Graphics with several shapes
  • Disables DSL scope limiting on views #263
  • Fixes black screens on MacOS JVM when using filters #213
  • Fixes matrix-related filters not working on JS #213

v1.13.10

08 Jul 20:04
348d762
Compare
Choose a tag to compare
  • Fixed DSL issues inside graphics { fill(...) { ... } } with circle and limited the scope in both View and VectorBuilder