Skip to content

v4.0.8

Compare
Choose a tag to compare
@soywiz soywiz released this 06 Jul 07:25
· 420 commits to main since this release
47ad4b9

What's Changed

  • Update README.md by @soywiz in #1732
  • Fixes korio: "Flow invariant is violated" in Vfs.listFlow() by @soywiz in #1734
  • Try to bump gradle to 8.1.1 by @soywiz in #1737
  • Bump kotlinx.coroutines to 1.7.2 by @soywiz in #1736
  • Fixes KR generation for files and folders starting with a number by @soywiz in #1738
  • Supports generating code for .TTF files and .ASE files (with tags/animations and slices information) by @soywiz in #1741
  • Improves UIVertical/HorizontalStack behaviour, to compute its size based on their childrens by default by @soywiz in #1739
  • Fixes MP3 identifying non-mp3 files as such by @soywiz in #1742
  • Docs: Adds Hot Reloading page by @soywiz in #1746
  • Fix some gradle issues by @soywiz in #1745
  • fix: korge crashing after too many sounds are played on linux by @cmhulbert in #1747
  • Adds Angle.clamp by @soywiz in #1749
  • Fix issue 1679, adding HMAC.hmacSHA512 by @eaboll in #1750
  • Fixes base volume in a music Sound not being used when playing it by @soywiz in #1751
  • Docs: Explain how to use Korinject basic API by @soywiz in #1753
  • Docs: Explain how to sort views by using zIndex by @soywiz in #1754
  • Docs: Document GameWindow.DialogInterface by @soywiz in #1756
  • Docs: NativeStorage & applicationDataVfs by @soywiz in #1755
  • Docs: Fixes relative images provided in search by @soywiz in #1757
  • Docs: Documents how to make View draggable by @soywiz in #1758
  • Docs: Add file drag & drop screenshot by @soywiz in #1759
  • Explains how to render custom stuff with different techniques by @soywiz in #1761
  • Propagates GameWindow.Quality to RenderContext by @soywiz in #1762
  • Adds Number.squared() and Number.signM1 and Number.signP1 by @soywiz in #1764
  • Fixes Vector2.reflected by @soywiz in #1763
  • Simplify IntNPack and do not use inline class for geometry types, but full data class until MFVC is ready by @soywiz in #1765
  • Add FixedLong by @soywiz in #1766
  • Improve RenderContext2D with Float and other Vector types by @soywiz in #1767
  • Added Array*.lastIndexOf variant for sub-arrays by @soywiz in #1769
  • Added mapWhileNotNull & mapWhileCheck by @soywiz in #1768
  • Fix/alsa wait by @cmhulbert in #1770
  • Prevents a stackoverflow when creating a view graph cycle by @soywiz in #1771

New Contributors

Full Changelog: v4.0.7...v4.0.8