Skip to content

Releases: alvesvaren/mccli

Beta 0.2.0

25 Nov 17:04
Compare
Choose a tag to compare
Beta 0.2.0 Pre-release
Pre-release

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

21 Nov 00:30
Compare
Choose a tag to compare
Beta 0.1.12 Pre-release
Pre-release
  • Removed unused imports
  • Fixed various details in readme

Beta 0.1.11

21 Nov 00:19
Compare
Choose a tag to compare
Beta 0.1.11 Pre-release
Pre-release
  • Added some handling of tmux errors
  • Fixed bug with only being able to use one comment in config file

Beta 0.1.9

20 Nov 23:47
Compare
Choose a tag to compare
Beta 0.1.9 Pre-release
Pre-release
  • 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

18 Nov 21:26
Compare
Choose a tag to compare
Beta 0.1.6 Pre-release
Pre-release
  • 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 using server.update(new_version)
  • Now sends SIGINT because SIGTERM caused a forking tmux instance to forcefully quit instead of stopping the server first.