Releases: alvesvaren/mccli
Releases · alvesvaren/mccli
Beta 0.2.0
Breaking changes!
- Removed SPIGOT from the ServerProvider enum
Normal changes
- Added (partial) support for waterfall servers
- The code for adding more providers are much cleaner now
Beta 0.1.12
- Removed unused imports
- Fixed various details in readme
Beta 0.1.11
- Added some handling of tmux errors
- Fixed bug with only being able to use one comment in config file
Beta 0.1.9
- Added output to various commands that missed it
- Added more output to some other commands
- Made some non-breaking changes to the mccli API
- Cleaned up the code a bunch
Beta 0.1.6
- The installation script now works on systems where python2 still is the default
- Patched some problems with how the server object handled new server jars (you can no longer set
server.version = new_version
directly). You will now update them usingserver.update(new_version)
- Now sends SIGINT because SIGTERM caused a forking tmux instance to forcefully quit instead of stopping the server first.