Skip to content

Releases: robotman40/exaroton-expanded

0.0.8

12 Mar 05:04
b5e268c
Compare
Choose a tag to compare

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

12 Mar 02:19
eeb5b30
Compare
Choose a tag to compare

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)

08 Mar 19:55
7b2cb68
Compare
Choose a tag to compare
Alpha

Update README.md