Skip to content

Version 0.6.0 - It works :D

Choose a tag to compare

@Charlignon Charlignon released this 22 Feb 14:59
· 34 commits to main since this release

The version on main was actually kinda working, it was just never packaged into a release, so I did just that.
I also took this opportunity to fix some major issues

Changes

  • Make goal to be checked on Achievement count for real
    • Fixes a crash when the goal option was set above 19 (check was done on building unlocked, so max 19)
  • Rework item IDs to prevent collisions
    • Fixes a bug were two or more items had the same ids, thus unlocking both at once/displaying incoherent info in trackers
  • Skipped versions up to 0.6.0 so worldversion and release tag are in sync

Notes

Please keep in mind this release is just a hotfix !! Ideally we will keep the source repo as the main source for everything <3
In upcoming commits, I will probably focus on some less urgent issues, adding more items, and some cosmetic/QoL changes