Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.

v0.7b

Compare
Choose a tag to compare
@thearyadev thearyadev released this 06 Mar 21:19
· 27 commits to main since this release

v0.7b Changes:

  • Server Instance Bug Fixes. (Feedback on this is greatly appriciated)
  • Add Error Count column to accounts table.
    • This will let you address potential problems. Note: Before running into the github issues with a list of errors, please read the Errors section of this readme. Many errors generated are not legitimate problems.
    • This should primarily be used to identify accounts you may want to double check on, to check if they have been banned, or something else.
    • Currently 2-5 errors are common per execution. If your errors is greater than this, It may be optimal to investigate.

Note: There's currently a bug in the server instance. The main branch files of this release has a version number of 0.7, which is not the same as the release name, v07b. This will keep the "Update Available" on screen until fixed. Will be resolved in the next release.

If you would like to change this manually, the version identifier is located in the configuration.yaml file. Edit this file before creating the docker deployment.

Full Changelog: v0.6b...v0.7b

What's Changed

New Contributors