Skip to content
This repository has been archived by the owner on May 26, 2022. It is now read-only.

Commit

Permalink
Merge branch 'v1.4.1' into devrelease
Browse files Browse the repository at this point in the history
  • Loading branch information
raiguard committed Oct 12, 2018
2 parents 4a3eb99 + dd0d9a9 commit f0f08b5
Show file tree
Hide file tree
Showing 31 changed files with 303 additions and 131 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Weather Icons Backup
Skins/ModernGadgetsExtras
Skins/ModernGadgetsExtras
6 changes: 3 additions & 3 deletions RELEASE
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[ReleaseVersions]
stable=1.4.0
dev=1.4.1-rc.1
dev=1.4.1-rc.2

[Changelogs]
stableChangelog=v1.4.0 - 2018-10-09[#CRLF]- Added Chronometer[#CRLF]- Added Process Meter[#CRLF]- Added tentative Snapdragon support to CPU Meter[#CRLF]- Added support for CoreTemp and Speedfan in CPU Meter[#CRLF]- Added dynamic fan display to CPU Meter[#CRLF]- Added All Cores mode to CPU Meter line graph[#CRLF]- Added session total and simultaneous bits/bytes display to Network Meter[#CRLF]- Added separate bits/bytes peak traffic displays to Network Meter[#CRLF]- Added three additional GPU Meters for monitoring up to four GPUs simultaneously[#CRLF]- Added disk temperatures to Disks Meter[#CRLF]- Added setting to hide disk read/write speeds in Disks Meter[#CRLF]- Added Disk Read/Write Letters option[#CRLF]- Added setting to only display fixed disks in Disks Meter[#CRLF]- Added global color customization[#CRLF]- Added "open config file" buttons to all settings skins to allow access to more advanced settings[#CRLF]- Added 'Welcome' dialog for first-time users[#CRLF]- Added update check interval customization[#CRLF]- Added controls for settings backups in global settings skin[#CRLF]- Darkened default accent color[#CRLF]- Enhanced update download button to directly download and open the update .RMSKIN without a browser[#CRLF]- Increased supported threads in CPU Meter from 32 to 64 (AMD Threadripper 2)[#CRLF]- Increased precision of readouts in Network Meter[#CRLF]- Removed condensed font toggle for Network traffic (condensed is now the only option)[#CRLF]- Network Meter globe is no longer affected by accent color changes[#CRLF]- Removed dual GPU meter option (replaced by separate GPU Meters)[#CRLF]- Enhanced Disk Eject functionality with support for USB card readers and virtual disks (requires admin privileges)[#CRLF]- Significantly improved Disks Meter performance[#CRLF]- Consolidated graph and background borders into their respective background meters[#CRLF]- Standardized graph positioning[#CRLF]- Refactored input box visuals[#CRLF]- Implemented new HWiNFO SMV application, replacing the HWiNFO Config Tool[#CRLF]- Updated dynamic settings system with more consistent and flexible functions[#CRLF]- Updated LoadSkin and UpdateChecker scripts for Rainmeter 4.2 compatibility[#CRLF]- Settings backups are now made upon closing a settings skin, rather than at a preset interval[#CRLF]- Changelog button now shows local changelog rather than the one from GitHub[#CRLF]- Replaced readme link with MG Wiki link[#CRLF]- Reordered toggles in gadget manager[#CRLF]- Fixed error with the update checker reading a file while it was being written by WebParser[#CRLF]- Fixed oversight where clicking the total reset button in Network Meter Pro would not work[#CRLF]- Fixed inconsistent NetMonitor button logic[#CRLF]- Fixed NetMonitor controls not appearing on non-English systems[#CRLF]- Fixed update notification not being centered on the monitor properly[#CRLF]- Fixed settings backup import overwriting HWiNFO SMV sections[#CRLF]- Fixed settings backup import crashing if a settings file doesn't exist in the backup[#CRLF]- Fixed settings backup overwriting default colors[#CRLF]- Corrected date formatting in changelog
devChangelog=v1.4.1-rc.1 - 2018-10-12[#CRLF]- Added safeguards for extraordinarily long changelogs preventing access to the download button[#CRLF]- Fixed dynamic fan display bar always staying at 100%
devChangelog=v1.4.1-rc.2 - 2018-10-12[#CRLF]- Added max CPU temp, CPU fan speed, and GPU temp configurations[#CRLF]- ACTUALLY fixed dynamic fan display bar issues[#CRLF]- Tweaked core color info paragraph[#CRLF]- Fixed GPU meter core voltage readout formatting[#CRLF]- Fixed CPU and GPU temperature graph scaling

[URLs]
stableUrl=https://github.com/raiguard/ModernGadgets/releases/download/v1.4.0/ModernGadgets_1.4.0.rmskin
devUrl=https://github.com/raiguard/ModernGadgets/releases/download/v1.4.1-rc.1/ModernGadgets_1.4.1-rc.1.rmskin
devUrl=https://github.com/raiguard/ModernGadgets/releases/download/v1.4.1-rc.2/ModernGadgets_1.4.1-rc.2.rmskin
7 changes: 7 additions & 0 deletions Skins/ModernGadgets/@Resources/Changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,13 @@ v1.0.0 - 2016-12-04

Development Releases

v1.4.1-rc.2 - 2018-10-12
- Added max CPU temp, CPU fan speed, and GPU temp configurations
- ACTUALLY fixed dynamic fan display bar issues
- Tweaked core color info paragraph
- Fixed GPU meter core voltage readout formatting
- Fixed CPU and GPU temperature graph scaling

v1.4.1-rc.1 - 2018-10-12
- Added safeguards for extraordinarily long changelogs preventing access to the download button
- Fixed dynamic fan display bar always staying at 100%
Expand Down
2 changes: 1 addition & 1 deletion Skins/ModernGadgets/@Resources/Readme.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
MODERNGADGETS
v1.4.1-rc.1
v1.4.1-rc.2
By raiguard

----------------------------------------
Expand Down
6 changes: 5 additions & 1 deletion Skins/ModernGadgets/@Resources/Settings/CpuSettings.inc
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,15 @@ showLineGraph=1
showAvgCpu=0
showTt=0
playTtSound=0

graphAllCoresMode=0

cpuName=auto

maxCpuTempMode=auto
maxCpuFanMode=auto
customMaxCpuTemp=100
customMaxCpuFan=1600

; Colors
colorRam=107,198,250
colorPage=255,204,0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ gpuName=auto

useManualMaxVram=0
maxVram=4096
maxGpuTemp=100
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ gpuName=auto

useManualMaxVram=0
maxVram=4096
maxGpuTemp=100
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ gpuName=auto

useManualMaxVram=0
maxVram=4096
maxGpuTemp=100
1 change: 1 addition & 0 deletions Skins/ModernGadgets/@Resources/Settings/GpuSettings.inc
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ gpuName=auto

useManualMaxVram=0
maxVram=4096
maxGpuTemp=100

colorCoreUsage=255,246,42
colorMemoryUsage=107,198,250
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[Variables]
showAvgUsage=1
showAvgUsage=0
showBars=1
showLineGraph=1
processLabelFontFace=Roboto Cn
Expand Down
2 changes: 1 addition & 1 deletion Skins/ModernGadgets/@Resources/StyleSheet.inc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
; MODERNGADGETS STYLESHEET

[Variables]
mgVersion=1.4.1-rc.1
mgVersion=1.4.1-rc.2

; Positioning
bgOffset=5
Expand Down
Loading

0 comments on commit f0f08b5

Please sign in to comment.