Skip to content

Releases: bundabrg/Reversion

Release v1.0.29

02 Jul 07:06
Compare
Choose a tag to compare

Update Documentation

Online Documentation

Since Last Release:

  • fd1208f (HEAD, tag: v1.0.29, origin/master) Update Documentation [bundabrg]
  • 0044234 Implement support for Education-v392 (1.14.70) [bundabrg]
  • 53bdb66 Add more info for TokenManager [bundabrg]
  • 2c72577 Add some debugging to Education Token Refreshing [bundabrg]

Release v1.0.28

17 Feb 05:05
Compare
Choose a tag to compare

Fix NPE in InventoryTransactionHandler_v390ee_to_v408be

References: bundabrg/GeyserReversion#43

Online Documentation

Since Last Release:

  • cad5452 (HEAD, tag: v1.0.28, origin/master) Fix NPE in InventoryTransactionHandler_v390ee_to_v408be [bundabrg]
  • 6d557c6 Fix NPE in PlayerAction when BlockPosition is null [bundabrg]
  • 1676a76 Only add custom name to item if none already exist [bundabrg]

Release v1.0.27

17 Feb 04:01
Compare
Choose a tag to compare

Translate ITEM_BREAK particles correctly

Closes bundabrg/GeyserReversion#38

Online Documentation

Since Last Release:

  • 1d7e06a (HEAD, tag: v1.0.27, origin/master) Translate ITEM_BREAK particles correctly [bundabrg]

Release v1.0.26

11 Feb 03:22
Compare
Choose a tag to compare

Squashed commit of the following:

commit 93a3de5
Author: bundabrg bundabrg@grieve.com.au
Date: Thu Feb 11 10:31:30 2021 +0800

Fix buckets for Education

When interacticing holding an item we will check if the client interacts with both a block and air. If only 1, we send through the block and block_interact packet, otherwise we suppress the block_interact packet and send the other packets. Solves buckets and opening chests whilst holding a bucket.

Online Documentation

Since Last Release:

  • dc8123f (HEAD, tag: v1.0.26, origin/master) Squashed commit of the following: [bundabrg]
  • 6b7c7a0 Fix Particle Translation and Education Sounds [bundabrg]
  • 1eb5990 Few more options [bundabrg]

Release v1.0.25

08 Feb 10:40
Compare
Choose a tag to compare

Fix education level events

Online Documentation

Since Last Release:

  • bb9be4d (HEAD, tag: v1.0.25, origin/master) Fix education level events [bundabrg]
  • c95bcbf Add a donation section to docs [bundabrg]

Release v1.0.24

06 Feb 07:52
Compare
Choose a tag to compare

Remove metadata between 1.16.100 and 1.16.40 that made boats invisible

Online Documentation

Since Last Release:

  • 4095f91 (HEAD, tag: v1.0.24, origin/master) Remove metadata between 1.16.100 and 1.16.40 that made boats invisible [bundabrg]
  • 14f1a26 Translate BlockEntityData mappings [bundabrg]

Release v1.0.23

13 Dec 05:27
Compare
Choose a tag to compare

Update Documentation

Online Documentation

Since Last Release:

  • 8fe13c4 (HEAD, tag: v1.0.23, origin/master) Update Documentation [bundabrg]
  • 5bd2604 Implement Support for v423be to v422be [bundabrg]

Release v1.0.22

09 Dec 03:26
Compare
Choose a tag to compare

Better support for V422 Servers

  • Now support v422 servers as well as clients

Squashed commit of the following:

commit 8e08cde3c44081ddaba6dc58667961ddcabbc19a
Author: bundabrg bundabrg@grieve.com.au
Date: Wed Dec 9 11:18:35 2020 +0800

Add translators for v419 to v422 and v422 to v419

commit 38b912229707be816a812d9c93c3dd170085697b
Author: bundabrg bundabrg@grieve.com.au
Date: Wed Dec 9 11:04:35 2020 +0800

Bump CloudBurst version to properly support v422 and remove useless translator

Online Documentation

Since Last Release:

  • 02ad4d5 (HEAD, tag: v1.0.22, origin/master) Better support for V422 Servers [bundabrg]

Release v1.0.21

09 Dec 02:33
Compare
Choose a tag to compare

Support multiple server codecs

This allows a server to provide multiple codecs that it supports and we will find the best translation path to reach any of them. It also means that
a client with the same version as any of the supported codecs will also be short circuited.

Squashed commit of the following:

commit 74b3ba404cd70d07dd9c37fc4b0f638ccc2f90e7
Author: bundabrg bundabrg@grieve.com.au
Date: Wed Dec 9 10:26:02 2020 +0800

Clean up

commit 7a5c54b2e7acb31efa4f36339b31c2aa34945d7c
Author: bundabrg bundabrg@grieve.com.au
Date: Wed Dec 9 10:04:51 2020 +0800

First look at multiple toCodecs

Online Documentation

Since Last Release:

  • ec28957 (HEAD, tag: v1.0.21, origin/master) Support multiple server codecs [bundabrg]
  • afbfafb Implement support for v422 (1.16.200) [bundabrg]

Release v1.0.20

07 Dec 08:50
Compare
Choose a tag to compare

Fix Lapis Lazuli not working in Translating tables

We now look for the best match when translating an item which allows the more specific lapis to have priority over the generic dye

Reference: bundabrg/GeyserReversion#21

Online Documentation

Since Last Release:

  • fa8df03 (HEAD, tag: v1.0.20, origin/master) Fix Lapis Lazuli not working in Translating tables [bundabrg]
  • 2db658d Fix LevelChunk handler causing an issue when switching to the nether [bundabrg]
  • b8c1c13 Remove Debugging [bundabrg]
  • 23839b1 Update mapping so a book doesn't look like a writable_book [bundabrg]
  • 05e42e3 Update Documentation [bundabrg]