diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index 841c7b0..b871fd2 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -1,9 +1,24 @@ Changelog ========= -1.5.1 - 2019-07-25 +1.6 - 2019-12-10 ---------------- +Added +^^^^^ + +- Option to disable the overlay while taking a capture + + - Reduces the overhead of the overlay to get more accurate capture results + +Fixed +^^^^^ + +- Fixed some compatibility issues + +1.5.1 - 2019-07-25 +------------------ + Fixed ^^^^^ diff --git a/docs/source/usage.rst b/docs/source/usage.rst index 2efc188..ab6b691 100644 --- a/docs/source/usage.rst +++ b/docs/source/usage.rst @@ -12,6 +12,8 @@ Overlay * :guilabel:`Require ALT with hotkeys` Option to require ALT in combination with the hotkey in order to trigger the hotkey functionality. * :guilabel:`Overlay visibility hotkey` Hotkey to show and hide the in game overlay globally. Press this button to assign a different hotkey. This setting only works after successful injection. The toggle won't work if no overlay is injected. The default hotkey is :kbd:`F9`. * :guilabel:`Frame graph visibility hotkey` Hotkey to show and hide the in game overlay rolling plot of frame times. The default hotkey is :kbd:`F7`. +* :guilabel:`Disable overlay while recording` Option to disable the overlay while capturing to reduce the overhead. + Capture ---------------