- Re-added
.env
to.gitignore
[f297bd2 by redtrillix] - Updated changelog
- Changed file extension from
.txt
to.md
[19283e5 by JamesBLDZMB] - Changed file name from
changelog
toCHANGELOG
[2d53a3b by JamesBLDZMB] - Added release links [19283e5 by JamesBLDZMB]
- Added commit links [19283e5 by JamesBLDZMB]
- Added contributor links [19283e5 by JamesBLDZMB]
- Added
GIT
section [19283e5 by JamesBLDZMB] - Converted to dot-point formating [19283e5 by JamesBLDZMB]
- Slightly improved text of
v2.0.2
change [19283e5 by JamesBLDZMB] - General formating improvements [19283e5 & 2d53a3b by JamesBLDZMB]
- Added release type badges [19283e5 by JamesBLDZMB]
ALPHA
PATCH
MINOR
RELEASE
PRE
- Changed file extension from
- Added logos to the
Windows
&Python
badges inREADME.md
[49dc94c by JamesBLDZMB]
v2.1.0 MINOR
- Added the listed services as a variable under
.env
, they will no longer be underrun.py
[a563238 by redtrillix & JakeWasHere]- Temporarily commented out '.env' under
.gitignore
to add changes to repo
- Temporarily commented out '.env' under
- 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
- Added
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
- Change IP logging from Local computer interface IP to using the service 'https://httpbin.org' to get the Public IP of the computer [ee99f56 by redtrillix]
v1.0.0 - Initial Full Release RELEASE
- 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
- Changed
CHANGELOG.txt
to show newest to oldest changes [3f1eb49 by redtrillix] - Compact message sent to Discord [3f1eb49 by redtrillix]
- Fix listed services back to the generic listings in
run.py
[3f1eb49 by redtrillix]
- Add time of script run in to Discord message [fdb973d by redtrillix]
- Rename
changelog.txt
toCHANGELOG.txt
[fdb973d by redtrillix]
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
- Fix intents missing from script [3adfd06 by redtrillix]
v0.1.0 - Initial Alpha Release ALPHA
MINOR
- Basic script functionality to send a message to a Discord channel when the computer is turned on [15b1444 by redtrillix]