Skip to content

Clicker Genesis v0.4.9 Beta — Law-tier fresh-save fix, Achievement dropdown rebuild (Windows + macOS + Linux + Android)

Latest

Choose a tag to compare

@neogentrics neogentrics released this 16 Aug 19:23
· 2 commits to main since this release

What's new in 0.4.9

Law-tier manager fresh-save bug fixed (#130). Law-tier managers (theme/teaching-content tiers with no named character, e.g. Leviticus) weren't going through the same unlock gate as Person-tier managers on a completely fresh save, so a row could render as already-unlocked before it was actually earned.

Achievement screen dropdown bleed-through — real root cause found after three passes (#129). Both the book picker and category filter dropdowns on the Achievements screen showed the achievement card grid bleeding through their parchment background. Two genuine bugs were found and fixed along the way (viewport padding vs. the decorative border sprite, and a sibling draw-order bug) — neither was the actual cause. The real cause, found via raycast probe and direct alpha toggling: the dropdown panel's own background sat at 98% opacity instead of 100%. Both dropdowns were rebuilt from scratch on a new dedicated always-on-top overlay Canvas with the background hardcoded fully opaque at author time, mirrored to desktop and Android.

Per this project's standing rule, #129 stays logged as Open in the bug tracker until confirmed by real playtesting — not claimed as closed off a script check.

Downloads

All four platforms ship together, per this project's standing release-process rule.

  • 🪟 Windows — unzip and run ClickerGenesis.exe
  • 🍎 macOS — unzip, then right-click ClickerGenesis.app → Open the first time (unsigned/unnotarized build, expected)
  • 🐧 Linux — unzip, chmod +x ClickerGenesis.x86_64, then run it
  • 🤖 Android — install the .apk directly (allow installs from this source in Android settings)

Full changelog: see Changelog history / repo docs.