From 74e2cf7ae64adc8e455e2cfeac6f4c6183a6d7cc Mon Sep 17 00:00:00 2001 From: Ichimaki Date: Wed, 12 Apr 2023 04:00:35 +0800 Subject: [PATCH] Launcher DL Version 7.1 (7th Generation DL) [ Fixes ] - Fixed where BackgroundGlow and Image are not setting up correctly as it is. - Fixed where Textbox needing 2 tab presses before actually typing on it. - ComboBo'x textbox also need 2 tab presses when its on TextEditable state. - Fixed where Download on Custom types with fetched Formats other sites other than youtube. - Fixed where Download on Twitter throws random error because of api but it doesn't affect the downloaded file. - Fixed where ID is going past the limit on ComboBox now has an "..." when it has more than 8 chars. - Fixed where the Title is the same as the Name even after putting a custom Name. [ New | Changes ] - OpenFile context menu will have disabled buttons if the folder doesn't exist. - Metadata is now available on CustomType! - Added few Animations. - Errors now outputs some info for more details so you can send and make an ISSUE request on github. - Metadata will be cleared when changing types. [ Misc ] - Window is now continuously updating to hit the 60fps target and remove button stuttering animations. (Only when window is focused!) --- src/LauncherDL/Core/Global.cs | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/LauncherDL/Core/Global.cs b/src/LauncherDL/Core/Global.cs index 86167bf..be08fed 100644 --- a/src/LauncherDL/Core/Global.cs +++ b/src/LauncherDL/Core/Global.cs @@ -9,7 +9,7 @@ public sealed partial class Global { // App version #if !DEBUG - public const string APP_CURRENT_VERSION = "7.1_DT0.0.0000"; + public const string APP_CURRENT_VERSION = "7.1_DT4.12.2023"; #else public const string APP_CURRENT_VERSION = "Development Build"; #endif @@ -110,12 +110,17 @@ because of api but it doesn't affect the downloaded file. - Fixed where ID is going past the limit on ComboBox now has an "..." when it has more than 8 chars. + - Fixed where the Title is the same as the Name even + after putting a custom Name. - [ New ] + [ New | Changes ] - OpenFile context menu will have disabled buttons if the folder doesn't exist. - Metadata is now available on CustomType! - Added few Animations. + - Errors now outputs some info for more details so you + can send and make an ISSUE request on github. + - Metadata will be cleared when changing types. [ Misc ] - Window is now continuously updating to hit the 60fps