1.6.1: Bugfix time
- Fixed not being able to connect to some servers caused by ChunkData (thanks to gadget for the wonderful mixin)
- Moved whitelist and blacklist to the minecraft client. This should fix the issue where packets would display wrong data in the frontend
- Updated frontend to v1.4.1, this improves ui a bit at some places
Full Changelog: https://github.com/aridevelopment-de/fabric-packet-logger/compare/1.6.0+1.19.4...1.6.1+1.19.4
1.6.0 and 1.5.0 Update
This version includes all changes that have been made to 1.19.4 but adapted to this version. Metadata has been updated accordingly.
Changelog of 1.6.0
This release finally adds support for every serverbound packet. Metadata and frontend has been updated accordingly and support for a new clientbound look on the frontend has been added.
Changelog of 1.5.0
This update introduces a new frontend ui (still kind of work in progress), performance and ram improvements and improved user feedback:
- Frontend now includes a navigation bar
- A new page has been added: Analyzer. You can now import log files and analyze them there
- Data streamed via websocket is being reduced by a lot. This improved the processing speed and ram usage by a lot
- Packet data is now being stored in the format of packet bufs on the Minecraft client
- Custom Toast Notifications have been added
- You are now also able to export the stored log via an ingame command (
/packetlogger export
)
Full Changelog: https://github.com/aridevelopment-de/fabric-packet-logger/compare/1.6.0+1.19.4...1.6.0+1.19.3
Serverbound packets for 1.19.4
This release finally adds support for every serverbound packet. Metadata and frontend has been updated accordingly and support for a new clientbound look on the frontend has been added.
What's Changed
- 1.19.4: Added all serverbound packets by @Ari24-cb24 in https://github.com/aridevelopment-de/fabric-packet-logger/pull/22
Full Changelog: https://github.com/aridevelopment-de/fabric-packet-logger/compare/1.5.0+1.19.4...1.6.0+1.19.4
This update introduces a new frontend ui (still kind of work in progress), performance and ram improvements and improved user feedback:
- Frontend now includes a navigation bar
- A new page has been added: Analyzer. You can now import log files and analyze them there
- Data streamed via websocket is being reduced by a lot. This improved the processing speed and ram usage by a lot
- Packet data is now being stored in the format of packet bufs on the Minecraft client
- Custom Toast Notifications have been added
- You are now also able to export the stored log via an ingame command (
/packetlogger export
)
What's Changed
- fix readme by @odpay in https://github.com/aridevelopment-de/fabric-packet-logger/pull/11
- Mixin debug info to F3 menu (+ packets/second ticker) & formatting by @odpay in https://github.com/aridevelopment-de/fabric-packet-logger/pull/13
- Fix EntityTracker values always be empty by @Foorcee in https://github.com/aridevelopment-de/fabric-packet-logger/pull/16
- Reduced traffic and improved websocket "performance" by @Ari24-cb24 in https://github.com/aridevelopment-de/fabric-packet-logger/pull/19
New Contributors
- @odpay made their first contribution in https://github.com/aridevelopment-de/fabric-packet-logger/pull/11
- @Foorcee made their first contribution in https://github.com/aridevelopment-de/fabric-packet-logger/pull/16
Full Changelog: https://github.com/aridevelopment-de/fabric-packet-logger/compare/1.4.0+1.19.4...1.5.0+1.19.4
- Big internal changes in web-ui (using zustand, better performance and toggle logging state button)
- Now with localstorage saved settings as well
- Critical bugfix: Packet ids couldn't be resolved. Now using accessWideners to retrieve them
- Internal changes for metadata
- Updated some descriptions as always
Full Changelog: https://github.com/aridevelopment-de/fabric-packet-logger/compare/1.3.0+1.19.4...1.4.0+1.19.4
- Now supporting every client-side packet
- Better handling with identification
- Updated frontend with more user-friendly features (try it out!)
Full Changelog: https://github.com/aridevelopment-de/fabric-packet-logger/compare/1.2.0+1.19.4...1.3.0+1.19.4
- Improved web-ui with inspector (See aridevelopment-de/fabric-packet-logger-frontend)
- Added descriptions to each packet
- Added more packets (around 60-65 now)
Full Changelog: https://github.com/aridevelopment-de/fabric-packet-logger/compare/1.1.3+1.19.4...1.2.0+1.19.4