-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Basic power and fan management for both AMD and NVIDIA now working!
- Loading branch information
ForbiddenEra
authored and
ForbiddenEra
committed
Dec 10, 2021
1 parent
be6e283
commit dfd93ee
Showing
5 changed files
with
438 additions
and
151 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,11 @@ | ||
### CHANGELOG.md | ||
|
||
``` | ||
0.01a - 12/7/21 - the beginning, able to show stats for AMD GPUs | ||
0.02a - 12/8/21 - able to show some stats for nvidia GPUs as well | ||
0.03a - 12/8/21 - service structure started | ||
0.04a - 12/9/21 - fan control for amdgpu enabled | ||
0.05a - 12/9/21 - some tidying up, build.sh updated for making release easier for me | ||
0.0.6-alpha - 12/9/21 - more tidying up for build stuff, version numbering now npm friendly | ||
0.01a - 12/07/21 - the beginning, able to show stats for AMD GPUs | ||
0.02a - 12/08/21 - able to show some stats for nvidia GPUs as well | ||
0.03a - 12/08/21 - service structure started | ||
0.04a - 12/09/21 - fan control for amdgpu enabled | ||
0.05a - 12/09/21 - some tidying up, build.sh updated for making release easier for me | ||
0.0.6-alpha - 12/10/21 - more tidying up for build stuff, version numbering now npm friendly | ||
0.0.7-alpha - 12/10/21 - basic power and fan management for both AMD and NVIDIA now working | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.