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

Commit

Permalink
Prep for release
Browse files Browse the repository at this point in the history
  • Loading branch information
raiguard committed May 13, 2018
1 parent 9966c1a commit 42fe214
Showing 9 changed files with 8 additions and 986 deletions.
6 changes: 3 additions & 3 deletions RELEASE
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[ReleaseVersions]
stable=1.3.1
dev=1.4.0-beta.1
dev=1.4.0-beta.2

[Changelogs]
stableChangelog=v1.3.1 - 2018-5-2[#CRLF]- Fixed development testing opt-in not working
devChangelog=v1.4.0-beta.1 - 2018-5-2[#CRLF]- Added 36-thread support to CPU Meter[#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 setting to only display fixed disks in Disks Meter[#CRLF]- Added global color customization[#CRLF]- Added gadget update rate setting (not supported by all readings)[#CRLF]- Added "open config file" buttons to all settings skins to allow access to more advanced settings[#CRLF]- Increased precision of readouts in Network Meter[#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]- Upgraded to HWiNFO plugin 4.0.0 alpha[#CRLF]- Deleted HWiNFO config tool in favor of the HWiNFO plugin's built-in tool (alpha)[#CRLF]- Fixed oversight where clicking the total reset button in Network Meter Pro would not work[#CRLF][#CRLF]NOTE: This release changes the location and format of the HWiNFO variables. After updating, you will need to re-configure your HWiNFO IDs.
devChangelog=v1.4.0-beta.2 - 2018-5-13[#CRLF]- Added Process Meter[#CRLF]- Refactored input box visuals[#CRLF]- Removed condensed font toggle for Network traffic[#CRLF]- Disk eject buttons will auto-hide if the user is not an administrator[#CRLF]- Changelog button now shows local changelog rather than the one from GitHub

[URLs]
stableUrl=https://github.com/raiguard/ModernGadgets/releases/download/v1.3.1/ModernGadgets_1.3.1.rmskin
devUrl=https://github.com/raiguard/ModernGadgets/releases/download/v1.4.0-beta.1-fix/ModernGadgets_1.4.0-beta.1.rmskin
devUrl=https://github.com/raiguard/ModernGadgets/releases/download/v1.4.0-beta.2/ModernGadgets_1.4.0-beta.2.rmskin
2 changes: 1 addition & 1 deletion Skins/ModernGadgets/Config/GadgetManager/Config.ini
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@ Version=1.4.0-beta.2

bgWidth=310
bgHeight=280
loaded=1
loaded=0

contentMarginAbs=5

2 changes: 1 addition & 1 deletion Skins/ModernGadgets/Config/Setup/Config.ini
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@ Version=1.4.0-beta.2

bgWidth=250
bgHeight=149
loaded=1
loaded=0
contentMarginAbs=4

; ========= Measures =========
2 changes: 1 addition & 1 deletion Skins/ModernGadgets/Config/UnitTests/TestRemote.inc
Original file line number Diff line number Diff line change
@@ -8,4 +8,4 @@ devChangelog=v1.4.0-beta.2 - 2018-5-13[#CRLF]- Added Process Meter[#CRLF]- Refac

[URLs]
stableUrl=https://github.com/raiguard/ModernGadgets/releases/download/v1.3.1/ModernGadgets_1.3.1.rmskin
devUrl=https://github.com/raiguard/ModernGadgets/releases/download/v1.4.0-beta.1-fix/ModernGadgets_1.4.0-beta.1.rmskin
devUrl=https://github.com/raiguard/ModernGadgets/releases/download/v1.4.0-beta.2/ModernGadgets_1.4.0-beta.2.rmskin
2 changes: 1 addition & 1 deletion Skins/ModernGadgets/Network/Network.ini
Original file line number Diff line number Diff line change
@@ -44,7 +44,7 @@ textNetOutTotal=""

totalColumnX=(#columnX#)

externalIp=67.2.1.161
externalIp=
netInOutFontFace=Roboto Cn

; ========= Measures =========
2 changes: 1 addition & 1 deletion Skins/ModernGadgets/Network/NetworkPro.ini
Original file line number Diff line number Diff line change
@@ -44,7 +44,7 @@ textNetOutTotal=""

totalColumnX=(#columnX#)

externalIp=67.2.1.161
externalIp=
netInOutFontFace=Roboto Cn

; ========= Measures =========
Loading

0 comments on commit 42fe214

Please sign in to comment.