Skip to content

Tags: redtrillix/DiscordComputerStatus

Tags

v2.1.0

Toggle v2.1.0's commit message
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>

v2.0.2

Toggle v2.0.2's commit message
Update run.py

v2.0.1

Toggle v2.0.1's commit message
Release Version 2.0.1

# v2.0.1

Fix `python-version-check.yml` not running correctly.
Add `.gitignore` as mentioned in previous changelog.
    Added `.env` to gitignore.

v2.0.0

Toggle v2.0.0's commit message
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.

v1.1.0

Toggle v1.1.0's commit message
Release v1.1.0

# v1.1.0

Change IP logging from Local computer interface IP to using the service 'https://httpbin.org' to get the Public IP of the computer.

v1.0.0

Toggle v1.0.0's commit message
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.

v0.3.1

Toggle v0.3.1's commit message
Version 0.3.1

# v0.3.1

Changed `CHANGELOG.txt` to show newest to oldest changes.
Compact message sent to Discord.
Fix listed services back to the generic listings in `run.py`.

v0.2.0

Toggle v0.2.0's commit message

v0.1.1

Toggle v0.1.1's commit message
Fix Intents issue

Fix intents missing from script.

v0.1.0

Toggle v0.1.0's commit message