Skip to content

Commit

Permalink
Launcher DL Version 7.1 (7th Generation DL)
Browse files Browse the repository at this point in the history
    [ 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!)
  • Loading branch information
IchimakiKasura committed Apr 11, 2023
1 parent 1b80e13 commit 74e2cf7
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/LauncherDL/Core/Global.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 74e2cf7

Please sign in to comment.