From d96c0901297cc2db50adbd53d85d21824ca7bcf1 Mon Sep 17 00:00:00 2001 From: VinceCSS <98156995+VinceCSS@users.noreply.github.com> Date: Thu, 31 Mar 2022 18:16:51 +0200 Subject: [PATCH 1/8] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a3bb45..ab5813a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # LegacyInstaller - [Download here!](https://github.com/Goobwabber/LegacyInstaller/releases/latest) Program to easily install legacy versions of Beat Saber - +This Is A fork that updates Faster Than The Original Repoitory ![Versions Preview](https://user-images.githubusercontent.com/37681398/157582172-1821fa4b-0460-4178-8d7f-d1f8e7c556a0.png) ![Window Preview](https://user-images.githubusercontent.com/37681398/157581762-3846d9df-d23a-4a5d-94cc-609557b2595f.png) From 376513a2c5340e353894e6c5c12ec90ed720a8a1 Mon Sep 17 00:00:00 2001 From: VinceCSS <98156995+VinceCSS@users.noreply.github.com> Date: Thu, 31 Mar 2022 18:17:41 +0200 Subject: [PATCH 2/8] Update BSVersions.json --- LegacyInstaller/BSVersions.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/LegacyInstaller/BSVersions.json b/LegacyInstaller/BSVersions.json index 1f141d0..c5fe874 100644 --- a/LegacyInstaller/BSVersions.json +++ b/LegacyInstaller/BSVersions.json @@ -1,4 +1,4 @@ -[ +[ { "BSVersion": "0.10.1", "ManifestId": "6316038906315325420", @@ -268,5 +268,10 @@ "BSVersion": "1.19.1", "ManifestId": "1175216641760077721", "ReleaseURL": "https://steamcommunity.com/games/620980/announcements/detail/5771929045825669047" + }, + { + "BSVersion": "1.20.0", + "ManifestId": "4202491068770948196", + "ReleaseURL": "https://steamcommunity.com/games/620980/announcements/detail/3096792662638975765" } -] \ No newline at end of file +] From d93474e945168b6d2de5fb2d933e3769a2968aac Mon Sep 17 00:00:00 2001 From: VinceCSS <98156995+VinceCSS@users.noreply.github.com> Date: Fri, 1 Apr 2022 10:03:47 +0200 Subject: [PATCH 3/8] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ab5813a..7a3bb45 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # LegacyInstaller - [Download here!](https://github.com/Goobwabber/LegacyInstaller/releases/latest) Program to easily install legacy versions of Beat Saber -This Is A fork that updates Faster Than The Original Repoitory + ![Versions Preview](https://user-images.githubusercontent.com/37681398/157582172-1821fa4b-0460-4178-8d7f-d1f8e7c556a0.png) ![Window Preview](https://user-images.githubusercontent.com/37681398/157581762-3846d9df-d23a-4a5d-94cc-609557b2595f.png) From ecf28deae3dfe6d08828625d469152d20b3a2f3f Mon Sep 17 00:00:00 2001 From: XCraftTM <72396660+XCraftTM@users.noreply.github.com> Date: Fri, 8 Apr 2022 18:58:22 +0200 Subject: [PATCH 4/8] Updated to Version 1.21.0 and Fixed the Beat Saber Folder Getting Mechanism --- LegacyInstaller/BSVersions.json | 9 +++++++-- LegacyInstaller/MainWindow.xaml | 24 ++++++++++++------------ LegacyInstaller/Utilities.cs | 9 ++++----- 3 files changed, 23 insertions(+), 19 deletions(-) diff --git a/LegacyInstaller/BSVersions.json b/LegacyInstaller/BSVersions.json index c5fe874..a96e586 100644 --- a/LegacyInstaller/BSVersions.json +++ b/LegacyInstaller/BSVersions.json @@ -1,4 +1,4 @@ -[ +[ { "BSVersion": "0.10.1", "ManifestId": "6316038906315325420", @@ -273,5 +273,10 @@ "BSVersion": "1.20.0", "ManifestId": "4202491068770948196", "ReleaseURL": "https://steamcommunity.com/games/620980/announcements/detail/3096792662638975765" + }, + { + "BSVersion": "1.21.0", + "ManifestId": "3648558848715327622", + "ReleaseURL": "https://steamcommunity.com/games/620980/announcements/detail/5771929045825669047" } -] +] \ No newline at end of file diff --git a/LegacyInstaller/MainWindow.xaml b/LegacyInstaller/MainWindow.xaml index a776de3..829db3d 100644 --- a/LegacyInstaller/MainWindow.xaml +++ b/LegacyInstaller/MainWindow.xaml @@ -5,22 +5,22 @@ xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:local="clr-namespace:LegacyInstaller" mc:Ignorable="d" - ResizeMode="CanMinimize" + ResizeMode="CanResizeWithGrip" Title="LegacyInstaller" Height="245" Width="410" Background="#FFF0F0F0">