From b922738ccfe2f746ca89f8218f1ce300ab62f349 Mon Sep 17 00:00:00 2001 From: YoShibyl Date: Tue, 17 Dec 2024 00:13:46 -0500 Subject: [PATCH] Version 1.2.0 --- FGH3ChartBrowser.csproj | 6 +- MainWindow.xaml | 23 +++-- MainWindow.xaml.cs | 209 +++++++++++++++++++++++++++++++--------- 3 files changed, 182 insertions(+), 56 deletions(-) diff --git a/FGH3ChartBrowser.csproj b/FGH3ChartBrowser.csproj index 46033ec..a962739 100644 --- a/FGH3ChartBrowser.csproj +++ b/FGH3ChartBrowser.csproj @@ -8,10 +8,10 @@ true icon.png favicon.ico - 1.1.1.0 - 1.1.1.0 + 1.2.0.0 + 1.2.0.0 Debug;Release - $(VersionPrefix)1.1.1 + $(VersionPrefix)1.2.0 diff --git a/MainWindow.xaml b/MainWindow.xaml index 29190df..608dc01 100644 --- a/MainWindow.xaml +++ b/MainWindow.xaml @@ -1,11 +1,11 @@ - + Title="FastGH3 Chart Browser v1.2.0" Height="596" Width="800" ResizeMode="CanMinimize" Background="{DynamicResource {x:Static SystemColors.MenuBarBrushKey}}" Icon="/icon.png"> @@ -18,11 +18,11 @@