From 6d251e9eac44e8fd2850fcd5abb3084f4dc0e7a3 Mon Sep 17 00:00:00 2001 From: "j.foucher" Date: Sun, 3 May 2026 08:53:14 +0200 Subject: [PATCH] =?UTF-8?q?v0.11.0=20=E2=80=94=20right=20sidebar=20nav=20w?= =?UTF-8?q?ith=20Reports=20/=20Documentation=20tabs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit User-visible feature change (sidebar appears on every screen) deserves a minor bump rather than a patch. WebView2 dependency adds ~5 MB to the single-file exe (the Edge runtime itself is system-installed, not shipped). Co-Authored-By: Claude Opus 4.7 (1M context) --- installer/PSLauncher.iss | 2 +- src/PSLauncher.App/PSLauncher.App.csproj | 6 +++--- src/PSLauncher.Updater/PSLauncher.Updater.csproj | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/installer/PSLauncher.iss b/installer/PSLauncher.iss index b3173fe..a98dcdc 100644 --- a/installer/PSLauncher.iss +++ b/installer/PSLauncher.iss @@ -11,7 +11,7 @@ #define MyAppName "PROSERVE Launcher" #define MyAppShortName "PSLauncher" -#define MyAppVersion "0.10.0" +#define MyAppVersion "0.11.0" #define MyAppPublisher "ASTERION VR" #define MyAppURL "https://asterionvr.com" #define MyAppExeName "PSLauncher.exe" diff --git a/src/PSLauncher.App/PSLauncher.App.csproj b/src/PSLauncher.App/PSLauncher.App.csproj index b035d50..750aa69 100644 --- a/src/PSLauncher.App/PSLauncher.App.csproj +++ b/src/PSLauncher.App/PSLauncher.App.csproj @@ -15,9 +15,9 @@ PROSERVE Launcher © 2026 ASTERION VR — All rights reserved PSLauncher.App - 0.10.0 - 0.10.0.0 - 0.10.0.0 + 0.11.0 + 0.11.0.0 + 0.11.0.0 true diff --git a/src/PSLauncher.Updater/PSLauncher.Updater.csproj b/src/PSLauncher.Updater/PSLauncher.Updater.csproj index 01fc9aa..a2b4c08 100644 --- a/src/PSLauncher.Updater/PSLauncher.Updater.csproj +++ b/src/PSLauncher.Updater/PSLauncher.Updater.csproj @@ -8,7 +8,7 @@ latest PSLauncher.Updater PSLauncher.Updater - 0.10.0 + 0.11.0 ..\PSLauncher.App\Resources\favicon.ico ASTERION VR © 2026 ASTERION VR — All rights reserved