v0.38.0
What's Changed
- fix: ScaffoldHeadHitterFeature collider check by @MukjepScarlet in #8142
- fix(rotations): futureTarget not applied to early-return path by @MukjepScarlet in #8143
- fix(WorldToScreen): screen position with NaN/Infinity by @MukjepScarlet in #8144
- chore(LocalConfig): restrict file name with MC rule by @MukjepScarlet in #8153
- chore(deps): bump org.jetbrains.dokka from 2.1.0 to 2.2.0 by @dependabot[bot] in #8148
- fix(collision): incorrect check of collision empty/non-empty by @MukjepScarlet in #8154
- feat(Velocity): reduce mode by @ColumbinaHyposeleniaYS in #8079
- feat(render): draw outline/face(s) of VoxelShape by @MukjepScarlet in #8158
- feat(InventoryConstraints): 3 new requirements by @MukjepScarlet in #8162
- rename alink by @ColumbinaHyposeleniaYS in #8164
- feat(UI): customizable theme colors by @SenkJu in #8163
- chore(deps-dev): bump vite from 6.4.1 to 6.4.2 in /src-theme by @dependabot[bot] in #8167
- chore: rotation related cleanups by @MukjepScarlet in #8171
- fix: chams using combat target by @liquidsquid1 in #8175
- fix: explosion damage calculation logic 1.21.4 to 1.21.11 by @MukjepScarlet in #8176
- chore(SpooferClient): update lunar by @liquidsquid1 in #8178
- feat: blink direction by @liquidsquid1 in #8174
- fix(CoroutineTicker): re-entrant GameTickEvent -> crash by @MukjepScarlet in #8179
- fix(TabGUI): icons ignore accent color by @SenkJu in #8180
- feat(NoSlow/Consume): jump mode by @liquidsquid1 in #8183
- feat(ESP): add color setting for invisible entities by @liquidsquid1 in #8191
- feat(KillAura/AutoBlock): auto shield for 1.9~1.21.4 protocol by @MukjepScarlet in #8200
- refactor/fix: NoSlow BOW of TRIDENT by @MukjepScarlet in #8201
- fix(AutoBlock/NoSlow): blocking check for 1.9~1.21.4 by @MukjepScarlet in #8202
- Add Corner for 2DESP by @Akaline-tech in #8198
- refactor(TargetTracker): check Enemy instead of Monster by @MukjepScarlet in #8220
- chore: remove unused code & some compiler warnings by @MukjepScarlet in #8222
- refactor: slightly improve findEnemy util by @MukjepScarlet in #8223
- chore: sort some mixin classes by @MukjepScarlet in #8225
- chore: remove
coerceInwith object creation by @MukjepScarlet in #8226 - fix(render): "distance effect" by @MukjepScarlet in #8232
- fix(math): BlockBox wrong result values by @MukjepScarlet in #8233
- feat: AutoMobHeal by @MukjepScarlet in #8235
- refactor(HotbarItemSlot): limit to enum by @MukjepScarlet in #8238
- fix(trajectory): wrong values in predefined constants by @MukjepScarlet in #8239
- feat(JumpEffect): CanBeCovered by @MukjepScarlet in #8240
- feat(AutoShoot): custom item filter by @MukjepScarlet in #8241
- refactor(InventoryCleaner): optimize set & map creation by @MukjepScarlet in #8242
- fix(PointTracker): getPseudoFurthest always returns min point of AABB by @MukjepScarlet in #8244
- chore(deps): bump polyglot from 25.0.2 to 25.0.3 by @dependabot[bot] in #8247
- feat(AntiBot): NotInTabList by @MukjepScarlet in #8250
- refactor(debug): move title control to interface by @MukjepScarlet in #8252
- fix: wrong parameter order in CEF/blaze3d extensions by @MukjepScarlet in #8261
- refactor(Item): improve inventory slots by @MukjepScarlet in #8262
- fix(interop): threading issues and response types by @MukjepScarlet in #8263
- version: 26.1.x by @MukjepScarlet in #8160
- fix(EventSystem): PerspectiveEvent not work by @NekoCurit in #8265
- refactor(StorageESP): improve type check by @MukjepScarlet in #8269
- fix(ClickGUI): Glitching epand arrow animation by @SenkJu in #8273
- chore(deps): bump org.junit.platform:junit-platform-launcher from 1.10.0 to 6.0.3 by @dependabot[bot] in #8284
- chore(deps): bump dev.detekt from 2.0.0-alpha.2 to 2.0.0-alpha.3 by @dependabot[bot] in #8280
- refactor(command/give): more like vanilla Minecraft /give command by @NekoCurit in #8266
- chore(deps): bump gradle-wrapper from 9.3.0 to 9.5.0 by @dependabot[bot] in #8283
- chore(deps): bump junit from 5.10.0 to 6.0.3 by @dependabot[bot] in #8281
- chore(deps): bump lodash from 4.17.23 to 4.18.1 in /src-theme by @dependabot[bot] in #8169
- chore(deps): bump net.ccbluex:mcef from 3.3.0-26.1-SNAPSHOT to 3.3.1-26.1-SNAPSHOT by @dependabot[bot] in #8277
- LogOffSpots Send in chat toggle and check dummy player in blink by @unlovingbottom in #8274
- chore(deps): Fabric Loom 1.16-SNAPSHOT by @MukjepScarlet in #8287
- chore(deps): single junit version specified by @MukjepScarlet in #8292
- refactor(Hats): optimize performance, reduce vertex count by @MukjepScarlet in #8293
- fix(NoPush): unable to push other entities in singleplayer by @NekoCurit in #8294
- feat(util/text): add text builder by @MukjepScarlet in #8295
- feat(NameTags/BetterTab/Notifier) Display gamemode option in bettertab/nametags and notify on gamemode updates in notifier by @unlovingbottom in #8290
- fix(creativetabs): wrong class name for fabric api by @unlovingbottom in #8296
- chore(script): yarn names migration by @MukjepScarlet in #8297
- chore(render): remove legacy immediate render API by @MukjepScarlet in #8299
- fix(combat): entity attackable change by @MukjepScarlet in #8300
- refactor(command/skull): more reliable ItemStack creation by @NekoCurit in #8301
- refactor(BlockESP/StorageESP): reduce uniform upload by @MukjepScarlet in #8304
- chore: auto stale extended time and updated messages by @1zun4 in #8309
- feat(TargetHud): absorption part by @MukjepScarlet in #8307
- refactor(Nametags): rewrite nametag enchantment by @MukjepScarlet in #8314
- feat(StorageESP): entity tracers by @unlovingbottom in #8306
- chore(deps): bump fastutil4k from 0.2.7 to 0.2.8 by @dependabot[bot] in #8316
- feat(render): shield tint color by @MukjepScarlet in #8318
- feat(Notifier): item consumption by @MukjepScarlet in #8319
- fix(wayland): cursor behaviour on Wayland by @icelimetea in #8320
- refactor(util): math/movement simplification + changes by @MukjepScarlet in #8322
- refactor(util): reorganize file packages by @MukjepScarlet in #8323
- refactor(ItemSlot): optimize findClosestSlot by @MukjepScarlet in #8324
- feat(WeaponType): pickaxe, shovel, hoe by @MukjepScarlet in #8327
- refactor(render): extract WorldToScreen.calculateScreenRect for AABB by @MukjepScarlet in #8328
- fix(ChestStealer): DISTANCE order & quick swap actions by @MukjepScarlet in #8332
- fix(Fucker): only considering closest point of shape by @MukjepScarlet in #8333
- Implement fast crossbow exploit by @vsynthetic in #8334
- fix(text): legacy style code behavior by @MukjepScarlet in #8336
- chore(stale): fix day count on message by @1zun4 in #8338
- chore(deps-dev): bump postcss from 8.5.3 to 8.5.12 in /src-theme by @dependabot[bot] in #8286
- feat(Nametags): rounded rect background by @MukjepScarlet in #8337
- fix(CustomAmbience/Time): Compass locked by @MukjepScarlet in #8339
- chore(deps): bump org.jetbrains.kotlinx:kotlinx-coroutines-test from 1.10.2 to 1.11.0 by @dependabot[bot] in #8342
- refactor(interop): HTTP endpoints style change by @MukjepScarlet in #8344
- fix(Rotation): ChangeLook mode reduces camera rotation sensitivity by @MukjepScarlet in #8346
- refactor(interop): HTTP endpoints style change (2) by @MukjepScarlet in #8347
- chore(mixins): reorganize packages by @MukjepScarlet in #8351
- fix(ChestAura): default block setting contains decorated pot by @MukjepScarlet in #8355
- fix(interop): wrong icon url path by @MukjepScarlet in #8367
- chore: logger creation cleanup by @MukjepScarlet in #8368
- feat(BlockESP/StorageESP): merging shapes by @MukjepScarlet in #8369
- refactor/fix(PlacementRenderer): fix box removal not updates neighbor & improvments by @MukjepScarlet in #8370
- chore(deps): bump mod versions by @1zun4 in #8371
- feat(ConfigSystem): safe saving by @1zun4 in #8372
- chore(deps): bump fabric api by @1zun4 in #8373
New Contributors
- @ColumbinaHyposeleniaYS made their first contribution in #8079
- @unlovingbottom made their first contribution in #8274
Full Changelog: v0.37.0...v0.38.0