Skip to content

Commit

Permalink
Merge pull request #169 from REALSDEALS/REALSDEALS
Browse files Browse the repository at this point in the history
Release Update: pcHealth - v1.8.3
  • Loading branch information
REALSDEALS authored Oct 18, 2024
2 parents 9eac3bc + 7c06dbe commit 8f2816f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
7 changes: 7 additions & 0 deletions Documentation/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog.md - pcHealth

## 18-10-2024 - @REALSDEALS

Audit of the code, everything seems to work in this audit and testing phase.
Since it has been a long time since a full version has been pushed a new version/update will be released.

You can see this update as a small QoL and maintenance update.

## 30-09-2024 - @REALSDEALS

Rewrote some calling actions by replacing hard statements with environmental variables. It should improve the stability in the script or prevent hard crashes.
Expand Down
3 changes: 2 additions & 1 deletion Documentation/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ For now only the version names will be displayed, in the future there might be e

# Current Version(s)

Full Release - v1.7.0 (Stable)
Full Release - v1.8.3 (Stable)
Beta Release - v1.8.2-beta
=======
Alpha Release - v0.3.0-alpha (PowerShell) ((DISCONTINUED))
Expand All @@ -16,6 +16,7 @@ Here you can see a overview of the older version.

### Full Release(s)

- Full Release - v1.8.3
- Full Release - v1.7.2
- Full Release - v1.7.0
- Full Release - v1.6.0
Expand Down
4 changes: 2 additions & 2 deletions Scripts/CMD/pcHealth.bat
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ if '%errorlevel%' NEQ '0' (
:--------------------------------------
:: MainCode
@echo off
title pcHealth - Check your PC's Health! - version 1.8.2-beta
title pcHealth - Check your PC's Health! - version 1.8.3
=======
cd /
color D
Expand All @@ -43,7 +43,7 @@ echo Thanks for downloading and using pcHealth!
echo Please be sure that you are running this Batch file in Administrator mode.
echo.
echo Made by REALSDEALS - Licensed under GNU-3 (You are free to use, but not to change or to remove this line.)
echo You are now using version 1.8.2-beta of pcHealth.
echo You are now using version 1.8.3 of pcHealth.
=======
echo.
ECHO Hello %USERNAME%!
Expand Down

0 comments on commit 8f2816f

Please sign in to comment.