Skip to content

Releases: minekube/gate

v0.62.1

06 Jan 00:12

Choose a tag to compare

Bug Fixes

  • Fixed nil pointer dereference in session chat LastSeenMessages handling
    • Fixed condition from == nil to != nil to prevent nil dereference panic
    • Changed to use evt.Message() instead of packet.Message when message is modified by plugins
    • Added LastSeenMessages to builder when creating new packet for modified messages
    • Aligned behavior with Velocity's implementation

v0.62.0

12 Dec 09:56

Choose a tag to compare

Changelog

  • b3119ff feat: Support Minecraft Java 1.21.11

v0.61.1

09 Dec 06:54
5a2ae81

Choose a tag to compare

Changelog

v0.61.0: feat: add config subcommand to generate default config files (#608)

08 Dec 13:24
4ace975

Choose a tag to compare

* 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

08 Dec 12:47
fb7d2a8

Choose a tag to compare

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)

v0.59.0

24 Nov 22:25
11882b0

Choose a tag to compare

Changelog

  • 11882b0 feat(lite): Add support for hostname parameter routing in backend addresses (#603)

v0.58.1

19 Nov 01:24
f78c743

Choose a tag to compare

Changelog

  • fcbb276 Document bedrock docker image in vitepress docs (#598)
  • f78c743 Fix sound player interface mismatch (#601)
  • 549c8e5 Update JRE base image to temurin-25-jre-alpine (#594)
  • 959dc1b feat(docs): Use GitHub App over PAT and use octokit (#599)

v0.58.0

28 Oct 12:29
0ec2ed1

Choose a tag to compare

Changelog

  • 809a799 chore(deps): update dependency vue to v3.5.22 (#582)
  • 0476abb docs: Integrate widgetbot discord into vitepress website (#583)
  • 7cd126b feat(docs): clarify Bedrock Edition support (#588)
  • 0ec2ed1 feat: Add server registration and unregistration events (#593)

v0.57.1

15 Oct 12:20
51735c8

Choose a tag to compare

Changelog

  • f8f7f83 chore(deps): update dependency tailwindcss to v3.4.18 (#581)
  • 51735c8 chore: change emoji to feather for light mode (#585)
  • 884161a fix: player gets kicked when using suggestions in commands (#584)

v0.57.0

08 Oct 20:31

Choose a tag to compare

Changelog

  • 89d090b chore: Update dependencies and improve error handling in environment variable binding
  • 080575f feat: Support overriding forwarding secrets with environment variables (#575)
  • 40a741e feat: Update for Minecraft 1.21.9 and 1.21.10 (#580)