Skip to content

0.26 Beta 8

Pre-release
Pre-release
Compare
Choose a tag to compare
@hannibal002 hannibal002 released this 08 Jun 11:02
· 1205 commits to beta since this release

Version 0.26 Beta 8

New Features

  • Added Favorite Power Stones. - saga (#2002)
    • Highlighted in the Thaumaturgy inventory.
    • Shift-click to add/remove them.

Improvements

  • Improved Attribute Prices in Estimated Item Value. - hannibal2 (#2020)
    • Ignoring irrelevant attributes (Resistance, Speed, Experience, etc).
    • No longer counting attribute combos or single attribute prices when cheaper than the base item price.

Fixes

  • Fixed Account Upgrade Reminder feature with simultaneous account and profile upgrades. - appable (#2007)
  • Fixed Non-Craftable Items breaking the Visitor Shopping List. - jani/hannibal2/nea (#2019)
  • Fixed rare cases where queued /gfs didn't work. - Thunderblade73 (#1999)
  • Fixed stats in visitor inventory not showing under certain circumstances. - CalMWolfs (#2018)

Technical Details

  • Make build fail when event functions have wrong annotation. - CalMWolfs (#2024)
  • Begin transitioning to the new event system. - CalMWolfs (#2023)
  • Added custom event bus. - ThatGravyBoat (#2008)
    • Added live plugin to show when an event method is missing its annotation.
  • Changed Java to Kotlin for repository files. - CalMWolfs (#1543)
  • Made in-game date display use a pattern instead of repository. - CalMWolfs (#1543)
  • All /gfs calls go through gfs API now. - Thunderblade73 (#1999)
  • Made ItemHoverEvent be called earlier. - Vixid (#2018)
  • Removed deprecated bazaar variables. - CalMWolfs (#1987)
  • Removed another deprecated function. - CalMWolfs (#1956)
  • Used event.cancel() over event.isCanceled = true for LorenzEvents. - CalMWolfs (#1915)
  • Converted classes to objects, then used annotation. - CalMWolfs (#1982)
  • Added annotations to objects. - CalMWolfs (#1974)
  • Added module plugin. - ThatGravyBoat (#1974)