Releases: astei/krypton
Releases · astei/krypton
Krypton 0.2.8
Krypton 0.2.7
- Update for Minecraft 1.20.5/1.20.6
Krypton 0.2.6
- Fix a memory leak.
Krypton 0.2.5
- Fixes an incompatibility with Fabric API 0.9.1 and above. See also #111
- Resync compress handler with Velocity
Krypton 0.2.4
- Updated to Minecraft 1.20.2
- Add
krypton.permit-oversized-packets
system property to permit oversized packets. Defaults tofalse
for security reasons.
Krypton 0.2.3
- Updated to Minecraft 1.20
- Removed a mixin that is now implemented in the base game
- Improved protocol conformance - Krypton now handles servers dynamically disabling and re-enabling compression
- Added events indicating when certain events in the network pipeline happen that mods can snoop on
- As a consequence of this, the old ViaFabric hooks have been removed.
Krypton 0.2.2
Thanks to @DrexHD for the update to Minecraft 1.19.4!
- Update to Minecraft 1.19.4
- Updated
velocity-native
Krypton 0.2.1
- Update to Minecraft 1.19.1 (contributed by @wafflecoffee)
- Fixed Multiconnect mod compatibility
Krypton 0.2.0
This is not just a Minecraft 1.19 update, it's also a feature release!
- Fixes crash with Lithium on Quilt
- Resynced with latest Velocity code
- Send chunk packets in a spiral pattern and other fixes (contributed by @solonovamax)
Krypton 0.1.9
Fixes #64 (not actually related to running Krypton server-side).