Releases: robotman40/exaroton-expanded
0.0.8
This release fully implements a previously stub feature and a QoL improvement
Now Implemented Stub:
The write_file_data
function is now properly implemented and works as expected! Now write files to your Exaroton servers!
QoL Improvement:
For those who install this library from source, the setup.py
file will now work in any directory (and will output the dist folder in the current working directory)
0.0.7
This releases brings a few new features and changes:
Changes:
Removed the get_server_is_running
function in favor of a new function called get_server_status
, which gives a higher range of values in a more convenient format.
New Features:
A new class, ServerInstance
, has been created to allow the management of individual server instances. The main appeal of this is you only have to put in a server's ID once and it will be used universally across the class.
0.0.6 (Initial Release)
Alpha Update README.md