aboutsummaryrefslogtreecommitdiff
path: root/doc/html/section_changelog.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/section_changelog.html')
-rw-r--r--doc/html/section_changelog.html21
1 files changed, 20 insertions, 1 deletions
diff --git a/doc/html/section_changelog.html b/doc/html/section_changelog.html
index 96da51d..4a31361 100644
--- a/doc/html/section_changelog.html
+++ b/doc/html/section_changelog.html
@@ -85,7 +85,26 @@ $(document).ready(function(){initNavTree('section_changelog.html','');});
<div class="title">Changelog </div> </div>
</div><!--header-->
<div class="contents">
-<div class="textblock"><h2>NVIDIA GfeSDK 1.0 (2017-08-01)</h2>
+<div class="textblock"><h2>NVIDIA GfeSDK 1.0 (2018-01-16)</h2>
+<h3>Features for GFE 3.13+</h3>
+<ul>
+<li><b>UWP Support</b> Add support to Universal Windows Platform games</li>
+<li><b>Target PID</b> Add support for whitelisted apps to record another process's PID</li>
+</ul>
+<h3>API Changes</h3>
+<ul>
+<li><b>Target PID</b> Added to NVGSDK_Create call</li>
+<li><b>Unannounced Highlight Type</b> To prevent showing Highlights notifications for certain applications</li>
+</ul>
+<h3>Improvements</h3>
+<ul>
+<li><b>UWP Sample App</b> Add a new sample MarbleMaze app that demostrates a full Highlights integration</li>
+</ul>
+<h3>Bug Fixes</h3>
+<ul>
+<li><b>Fix Crash</b> Was occasionally crashing when communication with the backend could not be established</li>
+</ul>
+<h2>NVIDIA GfeSDK 1.0 (2017-08-01)</h2>
<h3>API Changes</h3>
<ul>
<li><b>Timeout:</b> Was returning NVGSDK_ERR_GENERIC when IPC call timed now. Now returning NVGSDK_ERR_IPC_FAILED</li>