Skip to content

Commit 69de7a9

Browse files
committed
Bump version to 0.2.5
1 parent 3e7e5c4 commit 69de7a9

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## 0.2.5 (2021-11-25)
4+
5+
- Add support Minecraft 1.16.3 to 1.17.1 with lobby join method
6+
- Add support for Forge client/server to lobby join method (partial)
7+
- Probe server on start with fake user to fetch server settings improving compatibility
8+
- Improve lobby compatibility, send probed server data to client when possible
9+
- Skip lobby join method if server probe is not yet finished
10+
- Generate lobby dimension configuration on the fly based on server dimensions
11+
- Fix unsupported lobby dimension configuration values for some Minecraft versions
12+
- Demote IP ban list reload message from info to debug
13+
- Update dependencies
14+
315
## 0.2.4 (2021-11-24)
416

517
- Fix status response issues with missing server icon, fall back to default icon

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lazymc"
3-
version = "0.2.4"
3+
version = "0.2.5"
44
authors = ["Tim Visee <[email protected]>"]
55
license = "GPL-3.0"
66
readme = "README.md"

res/lazymc.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,4 +180,4 @@ command = "java -Xmx1G -Xms1G -jar server.jar --nogui"
180180
[config]
181181
# lazymc version this configuration is for.
182182
# Don't change unless you know what you're doing.
183-
version = "0.2.4"
183+
version = "0.2.5"

0 commit comments

Comments
 (0)