mirror of
https://github.com/timvisee/lazymc.git
synced 2025-05-19 04:40:22 -07:00
Bump version to 0.1.1
This commit is contained in:
parent
ad638b5b3e
commit
2af20945cc
13
CHANGELOG.md
13
CHANGELOG.md
@ -1,5 +1,18 @@
|
|||||||
# Changelog
|
# 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)
|
## 0.1.0 (2021-11-11)
|
||||||
|
|
||||||
- Initial release
|
- Initial release
|
||||||
|
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -614,7 +614,7 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "lazymc"
|
name = "lazymc"
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"bytes",
|
"bytes",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "lazymc"
|
name = "lazymc"
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
authors = ["Tim Visee <3a4fb3964f@sinenomine.email>"]
|
authors = ["Tim Visee <3a4fb3964f@sinenomine.email>"]
|
||||||
license = "GPL-3.0"
|
license = "GPL-3.0"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
1
TODO.md
1
TODO.md
@ -7,6 +7,7 @@
|
|||||||
|
|
||||||
## Nice to have
|
## Nice to have
|
||||||
|
|
||||||
|
- Use server whitelist/blacklist
|
||||||
- Console error if server already started on port, not through `lazymc`
|
- Console error if server already started on port, not through `lazymc`
|
||||||
- Kick with message if proxy-to-server connection fails for new client.
|
- Kick with message if proxy-to-server connection fails for new client.
|
||||||
- Test configuration on start (server dir exists, command not empty)
|
- Test configuration on start (server dir exists, command not empty)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user