Skip to content

Latest commit

 

History

History
72 lines (60 loc) · 9.25 KB

CHANGELOG.md

File metadata and controls

72 lines (60 loc) · 9.25 KB

Changelog

GIT

v2.1.0 MINOR

  • Added the listed services as a variable under .env, they will no longer be under run.py [a563238 by redtrillix & JakeWasHere]
    • 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 [a563238 by redtrillix & JakeWasHere]
  • Added badges under README.md [a563238 by redtrillix & JakeWasHere]
    • Added Version Release number
    • Added Repo License
    • Added Windows text in bright green
    • Added Python text in blue

v2.0.2 PRE PATCH

  • Attempt #2 to fix python-version-check.yml not running correctly [a8ea929 by redtrillix]

v2.0.1 PATCH

  • Fix python-version-check.yml not running correctly [6bf4487 by redtrillix]
  • Add .gitignore as mentioned in previous changelog [6bf4487 by redtrillix]
    • Added .env to .gitignore

v2.0.0 RELEASE

  • 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 [c31a23f by redtrillix]
  • Added the .env file to gitignore, will add .env file manually after for documentation and instruction purpose [c31a23f by redtrillix]
  • Changed service message formatting slightly under run.py [c31a23f by redtrillix]
  • Added .github\workflows\python-version-check.yml to do testing for various Python versions, this to run on pushes and pull requests [c31a23f by redtrillix]

v1.1.0 MINOR

  • Added psutil dependency for CPU and Memory logging in Discord message [66749e1 by redtrillix]
  • Added socket dependency for Hostname and IP logging in Discord message [66749e1 by redtrillix]
  • Added 'Service4', and 'Service5' as two more generic service examples [66749e1 by redtrillix]

v0.3.1 ALPHA PATCH

v0.3.0 ALPHA MINOR

v0.2.0 ALPHA MINOR

  • Modified the script to include a more detailed message indicating manually specified services are up and running [8984bcf by redtrillix]

v0.1.1 ALPHA PATCH

  • Basic script functionality to send a message to a Discord channel when the computer is turned on [15b1444 by redtrillix]