Skip to content

Releases: astei/krypton

Krypton 0.2.8

22 Jun 23:07
d5c8f54
Compare
Choose a tag to compare

Krypton 0.2.7

30 Apr 05:33
Compare
Choose a tag to compare
  • Update for Minecraft 1.20.5/1.20.6

Krypton 0.2.6

02 Jan 01:57
Compare
Choose a tag to compare
  • Fix a memory leak.

Krypton 0.2.5

30 Dec 20:11
Compare
Choose a tag to compare
  • Fixes an incompatibility with Fabric API 0.9.1 and above. See also #111
  • Resync compress handler with Velocity

Krypton 0.2.4

23 Sep 19:11
Compare
Choose a tag to compare
  • Updated to Minecraft 1.20.2
  • Add krypton.permit-oversized-packets system property to permit oversized packets. Defaults to false for security reasons.

Krypton 0.2.3

10 Jun 03:23
Compare
Choose a tag to compare
  • 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

16 Mar 02:33
Compare
Choose a tag to compare

Thanks to @DrexHD for the update to Minecraft 1.19.4!

  • Update to Minecraft 1.19.4
  • Updated velocity-native

Krypton 0.2.1

30 Jul 16:27
Compare
Choose a tag to compare
  • Update to Minecraft 1.19.1 (contributed by @wafflecoffee)
  • Fixed Multiconnect mod compatibility

Krypton 0.2.0

08 Jun 00:54
Compare
Choose a tag to compare

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

09 Mar 05:33
Compare
Choose a tag to compare

Fixes #64 (not actually related to running Krypton server-side).