Bump version to 0.1.1

This commit is contained in:
timvisee
2021-11-14 12:54:34 +01:00
parent ad638b5b3e
commit 2af20945cc
4 changed files with 16 additions and 2 deletions

View File

@@ -1,5 +1,18 @@
# Changelog
## 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` in `server.properties`
- Rewrite `prevent-proxy-connections = false` in `server.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