From 79c8e7cb12a205d0a9ccc6c6656d7151bd3e28f1 Mon Sep 17 00:00:00 2001 From: Caleb Heuer Date: Mon, 8 Oct 2018 16:33:45 -0600 Subject: [PATCH] Release candidate 6 changes --- RELEASE | 6 +- Skins/ModernGadgets/@Resources/Changelog.txt | 11 +- Skins/ModernGadgets/@Resources/Readme.txt | 2 +- .../@Resources/Scripts/SettingsBackups.lua | 1 + .../@Resources/Settings/NetworkSettings.inc | 2 +- Skins/ModernGadgets/@Resources/StyleSheet.inc | 10 +- Skins/ModernGadgets/CPU/CPU.ini | 2 +- .../ModernGadgets/Chronometer/Chronometer.ini | 2 +- .../Chronometer/Stopwatch/Stopwatch.ini | 2 +- Skins/ModernGadgets/Config/CPU/Config.ini | 6 +- .../Config/Chronometer/Config.ini | 2 +- Skins/ModernGadgets/Config/Disks/Config.ini | 6 +- Skins/ModernGadgets/Config/GPU/Config.ini | 6 +- .../Config/GadgetManager/Config.ini | 2 +- Skins/ModernGadgets/Config/Global/Config.ini | 2 +- Skins/ModernGadgets/Config/Network/Config.ini | 2 +- Skins/ModernGadgets/Config/Process/Config.ini | 6 +- Skins/ModernGadgets/Config/Setup/Config.ini | 8 +- .../Config/Setup/TestRemote.json | 27 - .../Config/Setup/TestRemote2.json | 2222 ----------------- Skins/ModernGadgets/Disks/Disks.ini | 2 +- Skins/ModernGadgets/GPU/GPU0/GPU.ini | 2 +- Skins/ModernGadgets/GPU/GPU1/GPU.ini | 2 +- Skins/ModernGadgets/GPU/GPU2/GPU.ini | 2 +- Skins/ModernGadgets/GPU/GPU3/GPU.ini | 2 +- Skins/ModernGadgets/Network/Network.ini | 2 +- Skins/ModernGadgets/Network/NetworkPro.ini | 2 +- Skins/ModernGadgets/Process/Process.ini | 2 +- 28 files changed, 50 insertions(+), 2293 deletions(-) delete mode 100644 Skins/ModernGadgets/Config/Setup/TestRemote.json delete mode 100644 Skins/ModernGadgets/Config/Setup/TestRemote2.json diff --git a/RELEASE b/RELEASE index f670497a..dbce2beb 100644 --- a/RELEASE +++ b/RELEASE @@ -1,11 +1,11 @@ [ReleaseVersions] stable=1.3.1 -dev=1.4.0-rc.5 +dev=1.4.0-rc.6 [Changelogs] stableChangelog=v1.3.1 - 2018-05-02[#CRLF]- Fixed development testing opt-in not working -devChangelog=v1.4.0-rc.5 - 2018-10-07[#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]- Added units to HWiNFO SMV labels[#CRLF]- Updated to signed SMV application[#CRLF]- Reordered toggles in gadget manager[#CRLF]- Rewrote config file button tooltip[#CRLF]- Fixed bug where disk configuration would ignore the disk read/write letters option +devChangelog=v1.4.0-rc.6 - 2018-10-08[#CRLF]- Redesigned HWiNFO SMV report link[#CRLF]- Fixed import backup prompt disappearing if an update is available[#CRLF]- Fixed incorrect date for v1.4.0-rc.5 in changelog [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-rc.5/ModernGadgets_1.4.0-rc.5.rmskin \ No newline at end of file +devUrl=https://github.com/raiguard/ModernGadgets/releases/download/v1.4.0-rc.6/ModernGadgets_1.4.0-rc.6.rmskin \ No newline at end of file diff --git a/Skins/ModernGadgets/@Resources/Changelog.txt b/Skins/ModernGadgets/@Resources/Changelog.txt index 77596f2c..83eb93e3 100644 --- a/Skins/ModernGadgets/@Resources/Changelog.txt +++ b/Skins/ModernGadgets/@Resources/Changelog.txt @@ -90,7 +90,12 @@ v1.0.0 - 2016-12-04 Development Releases -v1.4.0-rc.5 - 2018-10-07 +v1.4.0-rc.6 - 2018-10-08 +- Redesigned HWiNFO SMV report link +- Fixed import backup prompt disappearing if an update is available +- Fixed incorrect date for v1.4.0-rc.5 in changelog + +v1.4.0-rc.5 - 2018-10-08 - Added 'Welcome' dialog for first-time users - Added update check interval customization - Added controls for settings backups in global settings skin @@ -294,7 +299,7 @@ v1.0.0-rc.1 - 2016-11-14 WIP Releases -v1.4.0 - 2018-??-?? +v1.4.0 - 2018-10-09 - Added Chronometer - Added Process Meter - Added tentative Snapdragon support to CPU Meter @@ -340,4 +345,4 @@ v1.4.0 - 2018-??-?? - Fixed settings backup import overwriting HWiNFO SMV sections - Fixed settings backup import crashing if a settings file doesn't exist in the backup - Fixed settings backup overwriting default colors -- Corrected date formatting in changelog +- Corrected date formatting in changelog \ No newline at end of file diff --git a/Skins/ModernGadgets/@Resources/Readme.txt b/Skins/ModernGadgets/@Resources/Readme.txt index 082b2d80..b2928967 100644 --- a/Skins/ModernGadgets/@Resources/Readme.txt +++ b/Skins/ModernGadgets/@Resources/Readme.txt @@ -1,5 +1,5 @@ MODERNGADGETS -v1.4.0-rc.5 +v1.4.0-rc.6 By raiguard ---------------------------------------- diff --git a/Skins/ModernGadgets/@Resources/Scripts/SettingsBackups.lua b/Skins/ModernGadgets/@Resources/Scripts/SettingsBackups.lua index e1b982c9..299bacf1 100644 --- a/Skins/ModernGadgets/@Resources/Scripts/SettingsBackups.lua +++ b/Skins/ModernGadgets/@Resources/Scripts/SettingsBackups.lua @@ -45,6 +45,7 @@ function ImportBackup() SKIN:Bang('!RefreshGroup', 'MgImportRefresh') LogHelper('Imported settings backup', 'Notice') + SKIN:Bang('!Refresh') end diff --git a/Skins/ModernGadgets/@Resources/Settings/NetworkSettings.inc b/Skins/ModernGadgets/@Resources/Settings/NetworkSettings.inc index b2842def..b85b448a 100644 --- a/Skins/ModernGadgets/@Resources/Settings/NetworkSettings.inc +++ b/Skins/ModernGadgets/@Resources/Settings/NetworkSettings.inc @@ -2,7 +2,7 @@ interface=Best trafficSuffix=B/s -censorExternalIp=1 +censorExternalIp=0 showSpeedtestButton=1 showPing=0 showNetTotals=1 diff --git a/Skins/ModernGadgets/@Resources/StyleSheet.inc b/Skins/ModernGadgets/@Resources/StyleSheet.inc index 1dd1cbbc..14d7ee25 100644 --- a/Skins/ModernGadgets/@Resources/StyleSheet.inc +++ b/Skins/ModernGadgets/@Resources/StyleSheet.inc @@ -1,7 +1,7 @@ ; MODERNGADGETS STYLESHEET [Variables] -mgVersion=1.4.0-rc.5 +mgVersion=1.4.0-rc.6 ; Positioning bgOffset=5 @@ -474,8 +474,8 @@ W=15 H=15 ToolTipText=Refresh Gadget -[StyleStringHwinfoAlpha] +[StyleStringHwinfoIssuesLink] +Y=6R FontSize=8 -FontColor=#colorDim# -Text=The new SMV is feature-complete. However, it is still an early access preview version, and as such, it might have a few scaling or display issues. If you encounter any display issues, please click here to report them. -LeftMouseUpAction=["https://github.com/raiguard/ModernGadgets/issues"] \ No newline at end of file +Text=Report issues with the new SMV +LeftMouseUpAction=["https://github.com/raiguard/ModernGadgets/issues/103"] \ No newline at end of file diff --git a/Skins/ModernGadgets/CPU/CPU.ini b/Skins/ModernGadgets/CPU/CPU.ini index 74e7949b..914ceb45 100644 --- a/Skins/ModernGadgets/CPU/CPU.ini +++ b/Skins/ModernGadgets/CPU/CPU.ini @@ -19,7 +19,7 @@ Name=CPU Author=raiguard Information=A Rainmeter recreation of the All CPU Meter gadget, updated and enhanced to give it a "modern" feel. License=Creative Commons Attribution-NonCommercial-ShareAlike 3.0 -Version=1.4.0-rc.5 +Version=1.4.0-rc.6 [Variables] @includeStyleSheet=#@#StyleSheet.inc diff --git a/Skins/ModernGadgets/Chronometer/Chronometer.ini b/Skins/ModernGadgets/Chronometer/Chronometer.ini index 2a190455..3f8cdc6e 100644 --- a/Skins/ModernGadgets/Chronometer/Chronometer.ini +++ b/Skins/ModernGadgets/Chronometer/Chronometer.ini @@ -18,7 +18,7 @@ Name=Chronometer Author=raiguard Information=A modern digital clock with timers, stopwatches, alarms, and an event countdown function. License=Creative Commons BY-NC-SA 3.0 -Version=1.4.0-rc.5 +Version=1.4.0-rc.6 [Variables] @includeStyleSheet=#@#StyleSheet.inc diff --git a/Skins/ModernGadgets/Chronometer/Stopwatch/Stopwatch.ini b/Skins/ModernGadgets/Chronometer/Stopwatch/Stopwatch.ini index ef5d274d..2d393da9 100644 --- a/Skins/ModernGadgets/Chronometer/Stopwatch/Stopwatch.ini +++ b/Skins/ModernGadgets/Chronometer/Stopwatch/Stopwatch.ini @@ -10,7 +10,7 @@ Name=Stopwatch Author=raiguard Information=Extension of the Chronometer, a stopwatch with lap support. License=Creative Commons BY-NC-SA 3.0 -Version=1.4.0-rc.5 +Version=1.4.0-rc.6 [Variables] @includeStyleSheet=#@#StyleSheet.inc diff --git a/Skins/ModernGadgets/Config/CPU/Config.ini b/Skins/ModernGadgets/Config/CPU/Config.ini index 6b1a8ac7..d7a94fe4 100644 --- a/Skins/ModernGadgets/Config/CPU/Config.ini +++ b/Skins/ModernGadgets/Config/CPU/Config.ini @@ -9,7 +9,7 @@ Name=CPU Config Author=raiguard Information=Configuration for CPU Meter. License=Creative Commons Attribution-NonCommercial-ShareAlike 3.0 -Version=1.4.0-rc.5 +Version=1.4.0-rc.6 ; ========= Variables and Styles ========= @@ -519,9 +519,9 @@ MeterStyle=StyleString | StyleStringHwinfoSmvButton Meter=Image MeterStyle=StyleHwinfoSmvButtonRegion -[HwinfoBetaNote] +[HwinfoIssuesLink] Meter=String -MeterStyle=StyleString | StyleStringParagraph | StyleStringHwinfoAlpha +MeterStyle=StyleString | StyleStringParagraph | StyleStringSmallTextButton | StyleStringHwinfoIssuesLink | StyleStringButtonHover ; ----- SpeedFan Configuration ----- diff --git a/Skins/ModernGadgets/Config/Chronometer/Config.ini b/Skins/ModernGadgets/Config/Chronometer/Config.ini index 6d84a3c7..1814fa05 100644 --- a/Skins/ModernGadgets/Config/Chronometer/Config.ini +++ b/Skins/ModernGadgets/Config/Chronometer/Config.ini @@ -8,7 +8,7 @@ Name=Chronometer Config Author=raiguard Information=Configuration for the Chronometer. License=Creative Commons BY-NC-SA 3.0 -Version=1.4.0-rc.5 +Version=1.4.0-rc.6 ; ========= Variables and Styles ========= diff --git a/Skins/ModernGadgets/Config/Disks/Config.ini b/Skins/ModernGadgets/Config/Disks/Config.ini index 4f736af5..aade829d 100644 --- a/Skins/ModernGadgets/Config/Disks/Config.ini +++ b/Skins/ModernGadgets/Config/Disks/Config.ini @@ -9,7 +9,7 @@ Name=Disks Config Author=raiguard Information=Configuration for Disks Meter. License=Creative Commons Attribution-NonCommercial-ShareAlike 3.0 -Version=1.4.0-rc.5 +Version=1.4.0-rc.6 ; ========= Variables and Styles ========= @@ -352,9 +352,9 @@ MeterStyle=StyleString | StyleStringHwinfoSmvButton Meter=Image MeterStyle=StyleHwinfoSmvButtonRegion -[HwinfoBetaNote] +[HwinfoIssuesLink] Meter=String -MeterStyle=StyleString | StyleStringParagraph | StyleStringHwinfoAlpha +MeterStyle=StyleString | StyleStringParagraph | StyleStringSmallTextButton | StyleStringHwinfoIssuesLink | StyleStringButtonHover ; ----- Color customization ----- diff --git a/Skins/ModernGadgets/Config/GPU/Config.ini b/Skins/ModernGadgets/Config/GPU/Config.ini index cf561c61..fd8ad396 100644 --- a/Skins/ModernGadgets/Config/GPU/Config.ini +++ b/Skins/ModernGadgets/Config/GPU/Config.ini @@ -9,7 +9,7 @@ Name=GPU Config Author=raiguard Information=Configuration for GPU Meter. License=Creative Commons Attribution-NonCommercial-ShareAlike 3.0 -Version=1.4.0-rc.5 +Version=1.4.0-rc.6 ; ========= Variables and Styles ========= @@ -420,9 +420,9 @@ MeterStyle=StyleString | StyleStringHwinfoSmvButton Meter=Image MeterStyle=StyleHwinfoSmvButtonRegion -[HwinfoBetaNote] +[HwinfoIssuesLink] Meter=String -MeterStyle=StyleString | StyleStringParagraph | StyleStringHwinfoAlpha +MeterStyle=StyleString | StyleStringParagraph | StyleStringSmallTextButton | StyleStringHwinfoIssuesLink | StyleStringButtonHover ; ----- Color customization ----- diff --git a/Skins/ModernGadgets/Config/GadgetManager/Config.ini b/Skins/ModernGadgets/Config/GadgetManager/Config.ini index f857b7d9..da068182 100644 --- a/Skins/ModernGadgets/Config/GadgetManager/Config.ini +++ b/Skins/ModernGadgets/Config/GadgetManager/Config.ini @@ -9,7 +9,7 @@ Name=GadgetManager Author=raiguard Information=Load / unload gadgets and change global settings License=Creative Commons Attribution-NonCommercial-ShareAlike 3.0 -Version=1.4.0-rc.5 +Version=1.4.0-rc.6 ; ========= Variables and Styles ========= diff --git a/Skins/ModernGadgets/Config/Global/Config.ini b/Skins/ModernGadgets/Config/Global/Config.ini index 40dc8452..ae147dfa 100644 --- a/Skins/ModernGadgets/Config/Global/Config.ini +++ b/Skins/ModernGadgets/Config/Global/Config.ini @@ -9,7 +9,7 @@ Name=Global Config Author=raiguard Information=Configuration for all gadgets. License=Creative Commons Attribution-NonCommercial-ShareAlike 3.0 -Version=1.4.0-rc.5 +Version=1.4.0-rc.6 ; ========= Variables and Styles ========= diff --git a/Skins/ModernGadgets/Config/Network/Config.ini b/Skins/ModernGadgets/Config/Network/Config.ini index 86d844a5..f92e5d2a 100644 --- a/Skins/ModernGadgets/Config/Network/Config.ini +++ b/Skins/ModernGadgets/Config/Network/Config.ini @@ -10,7 +10,7 @@ Name=Network Config Author=raiguard Information=Configuration for Network Meter. License=Creative Commons Attribution-NonCommercial-ShareAlike 3.0 -Version=1.4.0-rc.5 +Version=1.4.0-rc.6 ; ========= Variables and Styles ========= diff --git a/Skins/ModernGadgets/Config/Process/Config.ini b/Skins/ModernGadgets/Config/Process/Config.ini index 49359252..9df59095 100644 --- a/Skins/ModernGadgets/Config/Process/Config.ini +++ b/Skins/ModernGadgets/Config/Process/Config.ini @@ -9,7 +9,7 @@ Name=Process Config Author=raiguard Information=Configuration for Process Meter. License=Creative Commons Attribution-NonCommercial-ShareAlike 3.0 -Version=1.4.0-rc.5 +Version=1.4.0-rc.6 [Variables] @includeStyleSheet=#@#StyleSheet.inc @@ -249,9 +249,9 @@ MeterStyle=StyleString | StyleStringHwinfoSmvButton Meter=Image MeterStyle=StyleHwinfoSmvButtonRegion -[HwinfoBetaNote] +[HwinfoIssuesLink] Meter=String -MeterStyle=StyleString | StyleStringParagraph | StyleStringHwinfoAlpha +MeterStyle=StyleString | StyleStringParagraph | StyleStringSmallTextButton | StyleStringHwinfoIssuesLink | StyleStringButtonHover ; ----- Color Configuration ----- diff --git a/Skins/ModernGadgets/Config/Setup/Config.ini b/Skins/ModernGadgets/Config/Setup/Config.ini index 335386b8..3e97f342 100644 --- a/Skins/ModernGadgets/Config/Setup/Config.ini +++ b/Skins/ModernGadgets/Config/Setup/Config.ini @@ -14,7 +14,7 @@ Name=Setup Author=raiguard Information=Background skin for ModernGadgets, manages settings backups and update checking. License=Creative Commons Attribution-NonCommercial-ShareAlike 3.0 -Version=1.4.0-rc.5 +Version=1.4.0-rc.6 ; ========= Variables and Styles ========= @@ -57,14 +57,14 @@ Disabled=1 [MeasureUpdateCheck] Measure=WebParser URL=https://api.github.com/repos/raiguard/ModernGadgets/releases -; URL=file://TestRemote.txt +; URL=file://#CURRENTPATH#TestRemote.json RegExp=(?siU)^(.*)$ StringIndex=1 UpdateRate=#webParserUpdateCheckRate# OnConnectErrorAction=[!Log "Couldn't connect to update server" "Error"] FinishAction=[!CommandMeasure MeasureUpdateCheckerScript "CheckForUpdate('#mgVersion#', 'MeasureUpdateCheck')"] DynamicVariables=1 -Disabled=(#notifyUpdates# = 0) +Disabled=(#notifyUpdates# = 0) || (#loaded# = 0) [MeasureCreateBackup] Measure=Plugin @@ -295,7 +295,7 @@ Meter=Image MeterStyle=StyleArrowButton MouseOverAction=[!SetOption ImportBackupNoButton ImageTint "#colorButtonPress#"][!UpdateMeter ImportBackupNoButton][!Redraw] MouseLeaveAction=[!SetOption ImportBackupNoButton ImageTint "#colorAccent#"][!UpdateMeter ImportBackupNoButton][!Redraw] -LeftMouseUpAction=[!HideFade][!HideMeterGroup ImportBackupPrompt][!ActivateConfig "ModernGadgets\Config\GadgetManager" "Config.ini"] +LeftMouseUpAction=[!HideFade][!HideMeterGroup ImportBackupPrompt][!ActivateConfig "ModernGadgets\Config\GadgetManager" "Config.ini"][!Refresh] Hidden=1 Group=ImportBackupPrompt diff --git a/Skins/ModernGadgets/Config/Setup/TestRemote.json b/Skins/ModernGadgets/Config/Setup/TestRemote.json deleted file mode 100644 index 8aac49a3..00000000 --- a/Skins/ModernGadgets/Config/Setup/TestRemote.json +++ /dev/null @@ -1,27 +0,0 @@ -[ - { - "tag_name": "v1.4.0", - "name": "v1.4.0", - "prerelease": false, - "published_at": "2018-05-03T01:56:11Z", - "assets": [ - { - "browser_download_url": "https://github.com/raiguard/ModernGadgets/releases/download/v1.4.0/ModernGadgets_1.4.0.rmskin" - } - ], - "body": "- Added Chronometer\r\n- Added Process Meter\r\n- Added tentative Snapdragon support to CPU Meter\r\n- Added support for CoreTemp and Speedfan in CPU Meter\r\n- Added dynamic fan display to CPU Meter\r\n- Added All Cores mode to CPU Meter line graph\r\n- Added session total and simultaneous bits/bytes display to Network Meter\r\n- Added separate bits/bytes peak traffic displays to Network Meter\r\n- Added three additional GPU Meters for monitoring up to four GPUs simultaneously\r\n- Added disk temperatures to Disks Meter\r\n- Added setting to hide disk read/write speeds in Disks Meter\r\n- Added setting to only display fixed disks in Disks Meter\r\n- Added global color customization\r\n- Added \"open config file\" buttons to all settings skins to allow access to more advanced settings\r\n- Increased supported threads in CPU Meter from 32 to 64 (AMD Threadripper 2)\r\n- Increased precision of readouts in Network Meter\r\n- Removed condensed font toggle for Network traffic (condensed is now the only option)\r\n- Network Meter globe is no longer affected by accent color changes\r\n- Removed dual GPU meter option (replaced by separate GPU Meters)\r\n- Enhanced Disk Eject functionality with support for USB card readers and virtual disks (requires admin privileges)\r\n- Significantly improved Disks Meter performance\r\n- Consolidated graph and background borders into their respective background meters\r\n- Standardized graph positioning\r\n- Refactored input box visuals\r\n- Deleted HWiNFO config tool in favor of the HWiNFO plugin's built-in tool (alpha)\r\n- Updated dynamic settings system with more consistent and flexible functions\r\n- Updated LoadSkin and UpdateChecker scripts for Rainmeter 4.2 compatibility\r\n- Settings backups are now made upon closing a settings skin, rather than at a preset interval\r\n- Changelog button now shows local changelog rather than the one from GitHub\r\n- Fixed error with the update checker reading a file while it was being written by WebParser\r\n- Fixed oversight where clicking the total reset button in Network Meter Pro would not work\r\n- Corrected date formatting in changelog" - }, - { - "_description": "This file is used for local debugging. It is a heavily truncated version of the actual output that the API will provide.", - "tag_name": "v1.4.0-rc.1", - "name": "v1.4.0-rc.1", - "prerelease": true, - "published_at": "2018-06-23T00:45:18Z", - "assets": [ - { - "browser_download_url": "https://github.com/raiguard/ModernGadgets/releases/download/v1.4.0-rc.1/ModernGadgets_1.4.0-rc.1.rmskin" - } - ], - "body": "- Added Chronometer\r\n- Added Process Meter\r\n- Added tentative Snapdragon support to CPU Meter\r\n- Added support for CoreTemp and Speedfan in CPU Meter\r\n- Added dynamic fan display to CPU Meter\r\n- Added All Cores mode to CPU Meter line graph\r\n- Added session total and simultaneous bits/bytes display to Network Meter\r\n- Added separate bits/bytes peak traffic displays to Network Meter\r\n- Added three additional GPU Meters for monitoring up to four GPUs simultaneously\r\n- Added disk temperatures to Disks Meter\r\n- Added setting to hide disk read/write speeds in Disks Meter\r\n- Added setting to only display fixed disks in Disks Meter\r\n- Added global color customization\r\n- Added \"open config file\" buttons to all settings skins to allow access to more advanced settings\r\n- Darkened default accent color\r\n- Enhanced update download button to directly download and open the update .RMSKIN without a browser\r\n- Increased supported threads in CPU Meter from 32 to 64 (AMD Threadripper 2)\r\n- Increased precision of readouts in Network Meter\r\n- Removed condensed font toggle for Network traffic (condensed is now the only option)\r\n- Network Meter globe is no longer affected by accent color changes\r\n- Removed dual GPU meter option (replaced by separate GPU Meters)\r\n- Enhanced Disk Eject functionality with support for USB card readers and virtual disks (requires admin privileges)\r\n- Significantly improved Disks Meter performance\r\n- Consolidated graph and background borders into their respective background meters\r\n- Standardized graph positioning\r\n- Refactored input box visuals\r\n- Deleted HWiNFO config tool in favor of the HWiNFO plugin's built-in tool (alpha)\r\n- Updated dynamic settings system with more consistent and flexible functions\r\n- Updated LoadSkin and UpdateChecker scripts for Rainmeter 4.2 compatibility\r\n- Settings backups are now made upon closing a settings skin, rather than at a preset interval\r\n- Changelog button now shows local changelog rather than the one from GitHub\r\n- Fixed error with the update checker reading a file while it was being written by WebParser\r\n- Fixed oversight where clicking the total reset button in Network Meter Pro would not work\r\n- Fixed inconsistent NetMonitor button logic\r\n- Fixed NetMonitor controls not appearing on non-English systems\r\n- Corrected date formatting in changelog" - } -] \ No newline at end of file diff --git a/Skins/ModernGadgets/Config/Setup/TestRemote2.json b/Skins/ModernGadgets/Config/Setup/TestRemote2.json deleted file mode 100644 index 4f7210bc..00000000 --- a/Skins/ModernGadgets/Config/Setup/TestRemote2.json +++ /dev/null @@ -1,2222 +0,0 @@ -[ - { - "url": "https://api.github.com/repos/raiguard/ModernGadgets/releases/12047036", - "assets_url": "https://api.github.com/repos/raiguard/ModernGadgets/releases/12047036/assets", - "upload_url": "https://uploads.github.com/repos/raiguard/ModernGadgets/releases/12047036/assets{?name,label}", - "html_url": "https://github.com/raiguard/ModernGadgets/releases/tag/v1.4.0-rc.3", - "id": 12047036, - "node_id": "MDc6UmVsZWFzZTEyMDQ3MDM2", - "tag_name": "v1.4.0-rc.3", - "target_commitish": "devrelease", - "name": "v1.4.0-rc.3", - "draft": false, - "author": { - "login": "raiguard", - "id": 3515394, - "node_id": "MDQ6VXNlcjM1MTUzOTQ=", - "avatar_url": "https://avatars0.githubusercontent.com/u/3515394?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/raiguard", - "html_url": "https://github.com/raiguard", - "followers_url": "https://api.github.com/users/raiguard/followers", - "following_url": "https://api.github.com/users/raiguard/following{/other_user}", - "gists_url": "https://api.github.com/users/raiguard/gists{/gist_id}", - "starred_url": "https://api.github.com/users/raiguard/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/raiguard/subscriptions", - "organizations_url": "https://api.github.com/users/raiguard/orgs", - "repos_url": "https://api.github.com/users/raiguard/repos", - "events_url": "https://api.github.com/users/raiguard/events{/privacy}", - "received_events_url": "https://api.github.com/users/raiguard/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": true, - "created_at": "2018-07-23T01:08:59Z", - "published_at": "2018-07-23T01:12:21Z", - "assets": [ - { - "url": "https://api.github.com/repos/raiguard/ModernGadgets/releases/assets/7968915", - "id": 7968915, - "node_id": "MDEyOlJlbGVhc2VBc3NldDc5Njg5MTU=", - "name": "ModernGadgets_1.4.0-rc.3.rmskin", - "label": null, - "uploader": { - "login": "raiguard", - "id": 3515394, - "node_id": "MDQ6VXNlcjM1MTUzOTQ=", - "avatar_url": "https://avatars0.githubusercontent.com/u/3515394?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/raiguard", - "html_url": "https://github.com/raiguard", - "followers_url": "https://api.github.com/users/raiguard/followers", - "following_url": "https://api.github.com/users/raiguard/following{/other_user}", - "gists_url": "https://api.github.com/users/raiguard/gists{/gist_id}", - "starred_url": "https://api.github.com/users/raiguard/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/raiguard/subscriptions", - "organizations_url": "https://api.github.com/users/raiguard/orgs", - "repos_url": "https://api.github.com/users/raiguard/repos", - "events_url": "https://api.github.com/users/raiguard/events{/privacy}", - "received_events_url": "https://api.github.com/users/raiguard/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 6605255, - "download_count": 140, - "created_at": "2018-07-23T01:12:09Z", - "updated_at": "2018-07-23T01:12:14Z", - "browser_download_url": "https://github.com/raiguard/ModernGadgets/releases/download/v1.4.0-rc.3/ModernGadgets_1.4.0-rc.3.rmskin" - } - ], - "tarball_url": "https://api.github.com/repos/raiguard/ModernGadgets/tarball/v1.4.0-rc.3", - "zipball_url": "https://api.github.com/repos/raiguard/ModernGadgets/zipball/v1.4.0-rc.3", - "body": "- Added open config file button to Process Meter settings\r\n- Updated ActiveNet plugin to 2.8.0.0\r\n- Darkened default accent color\r\n- Enhanced update download button to directly download and open the update .RMSKIN without a browser\r\n- Updated HWiNFO SMV to fix bug with having only one custom-named section\r\n- Made HWiNFO config import warning more prominent\r\n- Fixed update notification not being centered on the monitor properly\r\n- Fixed Process Meter background height calculations when large row spacing was enabled\r\n- Fixed typo in changelog\r\n- Fixed inconsistent NetMonitor button logic\r\n- Fixed NetMonitor controls not appearing on non-English systems" - }, - { - "url": "https://api.github.com/repos/raiguard/ModernGadgets/releases/11831554", - "assets_url": "https://api.github.com/repos/raiguard/ModernGadgets/releases/11831554/assets", - "upload_url": "https://uploads.github.com/repos/raiguard/ModernGadgets/releases/11831554/assets{?name,label}", - "html_url": "https://github.com/raiguard/ModernGadgets/releases/tag/v1.4.0-rc.2", - "id": 11831554, - "node_id": "MDc6UmVsZWFzZTExODMxNTU0", - "tag_name": "v1.4.0-rc.2", - "target_commitish": "devrelease", - "name": "v1.4.0-rc.2", - "draft": false, - "author": { - "login": "raiguard", - "id": 3515394, - "node_id": "MDQ6VXNlcjM1MTUzOTQ=", - "avatar_url": "https://avatars0.githubusercontent.com/u/3515394?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/raiguard", - "html_url": "https://github.com/raiguard", - "followers_url": "https://api.github.com/users/raiguard/followers", - "following_url": "https://api.github.com/users/raiguard/following{/other_user}", - "gists_url": "https://api.github.com/users/raiguard/gists{/gist_id}", - "starred_url": "https://api.github.com/users/raiguard/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/raiguard/subscriptions", - "organizations_url": "https://api.github.com/users/raiguard/orgs", - "repos_url": "https://api.github.com/users/raiguard/repos", - "events_url": "https://api.github.com/users/raiguard/events{/privacy}", - "received_events_url": "https://api.github.com/users/raiguard/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": true, - "created_at": "2018-07-09T06:04:22Z", - "published_at": "2018-07-09T06:09:27Z", - "assets": [ - { - "url": "https://api.github.com/repos/raiguard/ModernGadgets/releases/assets/7807155", - "id": 7807155, - "node_id": "MDEyOlJlbGVhc2VBc3NldDc4MDcxNTU=", - "name": "ModernGadgets_1.4.0-rc.2.rmskin", - "label": null, - "uploader": { - "login": "raiguard", - "id": 3515394, - "node_id": "MDQ6VXNlcjM1MTUzOTQ=", - "avatar_url": "https://avatars0.githubusercontent.com/u/3515394?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/raiguard", - "html_url": "https://github.com/raiguard", - "followers_url": "https://api.github.com/users/raiguard/followers", - "following_url": "https://api.github.com/users/raiguard/following{/other_user}", - "gists_url": "https://api.github.com/users/raiguard/gists{/gist_id}", - "starred_url": "https://api.github.com/users/raiguard/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/raiguard/subscriptions", - "organizations_url": "https://api.github.com/users/raiguard/orgs", - "repos_url": "https://api.github.com/users/raiguard/repos", - "events_url": "https://api.github.com/users/raiguard/events{/privacy}", - "received_events_url": "https://api.github.com/users/raiguard/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 6539635, - "download_count": 97, - "created_at": "2018-07-09T06:09:08Z", - "updated_at": "2018-07-09T06:09:09Z", - "browser_download_url": "https://github.com/raiguard/ModernGadgets/releases/download/v1.4.0-rc.2/ModernGadgets_1.4.0-rc.2.rmskin" - } - ], - "tarball_url": "https://api.github.com/repos/raiguard/ModernGadgets/tarball/v1.4.0-rc.2", - "zipball_url": "https://api.github.com/repos/raiguard/ModernGadgets/zipball/v1.4.0-rc.2", - "body": "- Updated PerfMon Troubleshooting link\r\n- Added Process Meter troubleshooting button\r\n- Fixed Process Meter settings label font size\r\n- Fixed Process Meter and Chronometer settings backups not being imported" - }, - { - "url": "https://api.github.com/repos/raiguard/ModernGadgets/releases/11818045", - "assets_url": "https://api.github.com/repos/raiguard/ModernGadgets/releases/11818045/assets", - "upload_url": "https://uploads.github.com/repos/raiguard/ModernGadgets/releases/11818045/assets{?name,label}", - "html_url": "https://github.com/raiguard/ModernGadgets/releases/tag/v1.4.0-rc.1", - "id": 11818045, - "node_id": "MDc6UmVsZWFzZTExODE4MDQ1", - "tag_name": "v1.4.0-rc.1", - "target_commitish": "devrelease", - "name": "v1.4.0-rc.1", - "draft": false, - "author": { - "login": "raiguard", - "id": 3515394, - "node_id": "MDQ6VXNlcjM1MTUzOTQ=", - "avatar_url": "https://avatars0.githubusercontent.com/u/3515394?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/raiguard", - "html_url": "https://github.com/raiguard", - "followers_url": "https://api.github.com/users/raiguard/followers", - "following_url": "https://api.github.com/users/raiguard/following{/other_user}", - "gists_url": "https://api.github.com/users/raiguard/gists{/gist_id}", - "starred_url": "https://api.github.com/users/raiguard/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/raiguard/subscriptions", - "organizations_url": "https://api.github.com/users/raiguard/orgs", - "repos_url": "https://api.github.com/users/raiguard/repos", - "events_url": "https://api.github.com/users/raiguard/events{/privacy}", - "received_events_url": "https://api.github.com/users/raiguard/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": true, - "created_at": "2018-07-06T19:58:28Z", - "published_at": "2018-07-06T20:04:20Z", - "assets": [ - { - "url": "https://api.github.com/repos/raiguard/ModernGadgets/releases/assets/7790205", - "id": 7790205, - "node_id": "MDEyOlJlbGVhc2VBc3NldDc3OTAyMDU=", - "name": "ModernGadgets_1.4.0-rc.1.rmskin", - "label": null, - "uploader": { - "login": "raiguard", - "id": 3515394, - "node_id": "MDQ6VXNlcjM1MTUzOTQ=", - "avatar_url": "https://avatars0.githubusercontent.com/u/3515394?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/raiguard", - "html_url": "https://github.com/raiguard", - "followers_url": "https://api.github.com/users/raiguard/followers", - "following_url": "https://api.github.com/users/raiguard/following{/other_user}", - "gists_url": "https://api.github.com/users/raiguard/gists{/gist_id}", - "starred_url": "https://api.github.com/users/raiguard/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/raiguard/subscriptions", - "organizations_url": "https://api.github.com/users/raiguard/orgs", - "repos_url": "https://api.github.com/users/raiguard/repos", - "events_url": "https://api.github.com/users/raiguard/events{/privacy}", - "received_events_url": "https://api.github.com/users/raiguard/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 6539465, - "download_count": 52, - "created_at": "2018-07-06T20:04:11Z", - "updated_at": "2018-07-06T20:04:12Z", - "browser_download_url": "https://github.com/raiguard/ModernGadgets/releases/download/v1.4.0-rc.1/ModernGadgets_1.4.0-rc.1.rmskin" - } - ], - "tarball_url": "https://api.github.com/repos/raiguard/ModernGadgets/tarball/v1.4.0-rc.1", - "zipball_url": "https://api.github.com/repos/raiguard/ModernGadgets/zipball/v1.4.0-rc.1", - "body": "- Added All Cores mode to CPU Meter line graph\r\n- Added show/hide average usage option to Process Meter\r\n- Network Meter globe is no longer affected by accent color changes\r\n- Corrected typo in Process Blacklist help tooltip\r\n- Fixed not copying defaults for GPU Meter variants\r\n- Corrected date formatting in changelog" - }, - { - "url": "https://api.github.com/repos/raiguard/ModernGadgets/releases/11762239", - "assets_url": "https://api.github.com/repos/raiguard/ModernGadgets/releases/11762239/assets", - "upload_url": "https://uploads.github.com/repos/raiguard/ModernGadgets/releases/11762239/assets{?name,label}", - "html_url": "https://github.com/raiguard/ModernGadgets/releases/tag/v1.4.0-beta.4", - "id": 11762239, - "node_id": "MDc6UmVsZWFzZTExNzYyMjM5", - "tag_name": "v1.4.0-beta.4", - "target_commitish": "devrelease", - "name": "v1.4.0-beta.4", - "draft": false, - "author": { - "login": "raiguard", - "id": 3515394, - "node_id": "MDQ6VXNlcjM1MTUzOTQ=", - "avatar_url": "https://avatars0.githubusercontent.com/u/3515394?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/raiguard", - "html_url": "https://github.com/raiguard", - "followers_url": "https://api.github.com/users/raiguard/followers", - "following_url": "https://api.github.com/users/raiguard/following{/other_user}", - "gists_url": "https://api.github.com/users/raiguard/gists{/gist_id}", - "starred_url": "https://api.github.com/users/raiguard/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/raiguard/subscriptions", - "organizations_url": "https://api.github.com/users/raiguard/orgs", - "repos_url": "https://api.github.com/users/raiguard/repos", - "events_url": "https://api.github.com/users/raiguard/events{/privacy}", - "received_events_url": "https://api.github.com/users/raiguard/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": true, - "created_at": "2018-07-03T16:12:51Z", - "published_at": "2018-07-03T16:19:56Z", - "assets": [ - { - "url": "https://api.github.com/repos/raiguard/ModernGadgets/releases/assets/7751186", - "id": 7751186, - "node_id": "MDEyOlJlbGVhc2VBc3NldDc3NTExODY=", - "name": "ModernGadgets_1.4.0-beta.4.rmskin", - "label": null, - "uploader": { - "login": "raiguard", - "id": 3515394, - "node_id": "MDQ6VXNlcjM1MTUzOTQ=", - "avatar_url": "https://avatars0.githubusercontent.com/u/3515394?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/raiguard", - "html_url": "https://github.com/raiguard", - "followers_url": "https://api.github.com/users/raiguard/followers", - "following_url": "https://api.github.com/users/raiguard/following{/other_user}", - "gists_url": "https://api.github.com/users/raiguard/gists{/gist_id}", - "starred_url": "https://api.github.com/users/raiguard/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/raiguard/subscriptions", - "organizations_url": "https://api.github.com/users/raiguard/orgs", - "repos_url": "https://api.github.com/users/raiguard/repos", - "events_url": "https://api.github.com/users/raiguard/events{/privacy}", - "received_events_url": "https://api.github.com/users/raiguard/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 6541391, - "download_count": 33, - "created_at": "2018-07-03T16:19:39Z", - "updated_at": "2018-07-03T16:19:45Z", - "browser_download_url": "https://github.com/raiguard/ModernGadgets/releases/download/v1.4.0-beta.4/ModernGadgets_1.4.0-beta.4.rmskin" - } - ], - "tarball_url": "https://api.github.com/repos/raiguard/ModernGadgets/tarball/v1.4.0-beta.4", - "zipball_url": "https://api.github.com/repos/raiguard/ModernGadgets/zipball/v1.4.0-beta.4", - "body": "- Added Chronometer (beta)\r\n- Added SpeedFan configuration to CPU Meter settings\r\n- Removed gadget update rate option due to unavoidable issues with HWiNFO and UsageMonitor\r\n- Updated update checker to 5.0.0 (now uses GitHub REST API rather than a customized INI file)\r\n- Fixed SpeedFan core temperatures all showing Core 0 temperature" - }, - { - "url": "https://api.github.com/repos/raiguard/ModernGadgets/releases/11615891", - "assets_url": "https://api.github.com/repos/raiguard/ModernGadgets/releases/11615891/assets", - "upload_url": "https://uploads.github.com/repos/raiguard/ModernGadgets/releases/11615891/assets{?name,label}", - "html_url": "https://github.com/raiguard/ModernGadgets/releases/tag/v1.4.0-beta.3", - "id": 11615891, - "node_id": "MDc6UmVsZWFzZTExNjE1ODkx", - "tag_name": "v1.4.0-beta.3", - "target_commitish": "devrelease", - "name": "v1.4.0-beta.3", - "draft": false, - "author": { - "login": "raiguard", - "id": 3515394, - "node_id": "MDQ6VXNlcjM1MTUzOTQ=", - "avatar_url": "https://avatars0.githubusercontent.com/u/3515394?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/raiguard", - "html_url": "https://github.com/raiguard", - "followers_url": "https://api.github.com/users/raiguard/followers", - "following_url": "https://api.github.com/users/raiguard/following{/other_user}", - "gists_url": "https://api.github.com/users/raiguard/gists{/gist_id}", - "starred_url": "https://api.github.com/users/raiguard/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/raiguard/subscriptions", - "organizations_url": "https://api.github.com/users/raiguard/orgs", - "repos_url": "https://api.github.com/users/raiguard/repos", - "events_url": "https://api.github.com/users/raiguard/events{/privacy}", - "received_events_url": "https://api.github.com/users/raiguard/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": true, - "created_at": "2018-06-23T00:42:41Z", - "published_at": "2018-06-23T00:45:18Z", - "assets": [ - { - "url": "https://api.github.com/repos/raiguard/ModernGadgets/releases/assets/7636236", - "id": 7636236, - "node_id": "MDEyOlJlbGVhc2VBc3NldDc2MzYyMzY=", - "name": "ModernGadgets_1.4.0-beta.3.rmskin", - "label": null, - "uploader": { - "login": "raiguard", - "id": 3515394, - "node_id": "MDQ6VXNlcjM1MTUzOTQ=", - "avatar_url": "https://avatars0.githubusercontent.com/u/3515394?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/raiguard", - "html_url": "https://github.com/raiguard", - "followers_url": "https://api.github.com/users/raiguard/followers", - "following_url": "https://api.github.com/users/raiguard/following{/other_user}", - "gists_url": "https://api.github.com/users/raiguard/gists{/gist_id}", - "starred_url": "https://api.github.com/users/raiguard/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/raiguard/subscriptions", - "organizations_url": "https://api.github.com/users/raiguard/orgs", - "repos_url": "https://api.github.com/users/raiguard/repos", - "events_url": "https://api.github.com/users/raiguard/events{/privacy}", - "received_events_url": "https://api.github.com/users/raiguard/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 6515444, - "download_count": 70, - "created_at": "2018-06-23T00:45:13Z", - "updated_at": "2018-06-23T00:45:15Z", - "browser_download_url": "https://github.com/raiguard/ModernGadgets/releases/download/v1.4.0-beta.3/ModernGadgets_1.4.0-beta.3.rmskin" - } - ], - "tarball_url": "https://api.github.com/repos/raiguard/ModernGadgets/tarball/v1.4.0-beta.3", - "zipball_url": "https://api.github.com/repos/raiguard/ModernGadgets/zipball/v1.4.0-beta.3", - "body": "- Added tentative Snapdragon support to CPU Meter\r\n- Added support for CoreTemp and Speedfan in CPU Meter\r\n- Added dynamic fan display to CPU Meter\r\n- Increased supported threads in CPU Meter from 36 to 64 (AMD Threadripper 2)\r\n- Updated dynamic settings system with more consistent and flexible functions\r\n- Updated LoadSkin and UpdateChecker scripts for Rainmeter 4.2 compatibility\r\n- Settings backups are now made upon closing a settings skin, rather than at a preset interval\r\n- Fixed error with the update checker reading a file while it was being written by WebParser" - }, - { - "url": "https://api.github.com/repos/raiguard/ModernGadgets/releases/10978385", - "assets_url": "https://api.github.com/repos/raiguard/ModernGadgets/releases/10978385/assets", - "upload_url": "https://uploads.github.com/repos/raiguard/ModernGadgets/releases/10978385/assets{?name,label}", - "html_url": "https://github.com/raiguard/ModernGadgets/releases/tag/v1.4.0-beta.2", - "id": 10978385, - "node_id": "MDc6UmVsZWFzZTEwOTc4Mzg1", - "tag_name": "v1.4.0-beta.2", - "target_commitish": "devrelease", - "name": "v1.4.0-beta.2", - "draft": false, - "author": { - "login": "raiguard", - "id": 3515394, - "node_id": "MDQ6VXNlcjM1MTUzOTQ=", - "avatar_url": "https://avatars0.githubusercontent.com/u/3515394?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/raiguard", - "html_url": "https://github.com/raiguard", - "followers_url": "https://api.github.com/users/raiguard/followers", - "following_url": "https://api.github.com/users/raiguard/following{/other_user}", - "gists_url": "https://api.github.com/users/raiguard/gists{/gist_id}", - "starred_url": "https://api.github.com/users/raiguard/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/raiguard/subscriptions", - "organizations_url": "https://api.github.com/users/raiguard/orgs", - "repos_url": "https://api.github.com/users/raiguard/repos", - "events_url": "https://api.github.com/users/raiguard/events{/privacy}", - "received_events_url": "https://api.github.com/users/raiguard/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": true, - "created_at": "2018-05-13T23:17:41Z", - "published_at": "2018-05-13T23:19:22Z", - "assets": [ - { - "url": "https://api.github.com/repos/raiguard/ModernGadgets/releases/assets/7160227", - "id": 7160227, - "node_id": "MDEyOlJlbGVhc2VBc3NldDcxNjAyMjc=", - "name": "ModernGadgets_1.4.0-beta.2.rmskin", - "label": null, - "uploader": { - "login": "raiguard", - "id": 3515394, - "node_id": "MDQ6VXNlcjM1MTUzOTQ=", - "avatar_url": "https://avatars0.githubusercontent.com/u/3515394?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/raiguard", - "html_url": "https://github.com/raiguard", - "followers_url": "https://api.github.com/users/raiguard/followers", - "following_url": "https://api.github.com/users/raiguard/following{/other_user}", - "gists_url": "https://api.github.com/users/raiguard/gists{/gist_id}", - "starred_url": "https://api.github.com/users/raiguard/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/raiguard/subscriptions", - "organizations_url": "https://api.github.com/users/raiguard/orgs", - "repos_url": "https://api.github.com/users/raiguard/repos", - "events_url": "https://api.github.com/users/raiguard/events{/privacy}", - "received_events_url": "https://api.github.com/users/raiguard/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 6410607, - "download_count": 70, - "created_at": "2018-05-13T23:19:03Z", - "updated_at": "2018-05-13T23:19:09Z", - "browser_download_url": "https://github.com/raiguard/ModernGadgets/releases/download/v1.4.0-beta.2/ModernGadgets_1.4.0-beta.2.rmskin" - } - ], - "tarball_url": "https://api.github.com/repos/raiguard/ModernGadgets/tarball/v1.4.0-beta.2", - "zipball_url": "https://api.github.com/repos/raiguard/ModernGadgets/zipball/v1.4.0-beta.2", - "body": "- Added Process Meter\r\n- Refactored input box visuals\r\n- Removed condensed font toggle for Network traffic\r\n- Disk eject buttons will auto-hide if the user is not an administrator\r\n- Changelog button now shows local changelog rather than the one from GitHub" - }, - { - "url": "https://api.github.com/repos/raiguard/ModernGadgets/releases/10825177", - "assets_url": "https://api.github.com/repos/raiguard/ModernGadgets/releases/10825177/assets", - "upload_url": "https://uploads.github.com/repos/raiguard/ModernGadgets/releases/10825177/assets{?name,label}", - "html_url": "https://github.com/raiguard/ModernGadgets/releases/tag/v1.3.1", - "id": 10825177, - "node_id": "MDc6UmVsZWFzZTEwODI1MTc3", - "tag_name": "v1.3.1", - "target_commitish": "release", - "name": "v1.3.1", - "draft": false, - "author": { - "login": "raiguard", - "id": 3515394, - "node_id": "MDQ6VXNlcjM1MTUzOTQ=", - "avatar_url": "https://avatars0.githubusercontent.com/u/3515394?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/raiguard", - "html_url": "https://github.com/raiguard", - "followers_url": "https://api.github.com/users/raiguard/followers", - "following_url": "https://api.github.com/users/raiguard/following{/other_user}", - "gists_url": "https://api.github.com/users/raiguard/gists{/gist_id}", - "starred_url": "https://api.github.com/users/raiguard/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/raiguard/subscriptions", - "organizations_url": "https://api.github.com/users/raiguard/orgs", - "repos_url": "https://api.github.com/users/raiguard/repos", - "events_url": "https://api.github.com/users/raiguard/events{/privacy}", - "received_events_url": "https://api.github.com/users/raiguard/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2018-05-03T01:54:54Z", - "published_at": "2018-05-03T01:56:11Z", - "assets": [ - { - "url": "https://api.github.com/repos/raiguard/ModernGadgets/releases/assets/7051457", - "id": 7051457, - "node_id": "MDEyOlJlbGVhc2VBc3NldDcwNTE0NTc=", - "name": "ModernGadgets_1.3.1.rmskin", - "label": null, - "uploader": { - "login": "raiguard", - "id": 3515394, - "node_id": "MDQ6VXNlcjM1MTUzOTQ=", - "avatar_url": "https://avatars0.githubusercontent.com/u/3515394?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/raiguard", - "html_url": "https://github.com/raiguard", - "followers_url": "https://api.github.com/users/raiguard/followers", - "following_url": "https://api.github.com/users/raiguard/following{/other_user}", - "gists_url": "https://api.github.com/users/raiguard/gists{/gist_id}", - "starred_url": "https://api.github.com/users/raiguard/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/raiguard/subscriptions", - "organizations_url": "https://api.github.com/users/raiguard/orgs", - "repos_url": "https://api.github.com/users/raiguard/repos", - "events_url": "https://api.github.com/users/raiguard/events{/privacy}", - "received_events_url": "https://api.github.com/users/raiguard/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 6576724, - "download_count": 5774, - "created_at": "2018-05-03T01:56:03Z", - "updated_at": "2018-05-03T01:56:09Z", - "browser_download_url": "https://github.com/raiguard/ModernGadgets/releases/download/v1.3.1/ModernGadgets_1.3.1.rmskin" - } - ], - "tarball_url": "https://api.github.com/repos/raiguard/ModernGadgets/tarball/v1.3.1", - "zipball_url": "https://api.github.com/repos/raiguard/ModernGadgets/zipball/v1.3.1", - "body": "- Fixed development testing opt-in not working" - }, - { - "url": "https://api.github.com/repos/raiguard/ModernGadgets/releases/10823736", - "assets_url": "https://api.github.com/repos/raiguard/ModernGadgets/releases/10823736/assets", - "upload_url": "https://uploads.github.com/repos/raiguard/ModernGadgets/releases/10823736/assets{?name,label}", - "html_url": "https://github.com/raiguard/ModernGadgets/releases/tag/v1.4.0-beta.1-fix", - "id": 10823736, - "node_id": "MDc6UmVsZWFzZTEwODIzNzM2", - "tag_name": "v1.4.0-beta.1-fix", - "target_commitish": "master", - "name": "v1.4.0-beta.1", - "draft": false, - "author": { - "login": "raiguard", - "id": 3515394, - "node_id": "MDQ6VXNlcjM1MTUzOTQ=", - "avatar_url": "https://avatars0.githubusercontent.com/u/3515394?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/raiguard", - "html_url": "https://github.com/raiguard", - "followers_url": "https://api.github.com/users/raiguard/followers", - "following_url": "https://api.github.com/users/raiguard/following{/other_user}", - "gists_url": "https://api.github.com/users/raiguard/gists{/gist_id}", - "starred_url": "https://api.github.com/users/raiguard/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/raiguard/subscriptions", - "organizations_url": "https://api.github.com/users/raiguard/orgs", - "repos_url": "https://api.github.com/users/raiguard/repos", - "events_url": "https://api.github.com/users/raiguard/events{/privacy}", - "received_events_url": "https://api.github.com/users/raiguard/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": true, - "created_at": "2018-05-02T22:39:17Z", - "published_at": "2018-05-02T22:47:18Z", - "assets": [ - { - "url": "https://api.github.com/repos/raiguard/ModernGadgets/releases/assets/7050196", - "id": 7050196, - "node_id": "MDEyOlJlbGVhc2VBc3NldDcwNTAxOTY=", - "name": "ModernGadgets_1.4.0-beta.1.rmskin", - "label": null, - "uploader": { - "login": "raiguard", - "id": 3515394, - "node_id": "MDQ6VXNlcjM1MTUzOTQ=", - "avatar_url": "https://avatars0.githubusercontent.com/u/3515394?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/raiguard", - "html_url": "https://github.com/raiguard", - "followers_url": "https://api.github.com/users/raiguard/followers", - "following_url": "https://api.github.com/users/raiguard/following{/other_user}", - "gists_url": "https://api.github.com/users/raiguard/gists{/gist_id}", - "starred_url": "https://api.github.com/users/raiguard/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/raiguard/subscriptions", - "organizations_url": "https://api.github.com/users/raiguard/orgs", - "repos_url": "https://api.github.com/users/raiguard/repos", - "events_url": "https://api.github.com/users/raiguard/events{/privacy}", - "received_events_url": "https://api.github.com/users/raiguard/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 6403201, - "download_count": 11, - "created_at": "2018-05-02T23:14:53Z", - "updated_at": "2018-05-02T23:14:54Z", - "browser_download_url": "https://github.com/raiguard/ModernGadgets/releases/download/v1.4.0-beta.1-fix/ModernGadgets_1.4.0-beta.1.rmskin" - } - ], - "tarball_url": "https://api.github.com/repos/raiguard/ModernGadgets/tarball/v1.4.0-beta.1-fix", - "zipball_url": "https://api.github.com/repos/raiguard/ModernGadgets/zipball/v1.4.0-beta.1-fix", - "body": "IMPORTANT NOTE: This release has been re-uploaded to fix an issue with the update checker failing to check for development versions, ever.\r\n\r\n- Added 36-thread support to CPU Meter\r\n- Added session total and simultaneous bits/bytes display to Network Meter\r\n- Added separate bits/bytes peak traffic displays to Network Meter\r\n- Added three additional GPU Meters for monitoring up to four GPUs simultaneously\r\n- Added disk temperatures to Disks Meter\r\n- Added setting to hide disk read/write speeds in Disks Meter\r\n- Added global color customization\r\n- Added gadget update rate setting (not supported by all readings)\r\n- Added \"open config file\" buttons to all settings skins to allow access to more advanced settings\r\n- Increased precision of readouts in Network Meter\r\n- Removed dual GPU meter option (replaced by separate GPU Meters)\r\n- Enhanced Disk Eject functionality with support for USB card readers and virtual disks (requires admin privileges)\r\n- Significantly improved Disks Meter performance\r\n- Consolidated graph and background borders into their respective background meters\r\n- Standardized graph positioning\r\n- Implement new built-in HWiNFO config tool (alpha) \r\n- Fixed oversight where clicking the total reset button in Network Meter Pro would not work" - }, - { - "url": "https://api.github.com/repos/raiguard/ModernGadgets/releases/9521575", - "assets_url": "https://api.github.com/repos/raiguard/ModernGadgets/releases/9521575/assets", - "upload_url": "https://uploads.github.com/repos/raiguard/ModernGadgets/releases/9521575/assets{?name,label}", - "html_url": "https://github.com/raiguard/ModernGadgets/releases/tag/v1.3.0", - "id": 9521575, - "node_id": "MDc6UmVsZWFzZTk1MjE1NzU=", - "tag_name": "v1.3.0", - "target_commitish": "release", - "name": "v1.3.0", - "draft": false, - "author": { - "login": "raiguard", - "id": 3515394, - "node_id": "MDQ6VXNlcjM1MTUzOTQ=", - "avatar_url": "https://avatars0.githubusercontent.com/u/3515394?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/raiguard", - "html_url": "https://github.com/raiguard", - "followers_url": "https://api.github.com/users/raiguard/followers", - "following_url": "https://api.github.com/users/raiguard/following{/other_user}", - "gists_url": "https://api.github.com/users/raiguard/gists{/gist_id}", - "starred_url": "https://api.github.com/users/raiguard/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/raiguard/subscriptions", - "organizations_url": "https://api.github.com/users/raiguard/orgs", - "repos_url": "https://api.github.com/users/raiguard/repos", - "events_url": "https://api.github.com/users/raiguard/events{/privacy}", - "received_events_url": "https://api.github.com/users/raiguard/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2018-02-03T20:29:25Z", - "published_at": "2018-02-03T20:34:13Z", - "assets": [ - { - "url": "https://api.github.com/repos/raiguard/ModernGadgets/releases/assets/6085481", - "id": 6085481, - "node_id": "MDEyOlJlbGVhc2VBc3NldDYwODU0ODE=", - "name": "ModernGadgets_1.3.0.rmskin", - "label": null, - "uploader": { - "login": "raiguard", - "id": 3515394, - "node_id": "MDQ6VXNlcjM1MTUzOTQ=", - "avatar_url": "https://avatars0.githubusercontent.com/u/3515394?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/raiguard", - "html_url": "https://github.com/raiguard", - "followers_url": "https://api.github.com/users/raiguard/followers", - "following_url": "https://api.github.com/users/raiguard/following{/other_user}", - "gists_url": "https://api.github.com/users/raiguard/gists{/gist_id}", - "starred_url": "https://api.github.com/users/raiguard/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/raiguard/subscriptions", - "organizations_url": "https://api.github.com/users/raiguard/orgs", - "repos_url": "https://api.github.com/users/raiguard/repos", - "events_url": "https://api.github.com/users/raiguard/events{/privacy}", - "received_events_url": "https://api.github.com/users/raiguard/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 6576204, - "download_count": 6680, - "created_at": "2018-02-03T20:34:07Z", - "updated_at": "2018-02-03T20:34:08Z", - "browser_download_url": "https://github.com/raiguard/ModernGadgets/releases/download/v1.3.0/ModernGadgets_1.3.0.rmskin" - } - ], - "tarball_url": "https://api.github.com/repos/raiguard/ModernGadgets/tarball/v1.3.0", - "zipball_url": "https://api.github.com/repos/raiguard/ModernGadgets/zipball/v1.3.0", - "body": "- Added 32-thread support to CPU Meter\r\n- Added top process display to CPU Meter\r\n- Added CPU temperature graph option to CPU Meter\r\n- Added core voltages to CPU Meter\r\n- Added NetMonitor support to Network Meter for more accurate readings\r\n- Added GPU name toggle to GPU Meter\r\n- Added custom GPU name option to GPU Meter\r\n- Added GPU temperature graph option to GPU Meter\r\n- Added dual GPU mode to GPU Meter\r\n- Added eject button for removable disks in Disks Meter\r\n- Added capability to disable specific disks in Disks Meter\r\n- Added link to Disks Meter troubleshooting wiki page in Disks Meter settings\r\n- Added changelog display to update available notification\r\n- Changed from ANSI to UTF-8 file encoding\r\n- Updated and refined user interface\r\n- Implemented new dynamic settings system (https://github.com/raiguard/rainmeter-settings)\r\n- Rewrote update checker and moved update checker URL\r\n- Rewrote external IP check to be more reliable\r\n- Moved StyleSheet out of settings directory to avoid accidental changes / overwrites\r\n- Rewrote HWiNFO config tool\r\n- Fixed gadget toggle buttons desyncing\r\n- Fixed behavior of HWiNFO detection in CPU Meter\r\n- Fixed Network Meter external IP error message not disappearing\r\n- Fixed GPU name being able to extend past the width of GPU Meter" - }, - { - "url": "https://api.github.com/repos/raiguard/ModernGadgets/releases/9480255", - "assets_url": "https://api.github.com/repos/raiguard/ModernGadgets/releases/9480255/assets", - "upload_url": "https://uploads.github.com/repos/raiguard/ModernGadgets/releases/9480255/assets{?name,label}", - "html_url": "https://github.com/raiguard/ModernGadgets/releases/tag/v1.3.0-rc.3", - "id": 9480255, - "node_id": "MDc6UmVsZWFzZTk0ODAyNTU=", - "tag_name": "v1.3.0-rc.3", - "target_commitish": "devrelease", - "name": "v1.3.0-rc.3", - "draft": false, - "author": { - "login": "raiguard", - "id": 3515394, - "node_id": "MDQ6VXNlcjM1MTUzOTQ=", - "avatar_url": "https://avatars0.githubusercontent.com/u/3515394?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/raiguard", - "html_url": "https://github.com/raiguard", - "followers_url": "https://api.github.com/users/raiguard/followers", - "following_url": "https://api.github.com/users/raiguard/following{/other_user}", - "gists_url": "https://api.github.com/users/raiguard/gists{/gist_id}", - "starred_url": "https://api.github.com/users/raiguard/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/raiguard/subscriptions", - "organizations_url": "https://api.github.com/users/raiguard/orgs", - "repos_url": "https://api.github.com/users/raiguard/repos", - "events_url": "https://api.github.com/users/raiguard/events{/privacy}", - "received_events_url": "https://api.github.com/users/raiguard/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": true, - "created_at": "2018-02-01T04:04:21Z", - "published_at": "2018-02-01T04:09:01Z", - "assets": [ - { - "url": "https://api.github.com/repos/raiguard/ModernGadgets/releases/assets/6053516", - "id": 6053516, - "node_id": "MDEyOlJlbGVhc2VBc3NldDYwNTM1MTY=", - "name": "ModernGadgets_1.3.0-rc.3.rmskin", - "label": null, - "uploader": { - "login": "raiguard", - "id": 3515394, - "node_id": "MDQ6VXNlcjM1MTUzOTQ=", - "avatar_url": "https://avatars0.githubusercontent.com/u/3515394?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/raiguard", - "html_url": "https://github.com/raiguard", - "followers_url": "https://api.github.com/users/raiguard/followers", - "following_url": "https://api.github.com/users/raiguard/following{/other_user}", - "gists_url": "https://api.github.com/users/raiguard/gists{/gist_id}", - "starred_url": "https://api.github.com/users/raiguard/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/raiguard/subscriptions", - "organizations_url": "https://api.github.com/users/raiguard/orgs", - "repos_url": "https://api.github.com/users/raiguard/repos", - "events_url": "https://api.github.com/users/raiguard/events{/privacy}", - "received_events_url": "https://api.github.com/users/raiguard/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 6576382, - "download_count": 13, - "created_at": "2018-02-01T04:08:58Z", - "updated_at": "2018-02-01T04:09:00Z", - "browser_download_url": "https://github.com/raiguard/ModernGadgets/releases/download/v1.3.0-rc.3/ModernGadgets_1.3.0-rc.3.rmskin" - } - ], - "tarball_url": "https://api.github.com/repos/raiguard/ModernGadgets/tarball/v1.3.0-rc.3", - "zipball_url": "https://api.github.com/repos/raiguard/ModernGadgets/zipball/v1.3.0-rc.3", - "body": "- Implemented new dynamic settings system (https://github.com/raiguard/rainmeter-settings)\r\n- Refined settings UI\r\n- Fixed several bugs and oversights in dynamic settings changes" - }, - { - "url": "https://api.github.com/repos/raiguard/ModernGadgets/releases/9459171", - "assets_url": "https://api.github.com/repos/raiguard/ModernGadgets/releases/9459171/assets", - "upload_url": "https://uploads.github.com/repos/raiguard/ModernGadgets/releases/9459171/assets{?name,label}", - "html_url": "https://github.com/raiguard/ModernGadgets/releases/tag/v1.3.0-rc.2", - "id": 9459171, - "node_id": "MDc6UmVsZWFzZTk0NTkxNzE=", - "tag_name": "v1.3.0-rc.2", - "target_commitish": "devrelease", - "name": "v1.3.0-rc.2", - "draft": false, - "author": { - "login": "raiguard", - "id": 3515394, - "node_id": "MDQ6VXNlcjM1MTUzOTQ=", - "avatar_url": "https://avatars0.githubusercontent.com/u/3515394?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/raiguard", - "html_url": "https://github.com/raiguard", - "followers_url": "https://api.github.com/users/raiguard/followers", - "following_url": "https://api.github.com/users/raiguard/following{/other_user}", - "gists_url": "https://api.github.com/users/raiguard/gists{/gist_id}", - "starred_url": "https://api.github.com/users/raiguard/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/raiguard/subscriptions", - "organizations_url": "https://api.github.com/users/raiguard/orgs", - "repos_url": "https://api.github.com/users/raiguard/repos", - "events_url": "https://api.github.com/users/raiguard/events{/privacy}", - "received_events_url": "https://api.github.com/users/raiguard/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": true, - "created_at": "2018-01-31T01:08:35Z", - "published_at": "2018-01-31T01:11:01Z", - "assets": [ - { - "url": "https://api.github.com/repos/raiguard/ModernGadgets/releases/assets/6038445", - "id": 6038445, - "node_id": "MDEyOlJlbGVhc2VBc3NldDYwMzg0NDU=", - "name": "ModernGadgets_1.3.0-rc.2.rmskin", - "label": null, - "uploader": { - "login": "raiguard", - "id": 3515394, - "node_id": "MDQ6VXNlcjM1MTUzOTQ=", - "avatar_url": "https://avatars0.githubusercontent.com/u/3515394?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/raiguard", - "html_url": "https://github.com/raiguard", - "followers_url": "https://api.github.com/users/raiguard/followers", - "following_url": "https://api.github.com/users/raiguard/following{/other_user}", - "gists_url": "https://api.github.com/users/raiguard/gists{/gist_id}", - "starred_url": "https://api.github.com/users/raiguard/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/raiguard/subscriptions", - "organizations_url": "https://api.github.com/users/raiguard/orgs", - "repos_url": "https://api.github.com/users/raiguard/repos", - "events_url": "https://api.github.com/users/raiguard/events{/privacy}", - "received_events_url": "https://api.github.com/users/raiguard/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 6578275, - "download_count": 7, - "created_at": "2018-01-31T01:10:33Z", - "updated_at": "2018-01-31T01:10:34Z", - "browser_download_url": "https://github.com/raiguard/ModernGadgets/releases/download/v1.3.0-rc.2/ModernGadgets_1.3.0-rc.2.rmskin" - } - ], - "tarball_url": "https://api.github.com/repos/raiguard/ModernGadgets/tarball/v1.3.0-rc.2", - "zipball_url": "https://api.github.com/repos/raiguard/ModernGadgets/zipball/v1.3.0-rc.2", - "body": "- Added troubleshooting link to disks meter settings\r\n- Added graph background to give the lines a \"surface\" to sit on\r\n- Fixed show/hide behavior of core voltage meters\r\n- Fixed background height adjustment on HWiNFO state change\r\n- Fixed CPU clock speed not using alternate measure when HWiNFO is unavailable\r\n- Fixed core temps and voltages toggles crashing Rainmeter\r\n- Fixed NetMonitor uninstaller version conflict preventing uninstall\r\n- Fixed ReadINI throwing an error when coming across an invalid section name\r\n- Fixed disk eject buttons not changing visible state until skin refresh" - }, - { - "url": "https://api.github.com/repos/raiguard/ModernGadgets/releases/9314206", - "assets_url": "https://api.github.com/repos/raiguard/ModernGadgets/releases/9314206/assets", - "upload_url": "https://uploads.github.com/repos/raiguard/ModernGadgets/releases/9314206/assets{?name,label}", - "html_url": "https://github.com/raiguard/ModernGadgets/releases/tag/v1.3.0-rc.1", - "id": 9314206, - "node_id": "MDc6UmVsZWFzZTkzMTQyMDY=", - "tag_name": "v1.3.0-rc.1", - "target_commitish": "devrelease", - "name": "v1.3.0-rc.1", - "draft": false, - "author": { - "login": "raiguard", - "id": 3515394, - "node_id": "MDQ6VXNlcjM1MTUzOTQ=", - "avatar_url": "https://avatars0.githubusercontent.com/u/3515394?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/raiguard", - "html_url": "https://github.com/raiguard", - "followers_url": "https://api.github.com/users/raiguard/followers", - "following_url": "https://api.github.com/users/raiguard/following{/other_user}", - "gists_url": "https://api.github.com/users/raiguard/gists{/gist_id}", - "starred_url": "https://api.github.com/users/raiguard/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/raiguard/subscriptions", - "organizations_url": "https://api.github.com/users/raiguard/orgs", - "repos_url": "https://api.github.com/users/raiguard/repos", - "events_url": "https://api.github.com/users/raiguard/events{/privacy}", - "received_events_url": "https://api.github.com/users/raiguard/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": true, - "created_at": "2018-01-20T02:06:17Z", - "published_at": "2018-01-20T02:07:10Z", - "assets": [ - { - "url": "https://api.github.com/repos/raiguard/ModernGadgets/releases/assets/5930494", - "id": 5930494, - "node_id": "MDEyOlJlbGVhc2VBc3NldDU5MzA0OTQ=", - "name": "ModernGadgets_1.3.0-rc.1.rmskin", - "label": null, - "uploader": { - "login": "raiguard", - "id": 3515394, - "node_id": "MDQ6VXNlcjM1MTUzOTQ=", - "avatar_url": "https://avatars0.githubusercontent.com/u/3515394?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/raiguard", - "html_url": "https://github.com/raiguard", - "followers_url": "https://api.github.com/users/raiguard/followers", - "following_url": "https://api.github.com/users/raiguard/following{/other_user}", - "gists_url": "https://api.github.com/users/raiguard/gists{/gist_id}", - "starred_url": "https://api.github.com/users/raiguard/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/raiguard/subscriptions", - "organizations_url": "https://api.github.com/users/raiguard/orgs", - "repos_url": "https://api.github.com/users/raiguard/repos", - "events_url": "https://api.github.com/users/raiguard/events{/privacy}", - "received_events_url": "https://api.github.com/users/raiguard/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 6577237, - "download_count": 39, - "created_at": "2018-01-20T02:07:03Z", - "updated_at": "2018-01-20T02:07:08Z", - "browser_download_url": "https://github.com/raiguard/ModernGadgets/releases/download/v1.3.0-rc.1/ModernGadgets_1.3.0-rc.1.rmskin" - } - ], - "tarball_url": "https://api.github.com/repos/raiguard/ModernGadgets/tarball/v1.3.0-rc.1", - "zipball_url": "https://api.github.com/repos/raiguard/ModernGadgets/zipball/v1.3.0-rc.1", - "body": "- Added Nomfrep plugin to replace AdvancedCPU\r\n- Fixed HWiNFO package temperature and thermal throttling input boxes not working\r\n- Fixed page file measures not enabling correctly\r\n- Fixed external IP fetch needing a refresh before showing up\r\n- Fixed Network Meter refresh buttons not working\r\n- Fixed ReadINI script dropping leading S'es" - }, - { - "url": "https://api.github.com/repos/raiguard/ModernGadgets/releases/9242598", - "assets_url": "https://api.github.com/repos/raiguard/ModernGadgets/releases/9242598/assets", - "upload_url": "https://uploads.github.com/repos/raiguard/ModernGadgets/releases/9242598/assets{?name,label}", - "html_url": "https://github.com/raiguard/ModernGadgets/releases/tag/v1.3.0-beta.4", - "id": 9242598, - "node_id": "MDc6UmVsZWFzZTkyNDI1OTg=", - "tag_name": "v1.3.0-beta.4", - "target_commitish": "devrelease", - "name": "v1.3.0-beta.4", - "draft": false, - "author": { - "login": "raiguard", - "id": 3515394, - "node_id": "MDQ6VXNlcjM1MTUzOTQ=", - "avatar_url": "https://avatars0.githubusercontent.com/u/3515394?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/raiguard", - "html_url": "https://github.com/raiguard", - "followers_url": "https://api.github.com/users/raiguard/followers", - "following_url": "https://api.github.com/users/raiguard/following{/other_user}", - "gists_url": "https://api.github.com/users/raiguard/gists{/gist_id}", - "starred_url": "https://api.github.com/users/raiguard/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/raiguard/subscriptions", - "organizations_url": "https://api.github.com/users/raiguard/orgs", - "repos_url": "https://api.github.com/users/raiguard/repos", - "events_url": "https://api.github.com/users/raiguard/events{/privacy}", - "received_events_url": "https://api.github.com/users/raiguard/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": true, - "created_at": "2018-01-15T19:20:07Z", - "published_at": "2018-01-15T19:25:23Z", - "assets": [ - { - "url": "https://api.github.com/repos/raiguard/ModernGadgets/releases/assets/5881633", - "id": 5881633, - "node_id": "MDEyOlJlbGVhc2VBc3NldDU4ODE2MzM=", - "name": "ModernGadgets_1.3.0-beta.4.rmskin", - "label": null, - "uploader": { - "login": "raiguard", - "id": 3515394, - "node_id": "MDQ6VXNlcjM1MTUzOTQ=", - "avatar_url": "https://avatars0.githubusercontent.com/u/3515394?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/raiguard", - "html_url": "https://github.com/raiguard", - "followers_url": "https://api.github.com/users/raiguard/followers", - "following_url": "https://api.github.com/users/raiguard/following{/other_user}", - "gists_url": "https://api.github.com/users/raiguard/gists{/gist_id}", - "starred_url": "https://api.github.com/users/raiguard/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/raiguard/subscriptions", - "organizations_url": "https://api.github.com/users/raiguard/orgs", - "repos_url": "https://api.github.com/users/raiguard/repos", - "events_url": "https://api.github.com/users/raiguard/events{/privacy}", - "received_events_url": "https://api.github.com/users/raiguard/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 6568626, - "download_count": 41, - "created_at": "2018-01-15T19:25:15Z", - "updated_at": "2018-01-15T19:25:21Z", - "browser_download_url": "https://github.com/raiguard/ModernGadgets/releases/download/v1.3.0-beta.4/ModernGadgets_1.3.0-beta.4.rmskin" - } - ], - "tarball_url": "https://api.github.com/repos/raiguard/ModernGadgets/tarball/v1.3.0-beta.4", - "zipball_url": "https://api.github.com/repos/raiguard/ModernGadgets/zipball/v1.3.0-beta.4", - "body": "- Added core voltages to CPU Meter\r\n- Fixed download update button in setup skin\r\n- Fixed large row spacing issues in Disks Meter\r\n- Updated copyright information" - }, - { - "url": "https://api.github.com/repos/raiguard/ModernGadgets/releases/9232175", - "assets_url": "https://api.github.com/repos/raiguard/ModernGadgets/releases/9232175/assets", - "upload_url": "https://uploads.github.com/repos/raiguard/ModernGadgets/releases/9232175/assets{?name,label}", - "html_url": "https://github.com/raiguard/ModernGadgets/releases/tag/v1.3.0-beta.3", - "id": 9232175, - "node_id": "MDc6UmVsZWFzZTkyMzIxNzU=", - "tag_name": "v1.3.0-beta.3", - "target_commitish": "devrelease", - "name": "v1.3.0-beta.3", - "draft": false, - "author": { - "login": "raiguard", - "id": 3515394, - "node_id": "MDQ6VXNlcjM1MTUzOTQ=", - "avatar_url": "https://avatars0.githubusercontent.com/u/3515394?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/raiguard", - "html_url": "https://github.com/raiguard", - "followers_url": "https://api.github.com/users/raiguard/followers", - "following_url": "https://api.github.com/users/raiguard/following{/other_user}", - "gists_url": "https://api.github.com/users/raiguard/gists{/gist_id}", - "starred_url": "https://api.github.com/users/raiguard/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/raiguard/subscriptions", - "organizations_url": "https://api.github.com/users/raiguard/orgs", - "repos_url": "https://api.github.com/users/raiguard/repos", - "events_url": "https://api.github.com/users/raiguard/events{/privacy}", - "received_events_url": "https://api.github.com/users/raiguard/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": true, - "created_at": "2018-01-15T05:56:46Z", - "published_at": "2018-01-15T06:00:56Z", - "assets": [ - { - "url": "https://api.github.com/repos/raiguard/ModernGadgets/releases/assets/5874667", - "id": 5874667, - "node_id": "MDEyOlJlbGVhc2VBc3NldDU4NzQ2Njc=", - "name": "ModernGadgets_1.3.0-beta.3.rmskin", - "label": null, - "uploader": { - "login": "raiguard", - "id": 3515394, - "node_id": "MDQ6VXNlcjM1MTUzOTQ=", - "avatar_url": "https://avatars0.githubusercontent.com/u/3515394?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/raiguard", - "html_url": "https://github.com/raiguard", - "followers_url": "https://api.github.com/users/raiguard/followers", - "following_url": "https://api.github.com/users/raiguard/following{/other_user}", - "gists_url": "https://api.github.com/users/raiguard/gists{/gist_id}", - "starred_url": "https://api.github.com/users/raiguard/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/raiguard/subscriptions", - "organizations_url": "https://api.github.com/users/raiguard/orgs", - "repos_url": "https://api.github.com/users/raiguard/repos", - "events_url": "https://api.github.com/users/raiguard/events{/privacy}", - "received_events_url": "https://api.github.com/users/raiguard/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 6725374, - "download_count": 35, - "created_at": "2018-01-15T06:00:51Z", - "updated_at": "2018-01-15T06:00:52Z", - "browser_download_url": "https://github.com/raiguard/ModernGadgets/releases/download/v1.3.0-beta.3/ModernGadgets_1.3.0-beta.3.rmskin" - } - ], - "tarball_url": "https://api.github.com/repos/raiguard/ModernGadgets/tarball/v1.3.0-beta.3", - "zipball_url": "https://api.github.com/repos/raiguard/ModernGadgets/zipball/v1.3.0-beta.3", - "body": "- Added changelog display to update available notification\r\n- Moved StyleSheet out of settings directory to avoid accidental changes / overwrites\r\n- Improved reliability of NetMonitor settings\r\n- Rewrote HWiNFO config tool\r\n- Rewrote update checker again and generalized it\r\n- Added per-core CPU temps, fans, and voltages to the config tool\r\n- Added GPU1 to the config tool\r\n- Added CPU package temperature to the config tool\r\n- Updated NetMonitor installer\r\n- Updated ActiveNet plugin to 2.7.0.0" - }, - { - "url": "https://api.github.com/repos/raiguard/ModernGadgets/releases/9042494", - "assets_url": "https://api.github.com/repos/raiguard/ModernGadgets/releases/9042494/assets", - "upload_url": "https://uploads.github.com/repos/raiguard/ModernGadgets/releases/9042494/assets{?name,label}", - "html_url": "https://github.com/raiguard/ModernGadgets/releases/tag/v1.3.0-beta.2", - "id": 9042494, - "node_id": "MDc6UmVsZWFzZTkwNDI0OTQ=", - "tag_name": "v1.3.0-beta.2", - "target_commitish": "devrelease", - "name": "v1.3.0-beta.2", - "draft": false, - "author": { - "login": "raiguard", - "id": 3515394, - "node_id": "MDQ6VXNlcjM1MTUzOTQ=", - "avatar_url": "https://avatars0.githubusercontent.com/u/3515394?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/raiguard", - "html_url": "https://github.com/raiguard", - "followers_url": "https://api.github.com/users/raiguard/followers", - "following_url": "https://api.github.com/users/raiguard/following{/other_user}", - "gists_url": "https://api.github.com/users/raiguard/gists{/gist_id}", - "starred_url": "https://api.github.com/users/raiguard/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/raiguard/subscriptions", - "organizations_url": "https://api.github.com/users/raiguard/orgs", - "repos_url": "https://api.github.com/users/raiguard/repos", - "events_url": "https://api.github.com/users/raiguard/events{/privacy}", - "received_events_url": "https://api.github.com/users/raiguard/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": true, - "created_at": "2017-12-27T19:23:50Z", - "published_at": "2017-12-27T19:25:01Z", - "assets": [ - { - "url": "https://api.github.com/repos/raiguard/ModernGadgets/releases/assets/5724441", - "id": 5724441, - "node_id": "MDEyOlJlbGVhc2VBc3NldDU3MjQ0NDE=", - "name": "ModernGadgets_1.3.0-beta.2.rmskin", - "label": null, - "uploader": { - "login": "raiguard", - "id": 3515394, - "node_id": "MDQ6VXNlcjM1MTUzOTQ=", - "avatar_url": "https://avatars0.githubusercontent.com/u/3515394?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/raiguard", - "html_url": "https://github.com/raiguard", - "followers_url": "https://api.github.com/users/raiguard/followers", - "following_url": "https://api.github.com/users/raiguard/following{/other_user}", - "gists_url": "https://api.github.com/users/raiguard/gists{/gist_id}", - "starred_url": "https://api.github.com/users/raiguard/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/raiguard/subscriptions", - "organizations_url": "https://api.github.com/users/raiguard/orgs", - "repos_url": "https://api.github.com/users/raiguard/repos", - "events_url": "https://api.github.com/users/raiguard/events{/privacy}", - "received_events_url": "https://api.github.com/users/raiguard/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 6720511, - "download_count": 99, - "created_at": "2017-12-27T19:24:50Z", - "updated_at": "2017-12-27T19:24:51Z", - "browser_download_url": "https://github.com/raiguard/ModernGadgets/releases/download/v1.3.0-beta.2/ModernGadgets_1.3.0-beta.2.rmskin" - } - ], - "tarball_url": "https://api.github.com/repos/raiguard/ModernGadgets/tarball/v1.3.0-beta.2", - "zipball_url": "https://api.github.com/repos/raiguard/ModernGadgets/zipball/v1.3.0-beta.2", - "body": "- Added NetMonitor support to Network Meter for more accurate readings\r\n- Added GPU name toggle to GPU Meter\r\n- Added custom GPU name option to GPU Meter\r\n- Added GPU temperature graph option to GPU Meter\r\n- Added preliminary dual GPU support\r\n- Added UI for hiding disks in Disks Meter\r\n- Rewrote set to defaults functionality to improve performance and expanability\r\n- Fixed GPU name being able to extend past the width of GPU Meter\r\n- Fixed Network Meter external IP error message not disappearing\r\n- Fixed GPU name being able to extend past the width of GPU Meter" - }, - { - "url": "https://api.github.com/repos/raiguard/ModernGadgets/releases/8985332", - "assets_url": "https://api.github.com/repos/raiguard/ModernGadgets/releases/8985332/assets", - "upload_url": "https://uploads.github.com/repos/raiguard/ModernGadgets/releases/8985332/assets{?name,label}", - "html_url": "https://github.com/raiguard/ModernGadgets/releases/tag/v1.3.0-beta.1", - "id": 8985332, - "node_id": "MDc6UmVsZWFzZTg5ODUzMzI=", - "tag_name": "v1.3.0-beta.1", - "target_commitish": "devrelease", - "name": "v1.3.0-beta.1", - "draft": false, - "author": { - "login": "raiguard", - "id": 3515394, - "node_id": "MDQ6VXNlcjM1MTUzOTQ=", - "avatar_url": "https://avatars0.githubusercontent.com/u/3515394?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/raiguard", - "html_url": "https://github.com/raiguard", - "followers_url": "https://api.github.com/users/raiguard/followers", - "following_url": "https://api.github.com/users/raiguard/following{/other_user}", - "gists_url": "https://api.github.com/users/raiguard/gists{/gist_id}", - "starred_url": "https://api.github.com/users/raiguard/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/raiguard/subscriptions", - "organizations_url": "https://api.github.com/users/raiguard/orgs", - "repos_url": "https://api.github.com/users/raiguard/repos", - "events_url": "https://api.github.com/users/raiguard/events{/privacy}", - "received_events_url": "https://api.github.com/users/raiguard/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": true, - "created_at": "2017-12-20T20:36:02Z", - "published_at": "2017-12-20T20:37:04Z", - "assets": [ - { - "url": "https://api.github.com/repos/raiguard/ModernGadgets/releases/assets/5679992", - "id": 5679992, - "node_id": "MDEyOlJlbGVhc2VBc3NldDU2Nzk5OTI=", - "name": "ModernGadgets_1.3.0-beta.1.rmskin", - "label": null, - "uploader": { - "login": "raiguard", - "id": 3515394, - "node_id": "MDQ6VXNlcjM1MTUzOTQ=", - "avatar_url": "https://avatars0.githubusercontent.com/u/3515394?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/raiguard", - "html_url": "https://github.com/raiguard", - "followers_url": "https://api.github.com/users/raiguard/followers", - "following_url": "https://api.github.com/users/raiguard/following{/other_user}", - "gists_url": "https://api.github.com/users/raiguard/gists{/gist_id}", - "starred_url": "https://api.github.com/users/raiguard/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/raiguard/subscriptions", - "organizations_url": "https://api.github.com/users/raiguard/orgs", - "repos_url": "https://api.github.com/users/raiguard/repos", - "events_url": "https://api.github.com/users/raiguard/events{/privacy}", - "received_events_url": "https://api.github.com/users/raiguard/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 6731730, - "download_count": 70, - "created_at": "2017-12-20T20:34:30Z", - "updated_at": "2017-12-20T20:34:31Z", - "browser_download_url": "https://github.com/raiguard/ModernGadgets/releases/download/v1.3.0-beta.1/ModernGadgets_1.3.0-beta.1.rmskin" - } - ], - "tarball_url": "https://api.github.com/repos/raiguard/ModernGadgets/tarball/v1.3.0-beta.1", - "zipball_url": "https://api.github.com/repos/raiguard/ModernGadgets/zipball/v1.3.0-beta.1", - "body": "- Added 32-thread support to CPU Meter\r\n- Added top process display to CPU Meter\r\n- Added CPU temperature graph option to CPU Meter\r\n- Added eject button for removable drives in Disks Meter\r\n- Added capability to disable specific disks in Disks Meter\r\n- Changed from ANSI to UTF-8 file encoding\r\n- Softened background and text colors, decreased gadget width\r\n- Rewrote gadget toggle button logic to be more reliable\r\n- Rewrote settings logic to be more reliable, and avoid directly editing the skin INIs\r\n- Rewrote update checker and moved update checker URL\r\n- Fixed gadget toggle buttons desyncing" - }, - { - "url": "https://api.github.com/repos/raiguard/ModernGadgets/releases/7277124", - "assets_url": "https://api.github.com/repos/raiguard/ModernGadgets/releases/7277124/assets", - "upload_url": "https://uploads.github.com/repos/raiguard/ModernGadgets/releases/7277124/assets{?name,label}", - "html_url": "https://github.com/raiguard/ModernGadgets/releases/tag/v1.2.2", - "id": 7277124, - "node_id": "MDc6UmVsZWFzZTcyNzcxMjQ=", - "tag_name": "v1.2.2", - "target_commitish": "release", - "name": "v1.2.2", - "draft": false, - "author": { - "login": "raiguard", - "id": 3515394, - "node_id": "MDQ6VXNlcjM1MTUzOTQ=", - "avatar_url": "https://avatars0.githubusercontent.com/u/3515394?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/raiguard", - "html_url": "https://github.com/raiguard", - "followers_url": "https://api.github.com/users/raiguard/followers", - "following_url": "https://api.github.com/users/raiguard/following{/other_user}", - "gists_url": "https://api.github.com/users/raiguard/gists{/gist_id}", - "starred_url": "https://api.github.com/users/raiguard/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/raiguard/subscriptions", - "organizations_url": "https://api.github.com/users/raiguard/orgs", - "repos_url": "https://api.github.com/users/raiguard/repos", - "events_url": "https://api.github.com/users/raiguard/events{/privacy}", - "received_events_url": "https://api.github.com/users/raiguard/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2017-08-03T20:51:33Z", - "published_at": "2017-08-03T20:56:24Z", - "assets": [ - { - "url": "https://api.github.com/repos/raiguard/ModernGadgets/releases/assets/4498868", - "id": 4498868, - "node_id": "MDEyOlJlbGVhc2VBc3NldDQ0OTg4Njg=", - "name": "ModernGadgets_1.2.2.rmskin", - "label": null, - "uploader": { - "login": "raiguard", - "id": 3515394, - "node_id": "MDQ6VXNlcjM1MTUzOTQ=", - "avatar_url": "https://avatars0.githubusercontent.com/u/3515394?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/raiguard", - "html_url": "https://github.com/raiguard", - "followers_url": "https://api.github.com/users/raiguard/followers", - "following_url": "https://api.github.com/users/raiguard/following{/other_user}", - "gists_url": "https://api.github.com/users/raiguard/gists{/gist_id}", - "starred_url": "https://api.github.com/users/raiguard/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/raiguard/subscriptions", - "organizations_url": "https://api.github.com/users/raiguard/orgs", - "repos_url": "https://api.github.com/users/raiguard/repos", - "events_url": "https://api.github.com/users/raiguard/events{/privacy}", - "received_events_url": "https://api.github.com/users/raiguard/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 6001216, - "download_count": 7273, - "created_at": "2017-08-03T20:56:10Z", - "updated_at": "2017-08-03T20:56:19Z", - "browser_download_url": "https://github.com/raiguard/ModernGadgets/releases/download/v1.2.2/ModernGadgets_1.2.2.rmskin" - } - ], - "tarball_url": "https://api.github.com/repos/raiguard/ModernGadgets/tarball/v1.2.2", - "zipball_url": "https://api.github.com/repos/raiguard/ModernGadgets/zipball/v1.2.2", - "body": "- ACTUALLY fixed core temperature issues\r\n- Changed all author references to raiguard" - }, - { - "url": "https://api.github.com/repos/raiguard/ModernGadgets/releases/7262157", - "assets_url": "https://api.github.com/repos/raiguard/ModernGadgets/releases/7262157/assets", - "upload_url": "https://uploads.github.com/repos/raiguard/ModernGadgets/releases/7262157/assets{?name,label}", - "html_url": "https://github.com/raiguard/ModernGadgets/releases/tag/v1.2.1", - "id": 7262157, - "node_id": "MDc6UmVsZWFzZTcyNjIxNTc=", - "tag_name": "v1.2.1", - "target_commitish": "release", - "name": "v1.2.1", - "draft": false, - "author": { - "login": "raiguard", - "id": 3515394, - "node_id": "MDQ6VXNlcjM1MTUzOTQ=", - "avatar_url": "https://avatars0.githubusercontent.com/u/3515394?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/raiguard", - "html_url": "https://github.com/raiguard", - "followers_url": "https://api.github.com/users/raiguard/followers", - "following_url": "https://api.github.com/users/raiguard/following{/other_user}", - "gists_url": "https://api.github.com/users/raiguard/gists{/gist_id}", - "starred_url": "https://api.github.com/users/raiguard/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/raiguard/subscriptions", - "organizations_url": "https://api.github.com/users/raiguard/orgs", - "repos_url": "https://api.github.com/users/raiguard/repos", - "events_url": "https://api.github.com/users/raiguard/events{/privacy}", - "received_events_url": "https://api.github.com/users/raiguard/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2017-08-02T20:29:41Z", - "published_at": "2017-08-02T20:32:00Z", - "assets": [ - { - "url": "https://api.github.com/repos/raiguard/ModernGadgets/releases/assets/4488963", - "id": 4488963, - "node_id": "MDEyOlJlbGVhc2VBc3NldDQ0ODg5NjM=", - "name": "ModernGadgets_1.2.1.rmskin", - "label": null, - "uploader": { - "login": "raiguard", - "id": 3515394, - "node_id": "MDQ6VXNlcjM1MTUzOTQ=", - "avatar_url": "https://avatars0.githubusercontent.com/u/3515394?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/raiguard", - "html_url": "https://github.com/raiguard", - "followers_url": "https://api.github.com/users/raiguard/followers", - "following_url": "https://api.github.com/users/raiguard/following{/other_user}", - "gists_url": "https://api.github.com/users/raiguard/gists{/gist_id}", - "starred_url": "https://api.github.com/users/raiguard/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/raiguard/subscriptions", - "organizations_url": "https://api.github.com/users/raiguard/orgs", - "repos_url": "https://api.github.com/users/raiguard/repos", - "events_url": "https://api.github.com/users/raiguard/events{/privacy}", - "received_events_url": "https://api.github.com/users/raiguard/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 6000644, - "download_count": 937, - "created_at": "2017-08-02T20:31:45Z", - "updated_at": "2017-08-02T20:31:54Z", - "browser_download_url": "https://github.com/raiguard/ModernGadgets/releases/download/v1.2.1/ModernGadgets_1.2.1.rmskin" - } - ], - "tarball_url": "https://api.github.com/repos/raiguard/ModernGadgets/tarball/v1.2.1", - "zipball_url": "https://api.github.com/repos/raiguard/ModernGadgets/zipball/v1.2.1", - "body": "- Fixed non-hyperthreaded core temperatures\r\n- Fixed bytes/sec option in Network Meter\r\n- Fixed manual max VRAM not working properly\r\n- Changed update checker URL" - }, - { - "url": "https://api.github.com/repos/raiguard/ModernGadgets/releases/6667116", - "assets_url": "https://api.github.com/repos/raiguard/ModernGadgets/releases/6667116/assets", - "upload_url": "https://uploads.github.com/repos/raiguard/ModernGadgets/releases/6667116/assets{?name,label}", - "html_url": "https://github.com/raiguard/ModernGadgets/releases/tag/v1.2.1-beta.1", - "id": 6667116, - "node_id": "MDc6UmVsZWFzZTY2NjcxMTY=", - "tag_name": "v1.2.1-beta.1", - "target_commitish": "devrelease", - "name": "v1.2.1-beta.1", - "draft": false, - "author": { - "login": "raiguard", - "id": 3515394, - "node_id": "MDQ6VXNlcjM1MTUzOTQ=", - "avatar_url": "https://avatars0.githubusercontent.com/u/3515394?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/raiguard", - "html_url": "https://github.com/raiguard", - "followers_url": "https://api.github.com/users/raiguard/followers", - "following_url": "https://api.github.com/users/raiguard/following{/other_user}", - "gists_url": "https://api.github.com/users/raiguard/gists{/gist_id}", - "starred_url": "https://api.github.com/users/raiguard/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/raiguard/subscriptions", - "organizations_url": "https://api.github.com/users/raiguard/orgs", - "repos_url": "https://api.github.com/users/raiguard/repos", - "events_url": "https://api.github.com/users/raiguard/events{/privacy}", - "received_events_url": "https://api.github.com/users/raiguard/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": true, - "created_at": "2017-06-09T20:16:20Z", - "published_at": "2017-06-09T20:19:17Z", - "assets": [ - { - "url": "https://api.github.com/repos/raiguard/ModernGadgets/releases/assets/4068729", - "id": 4068729, - "node_id": "MDEyOlJlbGVhc2VBc3NldDQwNjg3Mjk=", - "name": "ModernGadgets_1.2.1-beta.1.rmskin", - "label": null, - "uploader": { - "login": "raiguard", - "id": 3515394, - "node_id": "MDQ6VXNlcjM1MTUzOTQ=", - "avatar_url": "https://avatars0.githubusercontent.com/u/3515394?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/raiguard", - "html_url": "https://github.com/raiguard", - "followers_url": "https://api.github.com/users/raiguard/followers", - "following_url": "https://api.github.com/users/raiguard/following{/other_user}", - "gists_url": "https://api.github.com/users/raiguard/gists{/gist_id}", - "starred_url": "https://api.github.com/users/raiguard/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/raiguard/subscriptions", - "organizations_url": "https://api.github.com/users/raiguard/orgs", - "repos_url": "https://api.github.com/users/raiguard/repos", - "events_url": "https://api.github.com/users/raiguard/events{/privacy}", - "received_events_url": "https://api.github.com/users/raiguard/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 6000604, - "download_count": 182, - "created_at": "2017-06-09T20:19:04Z", - "updated_at": "2017-06-09T20:19:13Z", - "browser_download_url": "https://github.com/raiguard/ModernGadgets/releases/download/v1.2.1-beta.1/ModernGadgets_1.2.1-beta.1.rmskin" - } - ], - "tarball_url": "https://api.github.com/repos/raiguard/ModernGadgets/tarball/v1.2.1-beta.1", - "zipball_url": "https://api.github.com/repos/raiguard/ModernGadgets/zipball/v1.2.1-beta.1", - "body": "- Fixed non-hyperthreaded core temperatures\r\n- Fixed bytes/sec option in Network Meter\r\n- Fixed manual max VRAM not working properly" - }, - { - "url": "https://api.github.com/repos/raiguard/ModernGadgets/releases/6130538", - "assets_url": "https://api.github.com/repos/raiguard/ModernGadgets/releases/6130538/assets", - "upload_url": "https://uploads.github.com/repos/raiguard/ModernGadgets/releases/6130538/assets{?name,label}", - "html_url": "https://github.com/raiguard/ModernGadgets/releases/tag/v1.2.0", - "id": 6130538, - "node_id": "MDc6UmVsZWFzZTYxMzA1Mzg=", - "tag_name": "v1.2.0", - "target_commitish": "release", - "name": "v1.2.0", - "draft": false, - "author": { - "login": "raiguard", - "id": 3515394, - "node_id": "MDQ6VXNlcjM1MTUzOTQ=", - "avatar_url": "https://avatars0.githubusercontent.com/u/3515394?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/raiguard", - "html_url": "https://github.com/raiguard", - "followers_url": "https://api.github.com/users/raiguard/followers", - "following_url": "https://api.github.com/users/raiguard/following{/other_user}", - "gists_url": "https://api.github.com/users/raiguard/gists{/gist_id}", - "starred_url": "https://api.github.com/users/raiguard/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/raiguard/subscriptions", - "organizations_url": "https://api.github.com/users/raiguard/orgs", - "repos_url": "https://api.github.com/users/raiguard/repos", - "events_url": "https://api.github.com/users/raiguard/events{/privacy}", - "received_events_url": "https://api.github.com/users/raiguard/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2017-04-20T03:38:43Z", - "published_at": "2017-04-20T03:41:54Z", - "assets": [ - { - "url": "https://api.github.com/repos/raiguard/ModernGadgets/releases/assets/3695644", - "id": 3695644, - "node_id": "MDEyOlJlbGVhc2VBc3NldDM2OTU2NDQ=", - "name": "ModernGadgets_1.2.0.rmskin", - "label": null, - "uploader": { - "login": "raiguard", - "id": 3515394, - "node_id": "MDQ6VXNlcjM1MTUzOTQ=", - "avatar_url": "https://avatars0.githubusercontent.com/u/3515394?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/raiguard", - "html_url": "https://github.com/raiguard", - "followers_url": "https://api.github.com/users/raiguard/followers", - "following_url": "https://api.github.com/users/raiguard/following{/other_user}", - "gists_url": "https://api.github.com/users/raiguard/gists{/gist_id}", - "starred_url": "https://api.github.com/users/raiguard/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/raiguard/subscriptions", - "organizations_url": "https://api.github.com/users/raiguard/orgs", - "repos_url": "https://api.github.com/users/raiguard/repos", - "events_url": "https://api.github.com/users/raiguard/events{/privacy}", - "received_events_url": "https://api.github.com/users/raiguard/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 6000051, - "download_count": 4247, - "created_at": "2017-04-20T03:41:40Z", - "updated_at": "2017-04-20T03:41:51Z", - "browser_download_url": "https://github.com/raiguard/ModernGadgets/releases/download/v1.2.0/ModernGadgets_1.2.0.rmskin" - } - ], - "tarball_url": "https://api.github.com/repos/raiguard/ModernGadgets/tarball/v1.2.0", - "zipball_url": "https://api.github.com/repos/raiguard/ModernGadgets/zipball/v1.2.0", - "body": "- Added average CPU usage graph mode\r\n- Added global config skin\r\n- Added color customization\r\n- Added network ping display to Network Meter\r\n- Added thermal throttling detection to CPU Meter\r\n- Added option to display network traffic in bytes/sec\r\n- Added reset to defaults function\r\n- Added line graph antialiasing toggle\r\n- Added manual max VRAM toggle to GPU meter\r\n- Switched to Direct2D font rendering\r\n- Text alignment touch-ups\r\n- Changed border color to be slightly dimmer\r\n- Fixed CPU Meter not adjusting the icon for non-intel CPUs\r\n- Split official releases from dev releases in the changelog" - }, - { - "url": "https://api.github.com/repos/raiguard/ModernGadgets/releases/6017512", - "assets_url": "https://api.github.com/repos/raiguard/ModernGadgets/releases/6017512/assets", - "upload_url": "https://uploads.github.com/repos/raiguard/ModernGadgets/releases/6017512/assets{?name,label}", - "html_url": "https://github.com/raiguard/ModernGadgets/releases/tag/v1.2.0-beta.3", - "id": 6017512, - "node_id": "MDc6UmVsZWFzZTYwMTc1MTI=", - "tag_name": "v1.2.0-beta.3", - "target_commitish": "devrelease", - "name": "v1.2.0-beta.3", - "draft": false, - "author": { - "login": "raiguard", - "id": 3515394, - "node_id": "MDQ6VXNlcjM1MTUzOTQ=", - "avatar_url": "https://avatars0.githubusercontent.com/u/3515394?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/raiguard", - "html_url": "https://github.com/raiguard", - "followers_url": "https://api.github.com/users/raiguard/followers", - "following_url": "https://api.github.com/users/raiguard/following{/other_user}", - "gists_url": "https://api.github.com/users/raiguard/gists{/gist_id}", - "starred_url": "https://api.github.com/users/raiguard/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/raiguard/subscriptions", - "organizations_url": "https://api.github.com/users/raiguard/orgs", - "repos_url": "https://api.github.com/users/raiguard/repos", - "events_url": "https://api.github.com/users/raiguard/events{/privacy}", - "received_events_url": "https://api.github.com/users/raiguard/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": true, - "created_at": "2017-04-07T21:40:39Z", - "published_at": "2017-04-07T20:43:46Z", - "assets": [ - { - "url": "https://api.github.com/repos/raiguard/ModernGadgets/releases/assets/3606430", - "id": 3606430, - "node_id": "MDEyOlJlbGVhc2VBc3NldDM2MDY0MzA=", - "name": "ModernGadgets_1.2.0-beta.3.rmskin", - "label": null, - "uploader": { - "login": "raiguard", - "id": 3515394, - "node_id": "MDQ6VXNlcjM1MTUzOTQ=", - "avatar_url": "https://avatars0.githubusercontent.com/u/3515394?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/raiguard", - "html_url": "https://github.com/raiguard", - "followers_url": "https://api.github.com/users/raiguard/followers", - "following_url": "https://api.github.com/users/raiguard/following{/other_user}", - "gists_url": "https://api.github.com/users/raiguard/gists{/gist_id}", - "starred_url": "https://api.github.com/users/raiguard/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/raiguard/subscriptions", - "organizations_url": "https://api.github.com/users/raiguard/orgs", - "repos_url": "https://api.github.com/users/raiguard/repos", - "events_url": "https://api.github.com/users/raiguard/events{/privacy}", - "received_events_url": "https://api.github.com/users/raiguard/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 5999480, - "download_count": 107, - "created_at": "2017-04-07T20:43:35Z", - "updated_at": "2017-04-07T20:43:44Z", - "browser_download_url": "https://github.com/raiguard/ModernGadgets/releases/download/v1.2.0-beta.3/ModernGadgets_1.2.0-beta.3.rmskin" - } - ], - "tarball_url": "https://api.github.com/repos/raiguard/ModernGadgets/tarball/v1.2.0-beta.3", - "zipball_url": "https://api.github.com/repos/raiguard/ModernGadgets/zipball/v1.2.0-beta.3", - "body": "Probably the last beta!\r\n\r\n- Corrected typo in changelog\r\n- Added manual max VRAM toggle to GPU meter\r\n- Changed how thermal throttling detection works\r\n- Added thermal throttling entry ID to config tool" - }, - { - "url": "https://api.github.com/repos/raiguard/ModernGadgets/releases/6007775", - "assets_url": "https://api.github.com/repos/raiguard/ModernGadgets/releases/6007775/assets", - "upload_url": "https://uploads.github.com/repos/raiguard/ModernGadgets/releases/6007775/assets{?name,label}", - "html_url": "https://github.com/raiguard/ModernGadgets/releases/tag/v1.2.0-beta.2", - "id": 6007775, - "node_id": "MDc6UmVsZWFzZTYwMDc3NzU=", - "tag_name": "v1.2.0-beta.2", - "target_commitish": "devrelease", - "name": "v1.2.0-beta.2", - "draft": false, - "author": { - "login": "raiguard", - "id": 3515394, - "node_id": "MDQ6VXNlcjM1MTUzOTQ=", - "avatar_url": "https://avatars0.githubusercontent.com/u/3515394?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/raiguard", - "html_url": "https://github.com/raiguard", - "followers_url": "https://api.github.com/users/raiguard/followers", - "following_url": "https://api.github.com/users/raiguard/following{/other_user}", - "gists_url": "https://api.github.com/users/raiguard/gists{/gist_id}", - "starred_url": "https://api.github.com/users/raiguard/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/raiguard/subscriptions", - "organizations_url": "https://api.github.com/users/raiguard/orgs", - "repos_url": "https://api.github.com/users/raiguard/repos", - "events_url": "https://api.github.com/users/raiguard/events{/privacy}", - "received_events_url": "https://api.github.com/users/raiguard/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": true, - "created_at": "2017-04-07T05:04:26Z", - "published_at": "2017-04-07T04:07:36Z", - "assets": [ - { - "url": "https://api.github.com/repos/raiguard/ModernGadgets/releases/assets/3600506", - "id": 3600506, - "node_id": "MDEyOlJlbGVhc2VBc3NldDM2MDA1MDY=", - "name": "ModernGadgets_1.2.0-beta.2.rmskin", - "label": null, - "uploader": { - "login": "raiguard", - "id": 3515394, - "node_id": "MDQ6VXNlcjM1MTUzOTQ=", - "avatar_url": "https://avatars0.githubusercontent.com/u/3515394?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/raiguard", - "html_url": "https://github.com/raiguard", - "followers_url": "https://api.github.com/users/raiguard/followers", - "following_url": "https://api.github.com/users/raiguard/following{/other_user}", - "gists_url": "https://api.github.com/users/raiguard/gists{/gist_id}", - "starred_url": "https://api.github.com/users/raiguard/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/raiguard/subscriptions", - "organizations_url": "https://api.github.com/users/raiguard/orgs", - "repos_url": "https://api.github.com/users/raiguard/repos", - "events_url": "https://api.github.com/users/raiguard/events{/privacy}", - "received_events_url": "https://api.github.com/users/raiguard/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 5998946, - "download_count": 40, - "created_at": "2017-04-07T04:07:23Z", - "updated_at": "2017-04-07T04:07:32Z", - "browser_download_url": "https://github.com/raiguard/ModernGadgets/releases/download/v1.2.0-beta.2/ModernGadgets_1.2.0-beta.2.rmskin" - } - ], - "tarball_url": "https://api.github.com/repos/raiguard/ModernGadgets/tarball/v1.2.0-beta.2", - "zipball_url": "https://api.github.com/repos/raiguard/ModernGadgets/zipball/v1.2.0-beta.2", - "body": "- Added network ping display to Network Meter\r\n- Added thermal throttling detection to CPU Meter\r\n- Fixed CPU Meter not adjusting the icon for non-intel CPUs\r\n- Added option to display network traffic in bytes/sec\r\n- Added reset to defaults function\r\n- Added line graph antialiasing toggle" - }, - { - "url": "https://api.github.com/repos/raiguard/ModernGadgets/releases/5361465", - "assets_url": "https://api.github.com/repos/raiguard/ModernGadgets/releases/5361465/assets", - "upload_url": "https://uploads.github.com/repos/raiguard/ModernGadgets/releases/5361465/assets{?name,label}", - "html_url": "https://github.com/raiguard/ModernGadgets/releases/tag/v1.2.0-beta.1", - "id": 5361465, - "node_id": "MDc6UmVsZWFzZTUzNjE0NjU=", - "tag_name": "v1.2.0-beta.1", - "target_commitish": "devrelease", - "name": "v1.2.0-beta.1", - "draft": false, - "author": { - "login": "raiguard", - "id": 3515394, - "node_id": "MDQ6VXNlcjM1MTUzOTQ=", - "avatar_url": "https://avatars0.githubusercontent.com/u/3515394?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/raiguard", - "html_url": "https://github.com/raiguard", - "followers_url": "https://api.github.com/users/raiguard/followers", - "following_url": "https://api.github.com/users/raiguard/following{/other_user}", - "gists_url": "https://api.github.com/users/raiguard/gists{/gist_id}", - "starred_url": "https://api.github.com/users/raiguard/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/raiguard/subscriptions", - "organizations_url": "https://api.github.com/users/raiguard/orgs", - "repos_url": "https://api.github.com/users/raiguard/repos", - "events_url": "https://api.github.com/users/raiguard/events{/privacy}", - "received_events_url": "https://api.github.com/users/raiguard/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": true, - "created_at": "2017-02-04T22:01:17Z", - "published_at": "2017-02-04T22:03:49Z", - "assets": [ - { - "url": "https://api.github.com/repos/raiguard/ModernGadgets/releases/assets/3126520", - "id": 3126520, - "node_id": "MDEyOlJlbGVhc2VBc3NldDMxMjY1MjA=", - "name": "ModernGadgets_1.2.0-beta.1.rmskin", - "label": null, - "uploader": { - "login": "raiguard", - "id": 3515394, - "node_id": "MDQ6VXNlcjM1MTUzOTQ=", - "avatar_url": "https://avatars0.githubusercontent.com/u/3515394?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/raiguard", - "html_url": "https://github.com/raiguard", - "followers_url": "https://api.github.com/users/raiguard/followers", - "following_url": "https://api.github.com/users/raiguard/following{/other_user}", - "gists_url": "https://api.github.com/users/raiguard/gists{/gist_id}", - "starred_url": "https://api.github.com/users/raiguard/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/raiguard/subscriptions", - "organizations_url": "https://api.github.com/users/raiguard/orgs", - "repos_url": "https://api.github.com/users/raiguard/repos", - "events_url": "https://api.github.com/users/raiguard/events{/privacy}", - "received_events_url": "https://api.github.com/users/raiguard/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 4293779, - "download_count": 196, - "created_at": "2017-02-04T22:03:36Z", - "updated_at": "2017-02-04T22:03:43Z", - "browser_download_url": "https://github.com/raiguard/ModernGadgets/releases/download/v1.2.0-beta.1/ModernGadgets_1.2.0-beta.1.rmskin" - } - ], - "tarball_url": "https://api.github.com/repos/raiguard/ModernGadgets/tarball/v1.2.0-beta.1", - "zipball_url": "https://api.github.com/repos/raiguard/ModernGadgets/zipball/v1.2.0-beta.1", - "body": "- Switched to Direct2D font rendering\n- Text alignment touch-ups\n- Added average CPU usage graph mode\n- Added global config skin\n- Added color customization\n- Changed border color to be slightly dimmer\n" - }, - { - "url": "https://api.github.com/repos/raiguard/ModernGadgets/releases/5162402", - "assets_url": "https://api.github.com/repos/raiguard/ModernGadgets/releases/5162402/assets", - "upload_url": "https://uploads.github.com/repos/raiguard/ModernGadgets/releases/5162402/assets{?name,label}", - "html_url": "https://github.com/raiguard/ModernGadgets/releases/tag/v1.1.2", - "id": 5162402, - "node_id": "MDc6UmVsZWFzZTUxNjI0MDI=", - "tag_name": "v1.1.2", - "target_commitish": "release", - "name": "v1.1.2", - "draft": false, - "author": { - "login": "raiguard", - "id": 3515394, - "node_id": "MDQ6VXNlcjM1MTUzOTQ=", - "avatar_url": "https://avatars0.githubusercontent.com/u/3515394?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/raiguard", - "html_url": "https://github.com/raiguard", - "followers_url": "https://api.github.com/users/raiguard/followers", - "following_url": "https://api.github.com/users/raiguard/following{/other_user}", - "gists_url": "https://api.github.com/users/raiguard/gists{/gist_id}", - "starred_url": "https://api.github.com/users/raiguard/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/raiguard/subscriptions", - "organizations_url": "https://api.github.com/users/raiguard/orgs", - "repos_url": "https://api.github.com/users/raiguard/repos", - "events_url": "https://api.github.com/users/raiguard/events{/privacy}", - "received_events_url": "https://api.github.com/users/raiguard/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2017-01-15T05:45:56Z", - "published_at": "2017-01-15T05:47:55Z", - "assets": [ - { - "url": "https://api.github.com/repos/raiguard/ModernGadgets/releases/assets/2991566", - "id": 2991566, - "node_id": "MDEyOlJlbGVhc2VBc3NldDI5OTE1NjY=", - "name": "ModernGadgets_1.1.2.rmskin", - "label": null, - "uploader": { - "login": "raiguard", - "id": 3515394, - "node_id": "MDQ6VXNlcjM1MTUzOTQ=", - "avatar_url": "https://avatars0.githubusercontent.com/u/3515394?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/raiguard", - "html_url": "https://github.com/raiguard", - "followers_url": "https://api.github.com/users/raiguard/followers", - "following_url": "https://api.github.com/users/raiguard/following{/other_user}", - "gists_url": "https://api.github.com/users/raiguard/gists{/gist_id}", - "starred_url": "https://api.github.com/users/raiguard/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/raiguard/subscriptions", - "organizations_url": "https://api.github.com/users/raiguard/orgs", - "repos_url": "https://api.github.com/users/raiguard/repos", - "events_url": "https://api.github.com/users/raiguard/events{/privacy}", - "received_events_url": "https://api.github.com/users/raiguard/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 4257307, - "download_count": 2176, - "created_at": "2017-01-15T05:47:45Z", - "updated_at": "2017-01-15T05:47:52Z", - "browser_download_url": "https://github.com/raiguard/ModernGadgets/releases/download/v1.1.2/ModernGadgets_1.1.2.rmskin" - } - ], - "tarball_url": "https://api.github.com/repos/raiguard/ModernGadgets/tarball/v1.1.2", - "zipball_url": "https://api.github.com/repos/raiguard/ModernGadgets/zipball/v1.1.2", - "body": "- Fixed average cpu usage in CPU Meter header (OOPS)\n- Corrected typo in changelog\n" - }, - { - "url": "https://api.github.com/repos/raiguard/ModernGadgets/releases/5161880", - "assets_url": "https://api.github.com/repos/raiguard/ModernGadgets/releases/5161880/assets", - "upload_url": "https://uploads.github.com/repos/raiguard/ModernGadgets/releases/5161880/assets{?name,label}", - "html_url": "https://github.com/raiguard/ModernGadgets/releases/tag/v1.1.1", - "id": 5161880, - "node_id": "MDc6UmVsZWFzZTUxNjE4ODA=", - "tag_name": "v1.1.1", - "target_commitish": "release", - "name": "v1.1.1", - "draft": false, - "author": { - "login": "raiguard", - "id": 3515394, - "node_id": "MDQ6VXNlcjM1MTUzOTQ=", - "avatar_url": "https://avatars0.githubusercontent.com/u/3515394?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/raiguard", - "html_url": "https://github.com/raiguard", - "followers_url": "https://api.github.com/users/raiguard/followers", - "following_url": "https://api.github.com/users/raiguard/following{/other_user}", - "gists_url": "https://api.github.com/users/raiguard/gists{/gist_id}", - "starred_url": "https://api.github.com/users/raiguard/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/raiguard/subscriptions", - "organizations_url": "https://api.github.com/users/raiguard/orgs", - "repos_url": "https://api.github.com/users/raiguard/repos", - "events_url": "https://api.github.com/users/raiguard/events{/privacy}", - "received_events_url": "https://api.github.com/users/raiguard/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2017-01-15T00:48:01Z", - "published_at": "2017-01-15T00:49:41Z", - "assets": [ - { - "url": "https://api.github.com/repos/raiguard/ModernGadgets/releases/assets/2990642", - "id": 2990642, - "node_id": "MDEyOlJlbGVhc2VBc3NldDI5OTA2NDI=", - "name": "ModernGadgets_1.1.1.rmskin", - "label": null, - "uploader": { - "login": "raiguard", - "id": 3515394, - "node_id": "MDQ6VXNlcjM1MTUzOTQ=", - "avatar_url": "https://avatars0.githubusercontent.com/u/3515394?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/raiguard", - "html_url": "https://github.com/raiguard", - "followers_url": "https://api.github.com/users/raiguard/followers", - "following_url": "https://api.github.com/users/raiguard/following{/other_user}", - "gists_url": "https://api.github.com/users/raiguard/gists{/gist_id}", - "starred_url": "https://api.github.com/users/raiguard/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/raiguard/subscriptions", - "organizations_url": "https://api.github.com/users/raiguard/orgs", - "repos_url": "https://api.github.com/users/raiguard/repos", - "events_url": "https://api.github.com/users/raiguard/events{/privacy}", - "received_events_url": "https://api.github.com/users/raiguard/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 4257255, - "download_count": 73, - "created_at": "2017-01-15T00:49:31Z", - "updated_at": "2017-01-15T00:49:37Z", - "browser_download_url": "https://github.com/raiguard/ModernGadgets/releases/download/v1.1.1/ModernGadgets_1.1.1.rmskin" - } - ], - "tarball_url": "https://api.github.com/repos/raiguard/ModernGadgets/tarball/v1.1.1", - "zipball_url": "https://api.github.com/repos/raiguard/ModernGadgets/zipball/v1.1.1", - "body": "- Fixed display glitches with setup skin\n- Fixed gadget manager buttons becoming desynced if clicked too quickly\n- Fixed CPU Meter config script not toggling measures\n- Fixed CPU usage measures being tied to incorrect threads (oops!)\n- Fixed page file line graph not showing up when enabled\n- Fixed gadget manager path (was incorrect in Network, GPU, and Disks Meters)\n- Fixed memory controller line graph not disappearing when disabled\n" - }, - { - "url": "https://api.github.com/repos/raiguard/ModernGadgets/releases/5112402", - "assets_url": "https://api.github.com/repos/raiguard/ModernGadgets/releases/5112402/assets", - "upload_url": "https://uploads.github.com/repos/raiguard/ModernGadgets/releases/5112402/assets{?name,label}", - "html_url": "https://github.com/raiguard/ModernGadgets/releases/tag/v1.1.0", - "id": 5112402, - "node_id": "MDc6UmVsZWFzZTUxMTI0MDI=", - "tag_name": "v1.1.0", - "target_commitish": "release", - "name": "v1.1.0", - "draft": false, - "author": { - "login": "raiguard", - "id": 3515394, - "node_id": "MDQ6VXNlcjM1MTUzOTQ=", - "avatar_url": "https://avatars0.githubusercontent.com/u/3515394?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/raiguard", - "html_url": "https://github.com/raiguard", - "followers_url": "https://api.github.com/users/raiguard/followers", - "following_url": "https://api.github.com/users/raiguard/following{/other_user}", - "gists_url": "https://api.github.com/users/raiguard/gists{/gist_id}", - "starred_url": "https://api.github.com/users/raiguard/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/raiguard/subscriptions", - "organizations_url": "https://api.github.com/users/raiguard/orgs", - "repos_url": "https://api.github.com/users/raiguard/repos", - "events_url": "https://api.github.com/users/raiguard/events{/privacy}", - "received_events_url": "https://api.github.com/users/raiguard/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2017-01-10T05:33:59Z", - "published_at": "2017-01-10T05:35:24Z", - "assets": [ - { - "url": "https://api.github.com/repos/raiguard/ModernGadgets/releases/assets/2957633", - "id": 2957633, - "node_id": "MDEyOlJlbGVhc2VBc3NldDI5NTc2MzM=", - "name": "ModernGadgets_1.1.0.rmskin", - "label": null, - "uploader": { - "login": "raiguard", - "id": 3515394, - "node_id": "MDQ6VXNlcjM1MTUzOTQ=", - "avatar_url": "https://avatars0.githubusercontent.com/u/3515394?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/raiguard", - "html_url": "https://github.com/raiguard", - "followers_url": "https://api.github.com/users/raiguard/followers", - "following_url": "https://api.github.com/users/raiguard/following{/other_user}", - "gists_url": "https://api.github.com/users/raiguard/gists{/gist_id}", - "starred_url": "https://api.github.com/users/raiguard/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/raiguard/subscriptions", - "organizations_url": "https://api.github.com/users/raiguard/orgs", - "repos_url": "https://api.github.com/users/raiguard/repos", - "events_url": "https://api.github.com/users/raiguard/events{/privacy}", - "received_events_url": "https://api.github.com/users/raiguard/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 4256819, - "download_count": 277, - "created_at": "2017-01-10T05:33:23Z", - "updated_at": "2017-01-10T05:33:29Z", - "browser_download_url": "https://github.com/raiguard/ModernGadgets/releases/download/v1.1.0/ModernGadgets_1.1.0.rmskin" - } - ], - "tarball_url": "https://api.github.com/repos/raiguard/ModernGadgets/tarball/v1.1.0", - "zipball_url": "https://api.github.com/repos/raiguard/ModernGadgets/zipball/v1.1.0", - "body": "- Updated to Rainmeter 4.0\n- Replaced external settings system with a local system that makes periodic backups\n- Separated update checking and settings backups functionality from the gadget manager\n- Added auto backups option to the gadget manager\n- Added ability to opt into getting development updates (betas, prereleases, release candidates)\n- Redesigned update available screen to provide a download link\n- Added settings backup import prompt\n- Added functionality to automatically re-apply customizations to the gadgets after an update\n- Changed default \"development updates\" option to off\n- Added \"Disk Histograms\" toggle in Disks Meter settings\n- Separated changelog from readme\n- Fixed Core Temps toggle in CPU Meter settings (was causing a crash)\n" - }, - { - "url": "https://api.github.com/repos/raiguard/ModernGadgets/releases/4828591", - "assets_url": "https://api.github.com/repos/raiguard/ModernGadgets/releases/4828591/assets", - "upload_url": "https://uploads.github.com/repos/raiguard/ModernGadgets/releases/4828591/assets{?name,label}", - "html_url": "https://github.com/raiguard/ModernGadgets/releases/tag/v1.0.0", - "id": 4828591, - "node_id": "MDc6UmVsZWFzZTQ4Mjg1OTE=", - "tag_name": "v1.0.0", - "target_commitish": "release", - "name": "v1.0.0", - "draft": false, - "author": { - "login": "raiguard", - "id": 3515394, - "node_id": "MDQ6VXNlcjM1MTUzOTQ=", - "avatar_url": "https://avatars0.githubusercontent.com/u/3515394?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/raiguard", - "html_url": "https://github.com/raiguard", - "followers_url": "https://api.github.com/users/raiguard/followers", - "following_url": "https://api.github.com/users/raiguard/following{/other_user}", - "gists_url": "https://api.github.com/users/raiguard/gists{/gist_id}", - "starred_url": "https://api.github.com/users/raiguard/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/raiguard/subscriptions", - "organizations_url": "https://api.github.com/users/raiguard/orgs", - "repos_url": "https://api.github.com/users/raiguard/repos", - "events_url": "https://api.github.com/users/raiguard/events{/privacy}", - "received_events_url": "https://api.github.com/users/raiguard/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": false, - "created_at": "2016-12-04T22:39:10Z", - "published_at": "2016-12-04T22:42:44Z", - "assets": [ - { - "url": "https://api.github.com/repos/raiguard/ModernGadgets/releases/assets/2764738", - "id": 2764738, - "node_id": "MDEyOlJlbGVhc2VBc3NldDI3NjQ3Mzg=", - "name": "ModernGadgets_1.0.0.rmskin", - "label": null, - "uploader": { - "login": "raiguard", - "id": 3515394, - "node_id": "MDQ6VXNlcjM1MTUzOTQ=", - "avatar_url": "https://avatars0.githubusercontent.com/u/3515394?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/raiguard", - "html_url": "https://github.com/raiguard", - "followers_url": "https://api.github.com/users/raiguard/followers", - "following_url": "https://api.github.com/users/raiguard/following{/other_user}", - "gists_url": "https://api.github.com/users/raiguard/gists{/gist_id}", - "starred_url": "https://api.github.com/users/raiguard/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/raiguard/subscriptions", - "organizations_url": "https://api.github.com/users/raiguard/orgs", - "repos_url": "https://api.github.com/users/raiguard/repos", - "events_url": "https://api.github.com/users/raiguard/events{/privacy}", - "received_events_url": "https://api.github.com/users/raiguard/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 4277597, - "download_count": 931, - "created_at": "2016-12-04T22:42:30Z", - "updated_at": "2016-12-04T22:42:37Z", - "browser_download_url": "https://github.com/raiguard/ModernGadgets/releases/download/v1.0.0/ModernGadgets_1.0.0.rmskin" - } - ], - "tarball_url": "https://api.github.com/repos/raiguard/ModernGadgets/tarball/v1.0.0", - "zipball_url": "https://api.github.com/repos/raiguard/ModernGadgets/zipball/v1.0.0", - "body": "- Fixed mistakes in CPU meter that could prevent it from adjusting to different CPUs\n- Official release\n" - }, - { - "url": "https://api.github.com/repos/raiguard/ModernGadgets/releases/4747649", - "assets_url": "https://api.github.com/repos/raiguard/ModernGadgets/releases/4747649/assets", - "upload_url": "https://uploads.github.com/repos/raiguard/ModernGadgets/releases/4747649/assets{?name,label}", - "html_url": "https://github.com/raiguard/ModernGadgets/releases/tag/v1.0.0-rc.4", - "id": 4747649, - "node_id": "MDc6UmVsZWFzZTQ3NDc2NDk=", - "tag_name": "v1.0.0-rc.4", - "target_commitish": "devrelease", - "name": "1.0.0-rc.4", - "draft": false, - "author": { - "login": "raiguard", - "id": 3515394, - "node_id": "MDQ6VXNlcjM1MTUzOTQ=", - "avatar_url": "https://avatars0.githubusercontent.com/u/3515394?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/raiguard", - "html_url": "https://github.com/raiguard", - "followers_url": "https://api.github.com/users/raiguard/followers", - "following_url": "https://api.github.com/users/raiguard/following{/other_user}", - "gists_url": "https://api.github.com/users/raiguard/gists{/gist_id}", - "starred_url": "https://api.github.com/users/raiguard/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/raiguard/subscriptions", - "organizations_url": "https://api.github.com/users/raiguard/orgs", - "repos_url": "https://api.github.com/users/raiguard/repos", - "events_url": "https://api.github.com/users/raiguard/events{/privacy}", - "received_events_url": "https://api.github.com/users/raiguard/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": true, - "created_at": "2016-11-24T03:40:50Z", - "published_at": "2016-11-24T03:44:42Z", - "assets": [ - { - "url": "https://api.github.com/repos/raiguard/ModernGadgets/releases/assets/2707405", - "id": 2707405, - "node_id": "MDEyOlJlbGVhc2VBc3NldDI3MDc0MDU=", - "name": "ModernGadgets_1.0.0-rc.4.rmskin", - "label": null, - "uploader": { - "login": "raiguard", - "id": 3515394, - "node_id": "MDQ6VXNlcjM1MTUzOTQ=", - "avatar_url": "https://avatars0.githubusercontent.com/u/3515394?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/raiguard", - "html_url": "https://github.com/raiguard", - "followers_url": "https://api.github.com/users/raiguard/followers", - "following_url": "https://api.github.com/users/raiguard/following{/other_user}", - "gists_url": "https://api.github.com/users/raiguard/gists{/gist_id}", - "starred_url": "https://api.github.com/users/raiguard/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/raiguard/subscriptions", - "organizations_url": "https://api.github.com/users/raiguard/orgs", - "repos_url": "https://api.github.com/users/raiguard/repos", - "events_url": "https://api.github.com/users/raiguard/events{/privacy}", - "received_events_url": "https://api.github.com/users/raiguard/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 4276876, - "download_count": 268, - "created_at": "2016-11-24T03:44:18Z", - "updated_at": "2016-11-24T03:44:25Z", - "browser_download_url": "https://github.com/raiguard/ModernGadgets/releases/download/v1.0.0-rc.4/ModernGadgets_1.0.0-rc.4.rmskin" - } - ], - "tarball_url": "https://api.github.com/repos/raiguard/ModernGadgets/tarball/v1.0.0-rc.4", - "zipball_url": "https://api.github.com/repos/raiguard/ModernGadgets/zipball/v1.0.0-rc.4", - "body": "- Fixed HWiNFO Tutorial link in Config Tool\n- Fixed GPU Sensor ID and Instance test measures to accurately report errors\n- Fixed flaw in settings management where skins would not be refreshed after the settings files were updated\n- Added support for GPU fan speed sensor on motherboard (common in laptops)\n" - }, - { - "url": "https://api.github.com/repos/raiguard/ModernGadgets/releases/4711078", - "assets_url": "https://api.github.com/repos/raiguard/ModernGadgets/releases/4711078/assets", - "upload_url": "https://uploads.github.com/repos/raiguard/ModernGadgets/releases/4711078/assets{?name,label}", - "html_url": "https://github.com/raiguard/ModernGadgets/releases/tag/v1.0.0-rc.3", - "id": 4711078, - "node_id": "MDc6UmVsZWFzZTQ3MTEwNzg=", - "tag_name": "v1.0.0-rc.3", - "target_commitish": "devrelease", - "name": "1.0.0-rc.3", - "draft": false, - "author": { - "login": "raiguard", - "id": 3515394, - "node_id": "MDQ6VXNlcjM1MTUzOTQ=", - "avatar_url": "https://avatars0.githubusercontent.com/u/3515394?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/raiguard", - "html_url": "https://github.com/raiguard", - "followers_url": "https://api.github.com/users/raiguard/followers", - "following_url": "https://api.github.com/users/raiguard/following{/other_user}", - "gists_url": "https://api.github.com/users/raiguard/gists{/gist_id}", - "starred_url": "https://api.github.com/users/raiguard/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/raiguard/subscriptions", - "organizations_url": "https://api.github.com/users/raiguard/orgs", - "repos_url": "https://api.github.com/users/raiguard/repos", - "events_url": "https://api.github.com/users/raiguard/events{/privacy}", - "received_events_url": "https://api.github.com/users/raiguard/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": true, - "created_at": "2016-11-20T23:36:22Z", - "published_at": "2016-11-20T23:37:31Z", - "assets": [ - { - "url": "https://api.github.com/repos/raiguard/ModernGadgets/releases/assets/2686474", - "id": 2686474, - "node_id": "MDEyOlJlbGVhc2VBc3NldDI2ODY0NzQ=", - "name": "ModernGadgets_1.0.0-rc.3.rmskin", - "label": null, - "uploader": { - "login": "raiguard", - "id": 3515394, - "node_id": "MDQ6VXNlcjM1MTUzOTQ=", - "avatar_url": "https://avatars0.githubusercontent.com/u/3515394?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/raiguard", - "html_url": "https://github.com/raiguard", - "followers_url": "https://api.github.com/users/raiguard/followers", - "following_url": "https://api.github.com/users/raiguard/following{/other_user}", - "gists_url": "https://api.github.com/users/raiguard/gists{/gist_id}", - "starred_url": "https://api.github.com/users/raiguard/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/raiguard/subscriptions", - "organizations_url": "https://api.github.com/users/raiguard/orgs", - "repos_url": "https://api.github.com/users/raiguard/repos", - "events_url": "https://api.github.com/users/raiguard/events{/privacy}", - "received_events_url": "https://api.github.com/users/raiguard/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 4276030, - "download_count": 98, - "created_at": "2016-11-20T23:37:06Z", - "updated_at": "2016-11-20T23:37:12Z", - "browser_download_url": "https://github.com/raiguard/ModernGadgets/releases/download/v1.0.0-rc.3/ModernGadgets_1.0.0-rc.3.rmskin" - } - ], - "tarball_url": "https://api.github.com/repos/raiguard/ModernGadgets/tarball/v1.0.0-rc.3", - "zipball_url": "https://api.github.com/repos/raiguard/ModernGadgets/zipball/v1.0.0-rc.3", - "body": "- Fixed potential bug in settings management\n- Fixed typo in HWiNFO config tool\n- Updated HWiNFO plugin to 3.2.0\n" - }, - { - "url": "https://api.github.com/repos/raiguard/ModernGadgets/releases/4668544", - "assets_url": "https://api.github.com/repos/raiguard/ModernGadgets/releases/4668544/assets", - "upload_url": "https://uploads.github.com/repos/raiguard/ModernGadgets/releases/4668544/assets{?name,label}", - "html_url": "https://github.com/raiguard/ModernGadgets/releases/tag/v1.0.0-rc.2", - "id": 4668544, - "node_id": "MDc6UmVsZWFzZTQ2Njg1NDQ=", - "tag_name": "v1.0.0-rc.2", - "target_commitish": "devrelease", - "name": "1.0.0-rc.2", - "draft": false, - "author": { - "login": "raiguard", - "id": 3515394, - "node_id": "MDQ6VXNlcjM1MTUzOTQ=", - "avatar_url": "https://avatars0.githubusercontent.com/u/3515394?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/raiguard", - "html_url": "https://github.com/raiguard", - "followers_url": "https://api.github.com/users/raiguard/followers", - "following_url": "https://api.github.com/users/raiguard/following{/other_user}", - "gists_url": "https://api.github.com/users/raiguard/gists{/gist_id}", - "starred_url": "https://api.github.com/users/raiguard/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/raiguard/subscriptions", - "organizations_url": "https://api.github.com/users/raiguard/orgs", - "repos_url": "https://api.github.com/users/raiguard/repos", - "events_url": "https://api.github.com/users/raiguard/events{/privacy}", - "received_events_url": "https://api.github.com/users/raiguard/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": true, - "created_at": "2016-11-19T00:06:11Z", - "published_at": "2016-11-19T00:12:12Z", - "assets": [ - { - "url": "https://api.github.com/repos/raiguard/ModernGadgets/releases/assets/2670763", - "id": 2670763, - "node_id": "MDEyOlJlbGVhc2VBc3NldDI2NzA3NjM=", - "name": "ModernGadgets_1.0.0-rc.2.rmskin", - "label": null, - "uploader": { - "login": "raiguard", - "id": 3515394, - "node_id": "MDQ6VXNlcjM1MTUzOTQ=", - "avatar_url": "https://avatars0.githubusercontent.com/u/3515394?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/raiguard", - "html_url": "https://github.com/raiguard", - "followers_url": "https://api.github.com/users/raiguard/followers", - "following_url": "https://api.github.com/users/raiguard/following{/other_user}", - "gists_url": "https://api.github.com/users/raiguard/gists{/gist_id}", - "starred_url": "https://api.github.com/users/raiguard/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/raiguard/subscriptions", - "organizations_url": "https://api.github.com/users/raiguard/orgs", - "repos_url": "https://api.github.com/users/raiguard/repos", - "events_url": "https://api.github.com/users/raiguard/events{/privacy}", - "received_events_url": "https://api.github.com/users/raiguard/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 4265374, - "download_count": 48, - "created_at": "2016-11-19T00:11:51Z", - "updated_at": "2016-11-19T00:11:58Z", - "browser_download_url": "https://github.com/raiguard/ModernGadgets/releases/download/v1.0.0-rc.2/ModernGadgets_1.0.0-rc.2.rmskin" - } - ], - "tarball_url": "https://api.github.com/repos/raiguard/ModernGadgets/tarball/v1.0.0-rc.2", - "zipball_url": "https://api.github.com/repos/raiguard/ModernGadgets/zipball/v1.0.0-rc.2", - "body": "- Fixed typo in readme changelog\n- Complete overhaul to update checker, implementing [semver.lua by kikito](https://github.com/kikito/semver.lua) to allow for much greater flexibility (and better reliability)\n" - } -] \ No newline at end of file diff --git a/Skins/ModernGadgets/Disks/Disks.ini b/Skins/ModernGadgets/Disks/Disks.ini index 2dbad79e..92672a7c 100644 --- a/Skins/ModernGadgets/Disks/Disks.ini +++ b/Skins/ModernGadgets/Disks/Disks.ini @@ -18,7 +18,7 @@ Name=Disks Meter Author=raiguard Information=A Rainmeter recreation of the Drives Meter gadget, updated and enhanced to give it a "modern" feel. License=Creative Commons Attribution-NonCommercial-ShareAlike 3.0 -Version=1.4.0-rc.5 +Version=1.4.0-rc.6 [Variables] @includeStyleSheet=#@#StyleSheet.inc diff --git a/Skins/ModernGadgets/GPU/GPU0/GPU.ini b/Skins/ModernGadgets/GPU/GPU0/GPU.ini index a5774403..ceef9736 100644 --- a/Skins/ModernGadgets/GPU/GPU0/GPU.ini +++ b/Skins/ModernGadgets/GPU/GPU0/GPU.ini @@ -18,7 +18,7 @@ Name=GPU Meter Author=raiguard Information=A Rainmeter recreation of the GPU Meter gadget, updated and enhanced to give it a "modern" feel. License=Creative Commons Attribution-NonCommercial-ShareAlike 3.0 -Version=1.4.0-rc.5 +Version=1.4.0-rc.6 ; ========= Variables and Styles ========= diff --git a/Skins/ModernGadgets/GPU/GPU1/GPU.ini b/Skins/ModernGadgets/GPU/GPU1/GPU.ini index 243a0cfa..1161d79d 100644 --- a/Skins/ModernGadgets/GPU/GPU1/GPU.ini +++ b/Skins/ModernGadgets/GPU/GPU1/GPU.ini @@ -18,7 +18,7 @@ Name=GPU Meter Author=raiguard Information=A Rainmeter recreation of the GPU Meter gadget, updated and enhanced to give it a "modern" feel. License=Creative Commons Attribution-NonCommercial-ShareAlike 3.0 -Version=1.4.0-rc.5 +Version=1.4.0-rc.6 ; ========= Variables and Styles ========= diff --git a/Skins/ModernGadgets/GPU/GPU2/GPU.ini b/Skins/ModernGadgets/GPU/GPU2/GPU.ini index c67d507a..d289eed1 100644 --- a/Skins/ModernGadgets/GPU/GPU2/GPU.ini +++ b/Skins/ModernGadgets/GPU/GPU2/GPU.ini @@ -18,7 +18,7 @@ Name=GPU Meter Author=raiguard Information=A Rainmeter recreation of the GPU Meter gadget, updated and enhanced to give it a "modern" feel. License=Creative Commons Attribution-NonCommercial-ShareAlike 3.0 -Version=1.4.0-rc.5 +Version=1.4.0-rc.6 ; ========= Variables and Styles ========= diff --git a/Skins/ModernGadgets/GPU/GPU3/GPU.ini b/Skins/ModernGadgets/GPU/GPU3/GPU.ini index 8d198fd6..9d3cf11e 100644 --- a/Skins/ModernGadgets/GPU/GPU3/GPU.ini +++ b/Skins/ModernGadgets/GPU/GPU3/GPU.ini @@ -18,7 +18,7 @@ Name=GPU Meter Author=raiguard Information=A Rainmeter recreation of the GPU Meter gadget, updated and enhanced to give it a "modern" feel. License=Creative Commons Attribution-NonCommercial-ShareAlike 3.0 -Version=1.4.0-rc.5 +Version=1.4.0-rc.6 ; ========= Variables and Styles ========= diff --git a/Skins/ModernGadgets/Network/Network.ini b/Skins/ModernGadgets/Network/Network.ini index 07bfad4d..79ba9420 100644 --- a/Skins/ModernGadgets/Network/Network.ini +++ b/Skins/ModernGadgets/Network/Network.ini @@ -18,7 +18,7 @@ Name=Network Meter Author=raiguard Information=A Rainmeter recreation of the Network Meter gadget, updated and enhanced to give it a "modern" feel. License=Creative Commons Attribution-NonCommercial-ShareAlike 3.0 -Version=1.4.0-rc.5 +Version=1.4.0-rc.6 ; ========= Variables and Styles ========= diff --git a/Skins/ModernGadgets/Network/NetworkPro.ini b/Skins/ModernGadgets/Network/NetworkPro.ini index d2efb898..dfcd0554 100644 --- a/Skins/ModernGadgets/Network/NetworkPro.ini +++ b/Skins/ModernGadgets/Network/NetworkPro.ini @@ -18,7 +18,7 @@ Name=Network Meter Pro Author=raiguard Information=A Rainmeter recreation of the Network Meter gadget, updated and enhanced to give it a "modern" feel. This version uses the NetMonitor Windows service for more accurate monitoring (credit to SilverAzide for the method). License=Creative Commons Attribution-NonCommercial-ShareAlike 3.0 -Version=1.4.0-rc.5 +Version=1.4.0-rc.6 ; ========= Variables and Styles ========= diff --git a/Skins/ModernGadgets/Process/Process.ini b/Skins/ModernGadgets/Process/Process.ini index 47888f52..675c859d 100644 --- a/Skins/ModernGadgets/Process/Process.ini +++ b/Skins/ModernGadgets/Process/Process.ini @@ -19,7 +19,7 @@ Name=Process Meter Author=raiguard Information=A gadget to track processes that are using high amounts of CPU, or specific processes chosen by the user. License=Creative Commons Attribution-NonCommercial-ShareAlike 3.0 -Version=1.4.0-rc.5 +Version=1.4.0-rc.6 [Variables] @includeStyleSheet=#@#StyleSheet.inc