1
0
Fork 0
mirror of https://github.com/hawkeye-stan/msfs-popout-panel-manager.git synced 2024-11-21 21:30:12 +00:00

Version 3.3.6 Release

This commit is contained in:
Stanley 2022-07-09 18:03:43 -04:00
parent 365f581bb2
commit cad8b1089f
9 changed files with 19 additions and 11 deletions

View file

@ -5,15 +5,15 @@
<AssemblyName>FsConnector</AssemblyName>
<PackageId>MSFS 2020 Popout Panel Manager FsConnector</PackageId>
<Product>MSFS 2020 Popout Panel Manager FsConnector</Product>
<Version>3.3.5.0</Version>
<Version>3.3.6.0</Version>
<Authors>Stanley Kwok</Authors>
<Company>Stanley Kwok</Company>
<Copyright>Stanley Kwok 2021</Copyright>
<PackageProjectUrl>https://github.com/hawkeye-stan/msfs-popout-panel-manager</PackageProjectUrl>
<RootNamespace>MSFSPopoutPanelManager.FsConnector</RootNamespace>
<Platforms>x64</Platforms>
<AssemblyVersion>3.3.5.0</AssemblyVersion>
<FileVersion>3.3.5.0</FileVersion>
<AssemblyVersion>3.3.6.0</AssemblyVersion>
<FileVersion>3.3.6.0</FileVersion>
</PropertyGroup>
<ItemGroup>

View file

@ -5,15 +5,15 @@
<RootNamespace>MSFSPopoutPanelManager.Model</RootNamespace>
<AssemblyName>Model</AssemblyName>
<PackageId>MSFS 2020 Popout Panel Manager Model</PackageId>
<Version>3.3.5.0</Version>
<Version>3.3.6.0</Version>
<Authors>Stanley Kwok</Authors>
<Company>Stanley Kwok</Company>
<Copyright>Stanley Kwok 2021</Copyright>
<Product>MSFS 2020 Popout Panel Manager Model</Product>
<PackageProjectUrl>https://github.com/hawkeye-stan/msfs-popout-panel-manager</PackageProjectUrl>
<Platforms>x64</Platforms>
<AssemblyVersion>3.3.5.0</AssemblyVersion>
<FileVersion>3.3.5.0</FileVersion>
<AssemblyVersion>3.3.6.0</AssemblyVersion>
<FileVersion>3.3.6.0</FileVersion>
</PropertyGroup>
<ItemGroup>

View file

@ -39,7 +39,6 @@ namespace MSFSPopoutPanelManager.Provider
public static void PopOutPanel(int x, int y)
{
//LeftClickSimulatorUpperLeftCorner();
LeftClick(x, y);
Thread.Sleep(300);

View file

@ -297,6 +297,7 @@ namespace MSFSPopoutPanelManager.Provider
WindowManager.MoveWindow(hwnd, PanelType.CustomPopout, -8, 0, 800, 600);
PInvoke.SetForegroundWindow(hwnd);
Thread.Sleep(500);
InputEmulationManager.LeftClick(0, 0);
// Find the magnifying glass coordinate
var point = AnalyzeMergedWindows(hwnd);

View file

@ -7,7 +7,7 @@
<RootNamespace>MSFSPopoutPanelManager.Provider</RootNamespace>
<PackageId>MSFS 2020 Popout Panel Manager Provider</PackageId>
<Product>MSFS 2020 Popout Panel Manager Provider</Product>
<Version>3.3.5.0</Version>
<Version>3.3.6.0</Version>
<Authors>Stanley Kwok</Authors>
<Copyright>Stanley Kwok 2021</Copyright>
<PackageProjectUrl>https://github.com/hawkeye-stan/msfs-popout-panel-manager</PackageProjectUrl>

View file

@ -9,10 +9,10 @@
<Company>Stanley Kwok</Company>
<Copyright>Stanley Kwok 2021</Copyright>
<PackageProjectUrl>https://github.com/hawkeye-stan/msfs-popout-panel-manager</PackageProjectUrl>
<Version>3.3.5.0</Version>
<Version>3.3.6.0</Version>
<Platforms>x64</Platforms>
<UseWPF>true</UseWPF>
<AssemblyVersion>3.3.5.0</AssemblyVersion>
<AssemblyVersion>3.3.6.0</AssemblyVersion>
</PropertyGroup>
<ItemGroup>

View file

@ -1,6 +1,9 @@
# Version History
<hr/>
## 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).
## Version 3.3.5
* Fixed an issue when using auto pop out panel in combination with power on during cold start for the following two G1000 planes (Cessna 172 and Cessna 208B Grand Caravan), instrumentations are not powering on to allow pop out to occur.
* Fixed an issue when panels are designated as full screen mode, they're not resizing to full screen after they're popped out.

View file

@ -4,7 +4,7 @@
<OutputType>WinExe</OutputType>
<TargetFramework>net5.0-windows</TargetFramework>
<UseWPF>true</UseWPF>
<Version>3.3.5.0</Version>
<Version>3.3.6.0</Version>
<PackageId>MSFS 2020 Popout Panel Manager</PackageId>
<Authors>Stanley Kwok</Authors>
<Product>MSFS 2020 Popout Panel Manager</Product>

View file

@ -1,3 +1,8 @@
Version 3.3.6.0 (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).
Version 3.3.5.0
This update is optional. You can safely skip this version if you do not require the following