Skip to content

v1.0.0-rc.4

Latest

Choose a tag to compare

@K4thos K4thos released this 22 Aug 15:21

What is a Release Candidate?

RC stands for Release Candidate. This version has undergone testing and is considered nearly ready for the final stable release. The purpose of an RC is to identify regressions and stabilize the build before the final release.

How to Help Test

  • Report bugs on the Issues page
  • Check if the bug existed in the previous stable release (e.g., v0.99.0) — this helps us determine priority
  • Regressions (bugs introduced since the last stable release) are blockers and receive the regression label
  • Bugs that existed in previous versions are lower priority and may be deferred to future releases

Bug Fixes 🔧

  • fix: stage portrait anims not resetting by @rakieldev in #3881
  • fix: stage bg window offset at full res, palette cancel, pause menu one-frame delay, Lua return values by @K4thos in #3887
  • fix: select.def music overriding by @K4thos in #3893
  • fix: sound reloading, GetHitVar(isbound) timing, paused explods, window values by @potsmugen in #3896
  • fix: missing ExplodVar "z" bytecode cases, friction by @potsmugen in #3897
  • fix: race condition in async turns loader by @K4thos in #3898
  • fix: Vulkan memory allocation fallback by @Eiton in #3899

Full Changelog: v1.0.0-rc.3...v1.0.0-rc.4