Skip to content

0.25 Beta 6

Pre-release
Pre-release
Compare
Choose a tag to compare
@hannibal002 hannibal002 released this 12 Apr 12:55
· 1956 commits to beta since this release
d070889

Version 0.25 Beta 6

New Features

  • Added Fossil Excavator Solver. - CalMWolfs (#1427)
    • Shows where to next click for optimal chance of solving the fossil. If there is a fossil this will find it within 18 moves.
  • Added Stereo Harmony Display. - Empa (#1324)
    • Options to show/hide boosted crop and pest icons.

Improvements

  • Added option to toggle No Bits Warning sound. - Empa (#1425)
  • Improved visitor reward blocking. - Obsidian (#1417)
    • Added option to block accepting/refusing expensive/cheap copper.
    • Added option to prevent blocking never accepted visitors.
    • Reworked visitor blocking logic to make it more like not clickable items.
  • Added support for Glacial Cave gemstones in Estimated Item Value. - Fix3dll (#1416)

Fixes

  • Fixed No Bits Warning triggering when spending bits. - Empa (#1425)
  • Clear SkyBlock area on world change. - Alexia Luna (#1421)
    • This fixed the wrong area showing in some cases, such as when guesting on someone's Private Island.
  • Fixed the skill tab list pattern sometimes not matching. - Alexia Luna (#1419)
  • Fixed some area walls overlapping with blocks. - Thunderblade73 (#1418)
  • Fixed a small issue that caused some features to not work as intended. - CalMWolfs (#1402)

Technical Details

  • Added BitsGain, BitsSpent and BitsAvailableGained to BitsUpdateEvent. - Empa (#1425)
  • Renamed bitsToClaim to bitsAvailable. - Empa (#1425)
  • Made HypixelData.skyBlockArea[withSymbol] and LorenzUtils.skyBlockArea nullable. - Alexia Luna (#1421)
    • This replaces the previous "?" magic value.
  • Fixed colors in debug messages. - martimavocado (#1423)
  • Code cleanup. - CalMWolfs (#1402)
  • Added function ChatUtils.chatAndOpenConfig(). - hannibal2 (#1396)
    • Allows sending a chat message that will open a given config element in the config editor.