Tags: redtrillix/DiscordComputerStatus
Tags
Release Version 2.1.0
# v2.1.0
Added the listed services as a variable under `.env`, they will no longer be under `run.py`.
Temporarily commented out '.env' under `.gitignore` to add changes to repo.
Removed `.github\workflows\python-version-check.yml` file due to being unable to get the workflow working correctly.
Added badges under `README.md`.
Added Version Release number.
Added Repo License.
Added Windows text in bright green.
Added Python text in blue.
Co-Authored-By: JakeWasHere <8933145+jakewashere@users.noreply.github.com>
Release Version 2.0.0
# v2.0.0
Added dotenv to have environment variables (channed id, bot token) seperate from the main script in the form of a .env file.
This is more for my sake cause i'm an idiot and will end up leaking sensitive info.
Added the `.env` file to gitignore, will add `.env` file manually after for documentation and instruction purpose.
Changed service message formatting slightly under `run.py`.
Added `.github\workflows\python-version-check.yml` to do testing for various Python versions, this to run on pushes and pull requests.
Release Version 1.0.0 # v1.0.0 - Initial Full Release Added psutil dependency for CPU and Memory logging in Discord message. Added socket dependency for Hostname and IP logging in Discord message. Added 'Service4', and 'Service5' as two more generic service examples.