Skip to content

Commit

Permalink
released v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian1984 committed Feb 9, 2023
1 parent a86290a commit fec917f
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.

---

<div style="page-break-after: always;"></div>
Expand Down

0 comments on commit fec917f

Please sign in to comment.