Merge branch 'rc-v3.0.1' into rc-v3.1.0

This commit is contained in:
Lion Kortlepel 2022-03-10 12:24:44 +01:00
commit 710b15535e
No known key found for this signature in database
GPG Key ID: 4322FF2B4C71259B

View File

@ -7,6 +7,7 @@
# v3.0.1 # v3.0.1
- ADDED Backup URLs to UpdateCheck (will fail less often now) - ADDED Backup URLs to UpdateCheck (will fail less often now)
- ADDED console cursor left and right movement (with arrow keys) and working HOME and END key (via github.com/lionkor/commandline)
- FIXED a bug where, when run with --working-directory, the Server.log would still be in the original directory - FIXED a bug where, when run with --working-directory, the Server.log would still be in the original directory
- FIXED a bug which could cause the plugin reload thread to spin at 100% if the reloaded plugin's didn't terminate - FIXED a bug which could cause the plugin reload thread to spin at 100% if the reloaded plugin's didn't terminate
- FIXED an issue which would cause servers to crash on mod download via SIGPIPE on POSIX - FIXED an issue which would cause servers to crash on mod download via SIGPIPE on POSIX