Chams use existing Color instance instead of creating new one
Fixed ArrayIndexOutOfBoundsException and GL stack overflow in ESP2.
Fixed black screen when using armor with custom model.
Fixed Lunar Client F3 select.
Fixed Camera handlers honoring “View off”.
Fixed TabList: enforce “move self to top” ordering and add ♛ prefix for local player.
Fixed TabList: restore header/footer toggles and reserve dynamic width for numeric ping.
Fixed Tab-overlay: reserve dynamic width for numeric ping to prevent name overlap.
Fixed incorrect method calls; replaced with correct API methods.
Fixed ClickGUI category close bug when modules are expanded.
Fixed scroll direction; implemented singleton pattern and improved error handling.
Fixed YzyGUI resource icon.
Fixed ClickGUI initialization by reusing GUI instances.
Fixed InfiniteAura ConcurrentModification (#1404) with extended loop sequence.
Fixed Mixins: set remap=false on library methods (Guava, LWJGL).
Fixed UserUtils wrong cache usage.
Fixed method name typos.
Fixed stream not closed.
~ Refactored IRC: improved packet serialization with PooledByteBufAllocator.
~ Refactored IRC: moved packet types to external lib.
~ Refactored IRC: updated lib and bootstrap system.
~ Refactored GUI: added coroutine scope for AbstractScreen.
~ Refactored future creation to simplify usage.
~ Refactored preload failure handling for clarity.
~ Chore: removed unrecommended usages.
~ Chore: removed duplicated classes.
~ Chore: replaced deprecated Char.toInt() with Char.code.
~ Chore(deps): bumped okhttp 5.0.0-alpha.14 → 5.0.0-alpha.16.
~ Chore(deps): updated IRC.
~ Chore(deps): bumped flatlaf and git-properties (dependabot).
~ Chore(plugins): removed unused variable.
What's Changed
Improve KillAura hit detection with better prediction and tracking by @Mirko4567 in https://github.com/SkidderMC/FDPClient/pull/1310
Killaura improvement by @Mirko4567 in https://github.com/SkidderMC/FDPClient/pull/1311
chore(deps): bump com.formdev:flatlaf from 3.5.4 to 3.6 by @dependabot[bot] in https://github.com/SkidderMC/FDPClient/pull/1312
chore(deps): bump com.gorylenko.gradle-git-properties from 2.4.2 to 2.5.0 by @dependabot[bot] in https://github.com/SkidderMC/FDPClient/pull/1298
chore: remove unrecommended usages by @MukjepScarlet in https://github.com/SkidderMC/FDPClient/pull/1359
refactor(IRC): move packet types to external lib by @MukjepScarlet in https://github.com/SkidderMC/FDPClient/pull/1365
chore(deps): bump com.squareup.okhttp3:okhttp from 5.0.0-alpha.16 to 5.0.0 by @dependabot[bot] in https://github.com/SkidderMC/FDPClient/pull/1369
Revert "chore(deps): bump com.squareup.okhttp3:okhttp from 5.0.0-alpha.16 to 5.0.0" by @MukjepScarlet in https://github.com/SkidderMC/FDPClient/pull/1372
chore(deps): bump com.formdev:flatlaf from 3.6 to 3.6.1 by @dependabot[bot] in https://github.com/SkidderMC/FDPClient/pull/1383
chore(deps): bump com.gorylenko.gradle-git-properties from 2.5.0 to 2.5.2 by @dependabot[bot] in https://github.com/SkidderMC/FDPClient/pull/1384
refactor(IRC): move to lib by @MukjepScarlet in https://github.com/SkidderMC/FDPClient/pull/1388
refactor(IRC): update lib and use new bootstrap by @MukjepScarlet in https://github.com/SkidderMC/FDPClient/pull/1403
fix(InfiniteAura): concurrent modification by @MukjepScarlet in https://github.com/SkidderMC/FDPClient/pull/1404
feat: HTTP cache by @MukjepScarlet in https://github.com/SkidderMC/FDPClient/pull/1406
New Contributors
@MukjepScarlet made their first contribution in https://github.com/SkidderMC/FDPClient/pull/1359
Full Changelog: https://github.com/SkidderMC/FDPClient/compare/b14...b15