Skip to content

Releases: redtrillix/DiscordComputerStatus

v2.1.0

31 Mar 11:43
Compare
Choose a tag to compare

Changelog - Version 2.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.

Full Changelog: v2.0.2...v2.1.0

v2.0.2

31 Mar 10:07
Compare
Choose a tag to compare
v2.0.2 Pre-release
Pre-release

Changelog - Version 2.0.2

Attempt 2 - Fix python-version-check.yml not running correctly.

Full Changelog: v2.0.1...v2.0.2

v2.0.1

31 Mar 09:54
Compare
Choose a tag to compare

Changelog - Version 2.0.1

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

Full Changelog: v2.0.0...v2.0.1

v2.0.0

31 Mar 09:52
Compare
Choose a tag to compare

Changelog - Version 2.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.

Full Changelog: v1.1.0...v2.0.0

v1.1.0

31 Mar 09:08
Compare
Choose a tag to compare

Changelog - Version 1.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.

Full Changelog: v1.0.0...v1.1.0

v1.0.0

31 Mar 08:56
Compare
Choose a tag to compare

Changelog - Version 1.0.0 🎉

Added psutil dependency for CPU and Memory logging in Discord message.
Added socket dependency for Hostname and local IP logging in Discord message.
Added 'Service4', and 'Service5' as two more generic service examples.

Full Changelog: v0.3.1...v1.0.0

v0.3.1

31 Mar 08:38
Compare
Choose a tag to compare

Changelog - Version 0.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.

Full Changelog: v0.2.0...v0.3.1

v0.2.0

31 Mar 08:02
Compare
Choose a tag to compare

Changelog - Version 0.2.0

Modified the script to include a more detailed message indicating manually specified services are up and running.

Full Changelog: v0.1.1...v0.2.0

v0.1.1

31 Mar 07:53
Compare
Choose a tag to compare

Changelog - Version 0.1.1

Fix intents missing from script.

Full Changelog: v0.1.0...v0.1.1

v0.1.0

31 Mar 07:47
Compare
Choose a tag to compare

Changelog - Version 0.1.0

Basic script functionality to send a message to a Discord channel when the computer is turned on.