aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-03-03Add Mines Slayer commission (#1034)Alexia
New starter commission added in SkyBlock 0.19.11.
2024-02-29Fix rare NPE in crystal hollow chest highlighter (#1019)Linnea Gräf
2024-02-26Added slayer quest fail handling to Slayer Overlay (#1025)MrFast
added slayer quest fail handling
2024-02-26Added option to open the skyblock recipe menu with a keybind (#1029)jani270
* Added option to open the skyblock recipe menu with a keybind * Use streams to find crafting recipe --------- Co-authored-by: Linnea Gräf <nea@nea.moe>
2024-02-23fix: Incorrect powder costs in pv (#1028)GrowlingGrizzly
2024-02-23Update some todo icons (#1024)Benjamin
Update TimersOverlay.java
2024-02-18+1 Version (#1021)jani270
2024-02-17Don't show NPC sell price if it's 0 (#1023)Alexia
Sometimes returned by Hypixel API instead of null.
2024-02-16fix: Custom Todo edit page spelling mistake (#1022)jani270
2024-02-14Added Ctrl-Click to open bazaar to the minion helper (#1011)jani270
* feat: Ctrl-Click to open bazaar * Use max number of items for minion crafts --------- Co-authored-by: Linnea Gräf <nea@nea.moe>
2024-02-13Fix color search (#1017)Linnea Gräf
2024-02-13Fix crash when parsing bestiary/trophy fish data (#1018)Lulonaut
2024-02-12Fix nucleus runs completed (#1016)alexia
2024-02-12Don't hardcode the name of the Dwarven King (#1010)alexia
2024-02-07Fix NPC daily buy limit with Diaz (#1015)alexia
I made the pattern a bit simpler/more future-proof as well. Technically this will also match "6,40" if that ever happens for whatever reason but I don't think that's a problem.
2024-02-05Fix commission todo timer (#1013)alexia
2024-01-23fix: Profile Viewer showing a blank page instead of loading (#1007)jani270
Co-authored-by: Linnea Gräf <nea@nea.moe>
2024-01-23Hide OldSBMenu and PetOverlay while being in the rift (#1008)jani270
* feat: Hide OldSBMenu and PetOverlay while being in the rift * Update src/main/java/io/github/moulberry/notenoughupdates/miscfeatures/PetInfoOverlay.java Co-authored-by: Linnea Gräf <nea@nea.moe> * change: == to .equals --------- Co-authored-by: Linnea Gräf <nea@nea.moe>
2024-01-23Fix RNG Meter Progress (#1009)Linnea Gräf
* Fix RNG Meter Progress * Fix some RNG meter values not being detected * Fix nearly full RNG meters
2024-01-21Add Treasure Hoarder Puncher commission (#1005)alexia
2024-01-20Fix Goblin Burrows typo for Goblin Slayer commission (#1006)alexia
2024-01-19feat: Version_ID +1 (#1004)jani270
2024-01-19Add crash recovery page to PV (#999)Linnea Gräf
* Add crash recovery page to PV * Add warning for missing auth token
2024-01-16Empty pv search bar instead of displaying error (#1002)Lulonaut
2024-01-15Fixed another crash on the rift page (#998)jani270
Co-authored-by: hannibal2 <24389977+hannibal002@users.noreply.github.com> Co-authored-by: Linnea Gräf <nea@nea.moe>
2024-01-13Fixed MinionHelper not loading slayers correctly (#1000)jani270
2024-01-13Fixed HATCCESSORY -> HATCESSORY (#1001)jani270
2024-01-13Actually fix the Concurrent Modification issue (#989)IlmarsXd
actually fix the issue
2024-01-04Fix bestiary migration check for newly created profiles (#986)Lulonaut
2024-01-04fix minion helper overlay (#988)Lulonaut
2024-01-04Fixed tuningData crash on PV (#993)jani270
2024-01-04Fixed another rift page crash (#992)jani270
2024-01-04Fix crash for old player profiles (#987)Lulonaut
2024-01-04Only show jungle axe/treecap overlay if not on cooldown (#981)alexia
2023-12-31Item list: Option to open wiki in browser (#990)Obsidian
Option to open wiki in browser
2023-12-31Changed gatherJacobData to a regex and fixed a NFE (#980)jani270
* Fixed cleanSpecialChars not working Co-Authored-By: hannibal2 <24389977+hannibal002@users.noreply.github.com> * Changed logic of gatherjacobdata and fixed #808 Co-Authored-By: hannibal2 <24389977+hannibal002@users.noreply.github.com> * Removed unused import * Moved Pattern outside gatherJacobData * Made the regex more explicit. --------- Co-authored-by: hannibal2 <24389977+hannibal002@users.noreply.github.com>
2023-12-30Bump NEU to 20103 (#991)jani270
2023-12-29Fixes: Countdown Calculator (#985)Erymanthus[#5074] | (u/)RayDeeUx
* smaller change: add NEU prefix to /warp dessert
2023-12-26Reformated code in Crystal and Dwarven Overlay (#977)jani270
Co-authored-by: hannibal2 <24389977+hannibal002@users.noreply.github.com>
2023-12-26Migrating pv to v2 endpoint (#939)jani270
Co-authored-by: efefury <69400149+efefury@users.noreply.github.com> Co-authored-by: Lulonaut <lulonaut@lulonaut.tech>
2023-12-26Fix AOTV overlay not working (#976)Linnea Gräf
2023-12-26Fixed multiple errors in the TrophyReward Overlay (#983)jani270
2023-12-26Added null check for bestiary and moved the files (#982)jani270
2023-12-26Search AH/BZ key searches now pets only and fix ench book search (#978)jani270
2023-12-26Added slug pet support to the fishing timer (#979)jani270
Co-authored-by: hannibal2 <24389977+hannibal002@users.noreply.github.com>
2023-12-26Add more custom icons to neu custom todos (#956)Linnea Gräf
2023-12-26migrate pronoundb integration to new api version (#964)Lulonaut
2023-12-23Fixed ConcurrentModificationException in Texture Manager (#974)IlmarsXd
* Fixed ConcurrentModificationException in Texture Manager caused by other mods and NEU loading a player on a different thread * Change comment * Add more info about issue
2023-12-22Update security file (#975).NopoTheGamer
* Deprecate 2.0.0 in SECURITY * Update discord ticket information
2023-12-19Add Platinum and Diamond brackets to the inJacobsContest check (#972)Taoshi
Update FarmingSkillOverlay.java