diff --git a/Install-PilotsDeck-latest.exe b/Install-PilotsDeck-latest.exe index d2e0a8c8..44c0dfa0 100644 Binary files a/Install-PilotsDeck-latest.exe and b/Install-PilotsDeck-latest.exe differ diff --git a/Installer/BuildTimestamp.cs b/Installer/BuildTimestamp.cs index db719183..50bdedba 100644 Binary files a/Installer/BuildTimestamp.cs and b/Installer/BuildTimestamp.cs differ diff --git a/Installer/PilotsDeck-release.zip b/Installer/PilotsDeck-release.zip index f946a644..5f298826 100644 Binary files a/Installer/PilotsDeck-release.zip and b/Installer/PilotsDeck-release.zip differ diff --git a/Plugin/UI/DeveloperUI/ViewReference.xaml b/Plugin/UI/DeveloperUI/ViewReference.xaml index fa12e024..c6ad2f70 100644 --- a/Plugin/UI/DeveloperUI/ViewReference.xaml +++ b/Plugin/UI/DeveloperUI/ViewReference.xaml @@ -79,6 +79,7 @@ + @@ -88,28 +89,34 @@ - - + + - - + + - - + + + + + + - - + + diff --git a/Plugin/UI/DeveloperUI/ViewReference.xaml.cs b/Plugin/UI/DeveloperUI/ViewReference.xaml.cs index 86b5d54d..19ec0fd1 100644 --- a/Plugin/UI/DeveloperUI/ViewReference.xaml.cs +++ b/Plugin/UI/DeveloperUI/ViewReference.xaml.cs @@ -44,8 +44,11 @@ protected void InitializeControls() - UrlHelper(LabelMsfsAvar, "MSFS SDK - SimVars", "https://docs.flightsimulator.com/html/Programming_Tools/SimVars/Simulation_Variables.htm"); - UrlHelper(LabelMsfsKvar, "MSFS SDK - SimEvents", "https://docs.flightsimulator.com/html/Programming_Tools/Event_IDs/Event_IDs.htm"); + UrlHelper(LabelMsfs2020Avar, "MSFS SDK - SimVars", "https://docs.flightsimulator.com/html/Programming_Tools/SimVars/Simulation_Variables.htm"); + UrlHelper(LabelMsfs2020Kvar, "MSFS SDK - SimEvents", "https://docs.flightsimulator.com/html/Programming_Tools/Event_IDs/Event_IDs.htm"); + + UrlHelper(LabelMsfs2024Avar, "MSFS SDK - SimVars", "https://docs.flightsimulator.com/msfs2024/html/6_Programming_APIs/SimVars/Simulation_Variables.htm"); + UrlHelper(LabelMsfs2024Kvar, "MSFS SDK - SimEvents", "https://docs.flightsimulator.com/msfs2024/html/6_Programming_APIs/Key_Events/Key_Events.htm"); string path = @$"{Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments)}\FSUIPC7\"; if (Path.Exists(path))