From ca4563e8fb051c6b19b9f9683d443810ee3d9447 Mon Sep 17 00:00:00 2001 From: lay295 Date: Tue, 25 Oct 2022 19:43:11 -0500 Subject: [PATCH] bump version + remove checkbox backgrounds --- TwitchDownloaderCLI/TwitchDownloaderCLI.csproj | 2 +- TwitchDownloaderWPF/MainWindow.xaml.cs | 2 +- TwitchDownloaderWPF/PageChatDownload.xaml | 12 ++++++------ TwitchDownloaderWPF/PageChatRender.xaml | 16 ++++++++-------- TwitchDownloaderWPF/PageVodDownload.xaml | 4 ++-- TwitchDownloaderWPF/SettingsPage.xaml | 2 +- TwitchDownloaderWPF/WindowQueueOptions.xaml | 8 ++++---- 7 files changed, 23 insertions(+), 23 deletions(-) diff --git a/TwitchDownloaderCLI/TwitchDownloaderCLI.csproj b/TwitchDownloaderCLI/TwitchDownloaderCLI.csproj index 19f53626..88078f6d 100644 --- a/TwitchDownloaderCLI/TwitchDownloaderCLI.csproj +++ b/TwitchDownloaderCLI/TwitchDownloaderCLI.csproj @@ -2,7 +2,7 @@ Exe - 1.50.4 + 1.50.5 AnyCPU;x64 net6.0 default diff --git a/TwitchDownloaderWPF/MainWindow.xaml.cs b/TwitchDownloaderWPF/MainWindow.xaml.cs index f5517447..c1445460 100644 --- a/TwitchDownloaderWPF/MainWindow.xaml.cs +++ b/TwitchDownloaderWPF/MainWindow.xaml.cs @@ -82,7 +82,7 @@ private async void Window_Loaded(object sender, RoutedEventArgs e) if (!File.Exists("ffmpeg.exe")) await FFmpegDownloader.GetLatestVersion(FFmpegVersion.Full); - Version currentVersion = new Version("1.50.4"); + Version currentVersion = new Version("1.50.5"); AutoUpdater.InstalledVersion = currentVersion; AutoUpdater.Start("https://downloader-update.twitcharchives.workers.dev"); diff --git a/TwitchDownloaderWPF/PageChatDownload.xaml b/TwitchDownloaderWPF/PageChatDownload.xaml index 9d6a9f44..e3322ea8 100644 --- a/TwitchDownloaderWPF/PageChatDownload.xaml +++ b/TwitchDownloaderWPF/PageChatDownload.xaml @@ -76,14 +76,14 @@ - + - + @@ -91,11 +91,11 @@ - + - - - + + + diff --git a/TwitchDownloaderWPF/PageChatRender.xaml b/TwitchDownloaderWPF/PageChatRender.xaml index 35e2c354..7542915d 100644 --- a/TwitchDownloaderWPF/PageChatRender.xaml +++ b/TwitchDownloaderWPF/PageChatRender.xaml @@ -62,10 +62,10 @@ - - - - + + + + @@ -75,9 +75,9 @@ - - - + + + @@ -99,7 +99,7 @@ - + diff --git a/TwitchDownloaderWPF/PageVodDownload.xaml b/TwitchDownloaderWPF/PageVodDownload.xaml index 4066fc74..a82c3fab 100644 --- a/TwitchDownloaderWPF/PageVodDownload.xaml +++ b/TwitchDownloaderWPF/PageVodDownload.xaml @@ -68,14 +68,14 @@ - + - + diff --git a/TwitchDownloaderWPF/SettingsPage.xaml b/TwitchDownloaderWPF/SettingsPage.xaml index ffc85521..8152e325 100644 --- a/TwitchDownloaderWPF/SettingsPage.xaml +++ b/TwitchDownloaderWPF/SettingsPage.xaml @@ -32,7 +32,7 @@ - + diff --git a/TwitchDownloaderWPF/WindowQueueOptions.xaml b/TwitchDownloaderWPF/WindowQueueOptions.xaml index e74df18a..571a720c 100644 --- a/TwitchDownloaderWPF/WindowQueueOptions.xaml +++ b/TwitchDownloaderWPF/WindowQueueOptions.xaml @@ -10,14 +10,14 @@