mirror of
https://github.com/timvisee/lazymc.git
synced 2025-07-24 16:52:00 -07:00
1.0 KiB
1.0 KiB
Changelog
0.1.3 (2021-11-15)
- Fix binary release
0.1.2 (2021-11-15)
- Add Linux ARMv7 and aarch64 releases
- RCON now works if server is running while server command already quit
- Various RCON tweaks in an attempt to make it more robust and reliable (cooldown, exclusive lock, invocation spacing)
- Increase server monitoring timeout to 20 seconds
- Improve waiting for server logic when holding client
- Various fixes and improvements
0.1.1 (2021-11-14)
- Make server sleeping errors more descriptive
- Add server quit cooldown period, intended to prevent RCON errors due to RCON server thread something quitting after main server
- Rewrite
enable-status = true
inserver.properties
- Rewrite
prevent-proxy-connections = false
inserver.properties
if Minecraft server has non-loopback address (other public IP) - Add compile from source instructions to README
- Add Windows instructions to README
- Update dependencies
- Various fixes and improvements
0.1.0 (2021-11-11)
- Initial release