Skip to content

0.28 Beta 14

Pre-release
Pre-release
Compare
Choose a tag to compare
@hannibal002 hannibal002 released this 20 Nov 22:55
· 21 commits to beta since this release

Version 0.28 Beta 14

Improvements

  • Added the Hot Chocolate Mixin to the Non-God Pot Effects feature. - jani (#2965)
  • The optimal speed for Rancher's Boots is now automatically set when clicking on the wrong speed message in chat, eliminating the need to enter it manually. - Luna (#2963)
  • Added the Mining Event Display to Outside Skyblock Features. - j10a1n15 (#2947)

Fixes

  • Fixed an occasional error when killing pests shortly after releasing them from pest traps. - Daveed (#2956)
  • Fixed the inability to delete characters when searching on trackers on Mac (again). - 0xDoge (#2951)
  • Fixed the "Pests are reducing your fortune by X%" message not considering Bonus Pest Chance. - Luna (#2964)
  • Fixed money per hour calculations from Fermento drops for Cactus and Sugar Cane. - Luna (#2959)
    • Hypixel fixed the issue where Fermento drops were being given twice as much.
  • Fixed Custom Garden Keybinds sometimes spamming left-click instead of holding. - Empa (#2948)
  • Fixed Custom Garden Keybinds sometimes causing blocks to stop breaking. - Empa (#2948)
  • Fixed malfunctioning Chocolate Factory/Hoppity features due to an update. - Daveed (#2925)
  • Fixed Mineshaft RoomId missing in the Custom Scoreboard. - j10a1n15 (#2946)
  • Fixed AH Price Website feature not URL encoding the search. - Obsidian (#2952)
  • Fixed the pest spawn timer not working. - Daveed (#2954)
  • Fixed the Item Number display not working for Vacuum (Garden). - Luna (#2955)
  • Fixed pest death messages not being detected, tracked, or blocked. - Daveed (#2953)
  • Fixed the Fisherman Attribute abbreviation being incorrect. - Empa (#2950)
  • Fixed some Rift mobs, such as Oubliette Guards, sometimes incorrectly getting detected as corrupted and/or runic. - Luna (#2936)

Technical Details

  • Support for permuting type arguments of GenericSkyhanniEvent. - nea (#2757)
  • Added Mineshaft roomId to MiningAPI. - j10a1n15 (#2946)
  • Slightly improved performance when checking armor stands for skull textures. - CalMWolfs (#2920)
  • Disallowed repo patterns from having unnamed capture groups. - CalMWolfs (#2958)
  • Fixed Detekt's VarCouldBeVal warnings. - j10a1n15 (#2949)
  • Removed unused/minimally used deprecated methods. - j10a1n15 (#2943)
  • Removed the deprecated NEUItems.getPrice method. - j10a1n15 (#2944)
  • Added many more regex tests. - CalMWolfs (#2937)
  • Added a Detekt rule to enforce repo patterns to be accompanied by at least one regex test. - CalMWolfs (#2931)