Skip to content

v4.0.10

Compare
Choose a tag to compare
@Kietyo Kietyo released this 23 Aug 22:22
· 375 commits to main since this release
2d6152c

What's Changed

  • Fix blurry DefaultTtfFontAsBitmap text in CachedContainer when virtual size < window size by @eaboll in #1760
  • Add Scale intrinsic and extrinsic operations + conversions + tests by @soywiz in #1802
  • Improves CachedContainer with renderQuality and provides korim.Quality by @soywiz in #1803
  • Refactor sandbox code so that a JVM entrypoint can be made. by @Kietyo in #1810
  • fix typo "thighly" -> "tightly" by @iiiii7d in #1808
  • Convert to .kts gradle script for intellisense. by @Kietyo in #1813
  • Fix prerelease errors that appear if you use Korge in a multi-project with diff Kotlin versions and upgrade to Kotlin 1.9.0 by @Kietyo in #1814
  • Add docs for docker image creation by @Maddin-M in #1816
  • Revive Korge screenshot tester with Korge UI. by @Kietyo in #1817
  • Refactor screenshot tester to use offscreen rendering utils. by @Kietyo in #1819
  • Migrate to .kts for autocomplete. by @Kietyo in #1822
  • Fix generated main for desktop. by @Kietyo in #1827
  • remove unused code by @ygdrasil-io in #1825
  • Convert buildSrc to using kts by @Kietyo in #1830
  • Delete build.gradle.old by @ygdrasil-io in #1831
  • enable tests on release branches by @ygdrasil-io in #1833
  • Fix grayscale jpeg rendering colors. by @Kietyo in #1829

New Contributors

Full Changelog: v4.0.9...v4.0.10