From fec917f7e37660e26d2da5eef59c3ea2da25a1ac Mon Sep 17 00:00:00 2001 From: Christian Hoffmann Date: Thu, 9 Feb 2023 10:40:15 +0100 Subject: [PATCH] released v0.3.0 --- CHANGELOG.md | 16 ++++++++++++++++ README.md | 16 ++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e6c014..b0e58a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +# v0.3.0 + +## MAJOR + +- improved input recognition on Windows 11 machines +- added selector for input processing speed to core application's settings tab +- moved ingame panel settings (background color, framerate, and quality controls) to "burger menu" + +## MINOR + +- changed ingame panel's stream quality default setting to "high" +- improved ingame panel tab selector +- migrated the entire ingame panel GUI from vanilla javascript to react + +--- + # v0.2.0 ## MAJOR diff --git a/README.md b/README.md index 921c593..93b510b 100644 --- a/README.md +++ b/README.md @@ -408,6 +408,14 @@ If the checkout was successful, your credentials will be stored and, going forwa _How to Activate Your License_ +## Adjust The Core Application Seetings + +In the FSdesktop core application's settings dialog you'll find the following options: + +- **Input Speed**: Optimize the input speed depending on your particular system and setup. For Windows 11, it is recommended to set the input speed to slow. This allows Windows 11 a little bit more time to switch between applications and finally process your input. The option "slowest" should only be used as a last resort. If you encounter issues with input processing, play around with these settings until you find a setting that works well for you. +- **Ingame Tour**: Click this button to restart the FSdesktop ingame panel tour. +- **Log Level**: Configure the log level. Set to "Debug" if you want to submit a log for me to analyze, otherwise let it sit on "Warning". + ## How To Bring Up The FSdesktop Panel in VR In order to open up the actual FSdesktop panel inside MSFS, first enter VR mode. Next, hit the `[TAB]` key to bring up the ingame toolbar and click the FSdesktop icon to bring up the ingame panel. @@ -416,6 +424,14 @@ In order to open up the actual FSdesktop panel inside MSFS, first enter VR mode. _How to open the ingame panel (old icon)_ +## Adjust the Ingame Panel Settings + +When actively streaming a window into Flight Simulator, FSdesktop will show a little "burger menu" on the top right of the ingame panel. Click it to reveal the ingame panel settings dialog with the following settings: + +- **Image Quality**: Set the image quality of the streamed window to low, medium or high, depending on your particular needs. High will show the streamed window very crisp and with a high resolution, but streaming larger windows with this setting may impact Flight Simulator's performance. Use medium or low if you want to prioritize performance over quality. +- **Refresh Rate**: Set the frame rate of the streamed window to low, medium or high. High will update the image of the streamed window very frequently, i.e. result in a high panel framerate, but streaming larger windows with this setting may impact Flight Simulator's performance. Use medium or low if you want to prioritize performance over quality. +- **Background**: Set the background of the streamed window to either black or white. + ---