- Removed potential memory leak when paginating
- Rebuild search trees when changing any of the search options in the config
- Fixed potential crash when a mod is trying to mixin into the tooltip renderer
- Backwards compatibility with older bookmark formats
- Fixed search bar not giving up focus properly with keys
- Fixed duplicate mod names in bookmark grid tooltips when mod name tooltips is installed
- Fixed backwards compatibility with AE2
- Fixed new UI buttons being off
- Fixed an erroneous lang key
- Added backwards compatibility with older PacketRecipeTransfer ctors (Found in Astral Sorcery)
- Added icon to mod list
- Fixes positional issues on tooltips in the bookmark grid
- Fixed a divide by 0 error in certain mod contexts
- Fixed a NPE with FTBQuests' erroneous plugin
- Fixed UIs looking odd, supplemented extra API to deal with this
- Fixed unsupported ingredients from populating bookmarks
- Decoupled ItemStack count rendering, now used on bookmarks, the count is now formatted and positioned properly
- Fixed up some lang entries
- Fixed items in bookmark tooltips from being rendered in an erroneous position
- Fix a ConcurrentModificationException
- Fix buffering ingredients not working for the bookmark grid
- Fixed memory issues pertaining bookmark groups
- Fixed occasional bookmarking crash
- Fixed rare NBT recursive stackoverflow errors when certain ItemStacks are being hashed
- Fixed incompatibility with few mods (such as Modular Machinery Community Edition) using removed bookmark methods, when these deprecated methods are called, logs will indicate warnings
- Eliminate unnecessary and duplicated code
- Lifted performance in some critical hot areas
- Reverted changing the name of a critical API method
- Fixed recipe dragging issues
- Fixed ingredient page count issues
- Defaulted stack size when scrolling to the max of the item, rather than a hardcoded
64
- Fix compatibility with later Guava versions (such as one used in Cleanroom)
- Some minor optimizations
- This build is experimental beta to push out for early testing, would not be marked as
release - Thanks to @romanfedyniak for initial work on bookmarks allowing different quantities
- Thanks to @bruberu for massive work on bookmark groups, favouriting recipes and autocrafting
- Thanks to @IntegerLimit for typo + rendering of counts fixes
- Simplified logic when rendering ItemStacks with the new counts, thanks to ne01nvader on discord for pointing it out
- Thanks to @Exaxxion for resolving certain issues when moving legacy bookmark files to the new location
- Optimize memory structure of search trees further
- Decrease memory usage further for substrings and ingredients
- Optimize ore dictionary names getter
- Improve ItemStack count rendering with formatting and scaling (thanks @gardenevery)
- Added experimental internal API for reloading recipes only
- Keep field descriptor the same for compatibility, switcehd to sorting recipe categories/catalysts in-place
- Fixes multimaps again with a little refactor
- Fixed multimap hashcode crashing from a broken entrySet implementation
- Fixed Optifine's Custom Items Texture compatibility
- Don't draw tooltips in excluded areas
- Resolves #85, #91 and #93 thanks to
ttsaurus
- Improved OptiFine support.
- Fixes fluid nbt issues
- Implement
/hei loadBookmarksto load bookmarks from hei_bookmarks.ini skipShowingProgressBarconfig to optimize loading time by not showing individual progress bars.- Fixes prefix searching from breaking
- Fixes tipped arrows recipes from appearing even if the recipe is no longer in the game.





