Releases: minekube/gate
Releases · minekube/gate
v0.62.1
Bug Fixes
- Fixed nil pointer dereference in session chat LastSeenMessages handling
- Fixed condition from
== nilto!= nilto prevent nil dereference panic - Changed to use
evt.Message()instead ofpacket.Messagewhen message is modified by plugins - Added LastSeenMessages to builder when creating new packet for modified messages
- Aligned behavior with Velocity's implementation
- Fixed condition from
v0.62.0
v0.61.1
v0.61.0: feat: add config subcommand to generate default config files (#608)
* feat: add config subcommand to generate default config files - Add 'gate config' subcommand to output default configuration templates - Support multiple config types: full, minimal, simple, lite, bedrock - Add --write flag to write directly to config.yml - Embed config files using go:embed for distribution - Add sync-configs Makefile target and go:generate directives - Update documentation with config generation examples and templates * docs: update quick-start guide for configuration file generation - Change wording from "default configuration file" to "simple configuration file" for clarity. - Update command example to reflect the new syntax for generating a simple configuration file with the `-t simple -w` flags. * docs: update configuration menu item text for clarity - Changed menu item text from "Complete Configuration" to "Configuration & Templates" to better reflect the content.
v0.60.0
Changelog
- a171150 docs: remove obsolete version property from Docker Compose examples (#604)
- fb7d2a8 feat: add option to disable auto config reload (#607)
- 4592ec4 fix: SoundEntityPacket panic and protocol desync (#605)
- 606126c fix: broken .gitignore (#596)
- d1f198b fix: resolve nil pointer dereference warnings in forward_test.go (#606)