From c83676cd23c873ece882fd8cddf32265cb67737f Mon Sep 17 00:00:00 2001 From: CasperH Date: Thu, 1 Dec 2022 14:25:30 +0100 Subject: [PATCH] Version 0.13.0.1 --- ControllerService-offline.iss | 2 +- ControllerService.iss | 2 +- ControllerService/AssemblyInfo1.cs | 6 +++--- HandheldCompanion/HandheldCompanion.csproj | 2 +- HandheldCompanion/Properties/Resources.Designer.cs | 2 +- HandheldCompanion/Properties/Resources.resx | 2 +- HandheldCompanion/Views/Windows/MainWindow.xaml.cs | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/ControllerService-offline.iss b/ControllerService-offline.iss index f38600787..3e3b4bf8c 100644 --- a/ControllerService-offline.iss +++ b/ControllerService-offline.iss @@ -241,7 +241,7 @@ end; #define MyAppSetupName 'Handheld Companion' #define MyBuildId 'HandheldCompanion' -#define MyAppVersion '0.13.0.0' +#define MyAppVersion '0.13.0.1' #define MyAppPublisher 'BenjaminLSR' #define MyAppCopyright 'Copyright © BenjaminLSR' #define MyAppURL 'https://github.com/Valkirie/HandheldCompanion' diff --git a/ControllerService.iss b/ControllerService.iss index 4520c3d6e..59e5a77ad 100644 --- a/ControllerService.iss +++ b/ControllerService.iss @@ -405,7 +405,7 @@ end; #define MyAppSetupName 'Handheld Companion' #define MyBuildId 'HandheldCompanion' -#define MyAppVersion '0.13.0.0' +#define MyAppVersion '0.13.0.1' #define MyAppPublisher 'BenjaminLSR' #define MyAppCopyright 'Copyright @ BenjaminLSR' #define MyAppURL 'https://github.com/Valkirie/HandheldCompanion' diff --git a/ControllerService/AssemblyInfo1.cs b/ControllerService/AssemblyInfo1.cs index 0098fc780..b4ba22053 100644 --- a/ControllerService/AssemblyInfo1.cs +++ b/ControllerService/AssemblyInfo1.cs @@ -4,7 +4,7 @@ // l'ensemble d'attributs suivant. Pour modifier les informations // associées à un assembly. [assembly: AssemblyTitle("ControllerService")] -[assembly: AssemblyDescription("Provides motion control support to handhelds such as the AYA NEO, OneXPlayer models through a virtual DualShock 4 controller. If the service is enabled, embedded controller will be cloaked to applications outside the whitelist. If the service is disabled, embedded controller will be uncloaked and virtual DualShock 4 controller disabled.")] +[assembly: AssemblyDescription("A combination of a Windows service and a touch interface optimized GUI to increase your handheld gaming computer experience. Features include: motion control a.k.a. gyro control, virtual controller simulation, quick tools overlay, virtual touchpads and 3D controller model, per application based profile settings system.")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("ControllerService")] @@ -19,5 +19,5 @@ // Numéro de build // Révision // -[assembly: AssemblyVersion("0.13.0.0")] -[assembly: AssemblyFileVersion("0.13.0.0")] +[assembly: AssemblyVersion("0.13.0.1")] +[assembly: AssemblyFileVersion("0.13.0.1")] diff --git a/HandheldCompanion/HandheldCompanion.csproj b/HandheldCompanion/HandheldCompanion.csproj index 4fb8c4988..91584b356 100644 --- a/HandheldCompanion/HandheldCompanion.csproj +++ b/HandheldCompanion/HandheldCompanion.csproj @@ -10,7 +10,7 @@ HandheldCompanion.App $(SolutionDir)bin\$(Configuration) Resources\icon.ico - 0.13.0.0 + 0.13.0.1 app.manifest AnyCPU;x64 diff --git a/HandheldCompanion/Properties/Resources.Designer.cs b/HandheldCompanion/Properties/Resources.Designer.cs index 5bdbaae01..4bb3e09a5 100644 --- a/HandheldCompanion/Properties/Resources.Designer.cs +++ b/HandheldCompanion/Properties/Resources.Designer.cs @@ -70,7 +70,7 @@ public static string AboutPage_About { } /// - /// Looks up a localized string similar to Handheld Companion provides gyroscope and accelerometer support to the AYA NEO 2020 and 2021 models through a virtual DualShock 4 controller. If the service is enabled, embedded controller will be cloaked to applications outside the whitelist. If the service is disabled, embedded controller will be uncloaked and virtual DualShock 4 controller disabled. Handheld Companion relies on ViGEmBus driver and ViGEmClient libraries as well as HidHide kernel-mode filter driver. Motion control algorithms are based on w [rest of string was truncated]";. + /// Looks up a localized string similar to A combination of a Windows service and a touch interface optimized GUI to increase your handheld gaming computer experience. Features include: motion control a.k.a. gyro control, virtual controller simulation, quick tools overlay, virtual touchpads, 3D controller model, per application based profile settings system. Handheld Companion relies on ViGEmBus driver and ViGEmClient libraries as well as HidHide kernel-mode filter driver. Motion control algorithms are based on work by Jibbsmart and availible inform [rest of string was truncated]";. /// public static string AboutPage_AboutDescription { get { diff --git a/HandheldCompanion/Properties/Resources.resx b/HandheldCompanion/Properties/Resources.resx index c42473eef..c9bcf41e7 100644 --- a/HandheldCompanion/Properties/Resources.resx +++ b/HandheldCompanion/Properties/Resources.resx @@ -121,7 +121,7 @@ About - Handheld Companion provides gyroscope and accelerometer support to the AYA NEO 2020 and 2021 models through a virtual DualShock 4 controller. If the service is enabled, embedded controller will be cloaked to applications outside the whitelist. If the service is disabled, embedded controller will be uncloaked and virtual DualShock 4 controller disabled. Handheld Companion relies on ViGEmBus driver and ViGEmClient libraries as well as HidHide kernel-mode filter driver. Motion control algorithms are based on work by Jibbsmart and availible information on the GyroWiki. + A combination of a Windows service and a touch interface optimized GUI to increase your handheld gaming computer experience. Features include: motion control a.k.a. gyro control, virtual controller simulation, quick tools overlay, virtual touchpads, 3D controller model, per application based profile settings system. Handheld Companion relies on ViGEmBus driver and ViGEmClient libraries as well as HidHide kernel-mode filter driver. Motion control algorithms are based on work by Jibbsmart and availible information on the GyroWiki. Accelerometer diff --git a/HandheldCompanion/Views/Windows/MainWindow.xaml.cs b/HandheldCompanion/Views/Windows/MainWindow.xaml.cs index 4b364968b..97cc17098 100644 --- a/HandheldCompanion/Views/Windows/MainWindow.xaml.cs +++ b/HandheldCompanion/Views/Windows/MainWindow.xaml.cs @@ -136,7 +136,7 @@ public MainWindow(FileVersionInfo _fileVersionInfo, Assembly CurrentAssembly) // initialize title this.Title += $" ({fileVersionInfo.FileVersion})"; - this.Title += " (BETA)"; + //this.Title += " (BETA)"; // initialize device handheldDevice = Device.GetDefault();