diff --git a/FsConnector/FsConnector.csproj b/FsConnector/FsConnector.csproj
index f019220..eadfc60 100644
--- a/FsConnector/FsConnector.csproj
+++ b/FsConnector/FsConnector.csproj
@@ -5,15 +5,15 @@
FsConnector
MSFS 2020 Popout Panel Manager FsConnector
MSFS 2020 Popout Panel Manager FsConnector
- 3.3.6.0
+ 3.3.7.0
Stanley Kwok
Stanley Kwok
Stanley Kwok 2021
https://github.com/hawkeye-stan/msfs-popout-panel-manager
MSFSPopoutPanelManager.FsConnector
x64
- 3.3.6.0
- 3.3.6.0
+ 3.3.7.0
+ 3.3.7.0
diff --git a/Model/Model.csproj b/Model/Model.csproj
index 39443d6..2f06502 100644
--- a/Model/Model.csproj
+++ b/Model/Model.csproj
@@ -5,15 +5,15 @@
MSFSPopoutPanelManager.Model
Model
MSFS 2020 Popout Panel Manager Model
- 3.3.6.0
+ 3.3.7.0
Stanley Kwok
Stanley Kwok
Stanley Kwok 2021
MSFS 2020 Popout Panel Manager Model
https://github.com/hawkeye-stan/msfs-popout-panel-manager
x64
- 3.3.6.0
- 3.3.6.0
+ 3.3.7.0
+ 3.3.7.0
diff --git a/Provider/Provider.csproj b/Provider/Provider.csproj
index 27abe45..983bcea 100644
--- a/Provider/Provider.csproj
+++ b/Provider/Provider.csproj
@@ -7,7 +7,7 @@
MSFSPopoutPanelManager.Provider
MSFS 2020 Popout Panel Manager Provider
MSFS 2020 Popout Panel Manager Provider
- 3.3.6.0
+ 3.3.7.0
Stanley Kwok
Stanley Kwok 2021
https://github.com/hawkeye-stan/msfs-popout-panel-manager
diff --git a/Shared/Shared.csproj b/Shared/Shared.csproj
index 2825df1..5409adc 100644
--- a/Shared/Shared.csproj
+++ b/Shared/Shared.csproj
@@ -9,10 +9,10 @@
Stanley Kwok
Stanley Kwok 2021
https://github.com/hawkeye-stan/msfs-popout-panel-manager
- 3.3.6.0
+ 3.3.7.0
x64
true
- 3.3.6.0
+ 3.3.7.0
diff --git a/VERSION.md b/VERSION.md
index 19e796a..a01f588 100644
--- a/VERSION.md
+++ b/VERSION.md
@@ -2,12 +2,18 @@
## Version 3.3.7
-* Fixed an issue where panel number circles are displayed at the incorrect location instead of at the location where you clicked your mouse. This issue will most likely occur if your monitor display scale is greater than 100% in Windows display setting.
+* Fixed an issue where panel number circles are displayed at incorrect location instead of at the location where you clicked your mouse. This issue will most likely occur if your monitor display scale is set to greater than 100% in Windows display setting.
* Fixed an issue where panel number circles cannot be move immediately after the completion of panel selection.
* Added support for multi window (new in SU10 beta) so the app does not close the add-on window when pop out starts.
+Know Issue:
+
+* Currently, the time it takes for Auto Pop Out Panel to execute for G1000 based planes which require power on for cold start is much longer (can be up to 20 seconds) than previous version of the app. The reason is the time it takes to search and click the "Ready to Fly" button is much longer than before to account for various users' screen resolutions. A solution has already been created by me to totally skip the "Ready to Fly" button check and I'll incorporate this change into next major release of the application.
+
+ https://flightsim.to/file/36500/ready-to-fly-button-skipper
+
## Version 3.3.6
* Hot Fix: Resolved an issue where panel separation fails if your MSFS game window is not on the same monitor as where the panels are initially popped out (upper left corner).
diff --git a/WpfApp/WpfApp.csproj b/WpfApp/WpfApp.csproj
index 9243648..4e01015 100644
--- a/WpfApp/WpfApp.csproj
+++ b/WpfApp/WpfApp.csproj
@@ -4,7 +4,7 @@
WinExe
net5.0-windows
true
- 3.3.6.0
+ 3.3.7.0
MSFS 2020 Popout Panel Manager
Stanley Kwok
MSFS 2020 Popout Panel Manager
diff --git a/autoupdate.xml b/autoupdate.xml
index c24d859..63a57aa 100644
--- a/autoupdate.xml
+++ b/autoupdate.xml
@@ -1,7 +1,7 @@
-
- 3.3.6.0
- https://github.com/hawkeye-stan/msfs-popout-panel-manager/releases/download/v3.3.6/msfs-popout-panel-manager.zip
+ 3.3.4.0
+ https://github.com/hawkeye-stan/msfs-popout-panel-manager/releases/download/v3.3.4/msfs-popout-panel-manager.zip
https://raw.githubusercontent.com/hawkeye-stan/msfs-popout-panel-manager/master/latestreleasenotes.txt
false
diff --git a/latestreleasenotes.txt b/latestreleasenotes.txt
index ae011db..36ed478 100644
--- a/latestreleasenotes.txt
+++ b/latestreleasenotes.txt
@@ -1,11 +1,22 @@
Version 3.3.7
-- Fixed an issue where panel number circles are displayed at the incorrect location instead of
- at the location where you clicked your mouse. This issue will most likely occur if your monitor
- display scale is greater than 100% in Windows display setting.
+- Fixed an issue where panel number circles are displayed at incorrect location instead of at
+ the location where you clicked your mouse. This issue will most likely occur if your monitor
+ display scale is set to greater than 100% in Windows display setting.
- Fixed an issue where panel number circles cannot be move immediately after the completion of
panel selection.
- Added support for multi window (new in SU10 beta) so the app does not close the add-on window
- when pop out starts.
\ No newline at end of file
+ when pop out starts.
+
+Know Issue:
+
+* Currently, the time it takes for Auto Pop Out Panel to execute for G1000 based planes which
+ require power on for cold start is much longer (can be up to 20 seconds) than previous
+ version of the app. The reason is the time it takes to search and click the "Ready to Fly"
+ button is much longer than before to account for various users' screen resolutions. A solution
+ has already been created by me to totally skip the "Ready to Fly" button check and I'll
+ incorporate this change into next major release of the application.
+
+ https://flightsim.to/file/36500/ready-to-fly-button-skipper
\ No newline at end of file