Releases: jackyyf/MineGate-Go
Releases · jackyyf/MineGate-Go
v0.5.2
v0.5.1
v0.5.0
v0.4.1
v0.4.0
v0.3.3
v0.3.2
v0.3.1
v0.3.0
+ An experimental daemonize feature was added, only available on *nix platform + Custom error message are now configurable for invalid hostname or missing upstreams + Log rotate feature was added (*nix only), send SIGUSR1 signal to trigger a log rotation - Log facility was moved to a separated repo: jackyyf/golog - Deleted some unused function in protocol.go
v0.2.0
Major update: custom error message available. * A submodule called mcchat is added, to handle chat message part. * Config file updated, custom error message syntax added. * Favicon part is added, but currently not functional. * Config is now (not completely) validated after loaded. * Fix: for status request, kick message is now a valid status response. * Tried to fix that sometimes disconnection reason is netty exception. ! Seems hover and click events in status response is ignored, don't know if there is any way to make them work.