-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(Drive): Rollback to using PerfMon for Disk activity
- Drive: Apparently HWiNFO can't provide Disk activity for logical disks. Also old issue with PerfMon providing values > 100 is solved by setting `MinValue` and `MaxValue` - Player: Fix Artist and Title wrapping - GPU: Fade usage string when value is `0` - Add changelog to the repository
- Loading branch information
1 parent
8bfb8c9
commit 7dfdda8
Showing
20 changed files
with
86 additions
and
36 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
## v1.6.0 (2022-09-25) | ||
|
||
- Drive: Apparently HWiNFO can't provide Disk activity for logical disks. Also old issue with PerfMon providing values > 100 is solved by setting `MinValue` and `MaxValue` | ||
- Player: Fix Artist and Title wrapping | ||
- GPU: Fade usage string when value is `0` | ||
|
||
## v1.5.0 (2022-08-23) | ||
|
||
- GPU: Get GPU usage value and allocated memory from HWiNFO | ||
- GPU: Fix getting GPU total memory. Support GPU with > 4 GiB | ||
- GPU: Allow setting GPU total memory as workaround when there is no total memory value in the registry | ||
- GPU: Allow hiding GPU Fan | ||
- GPU: Rename GPU "Dedicated memory" to less verbose "Memory" | ||
- Drive: Get drive total activity from HWiNFO | ||
- Drive: Display SSD remaining life in a tooltip | ||
- Unify variables' names | ||
|
||
## v1.4.0 (2022-03-20) | ||
|
||
- Drive: how Drive identifier in tooltip | ||
- Drive: Add separate variables for HWiNFO Drive S.M.A.R.T. Temperature Entry ID | ||
- Add `Drive_6` skin | ||
|
||
## v1.3.1 (2021-10-29) | ||
|
||
- Memory, Drive, GPU: Use binary prefixes for memory values (e.g. GiB) | ||
|
||
## v1.3.0 (2021-04-16) | ||
|
||
- Add localization support. Available locales are "en" and "ru" | ||
- Add context menu item "Open Config" that opens `Config.inc` | ||
|
||
## v1.2.0 (2021-04-07) | ||
|
||
-To keep user values on update copy all configurable variables from `Variables.inc` to `Config.inc` | ||
|
||
- Highlight that HWiNFO < 7.0.0 must be used unless you have Pro subscription | ||
- Network: Fix missing default value for `NetworkInterface` | ||
- Drive: Add tooltip for Drive label displaying disk total size | ||
- GPU: Remove `GPU_Registry_GUID` variable - take adapter name and total dedicated memory size (as reported by `dxdiag`) from WinSAT | ||
- Network: Fade zero network In and Out values | ||
|
||
## v1.1.0 (2021-03-21) | ||
|
||
- Allow toggling skin borders visibility: | ||
|
||
```ini | ||
; 0 - hide, 1 - show | ||
CPUBorderTop=1 | ||
CPUBorderRight=0 | ||
CPUBorderBottom=1 | ||
CPUBorderLeft=0 | ||
``` | ||
|
||
## v1.0.0 (2021-03-03) | ||
|
||
- Initial public version updated |
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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