Skip to content

Releases: Thisal-D/PyTube-Downloader

v3.1.0

18 Dec 20:54
2e51a5d
Compare
Choose a tag to compare

What's Changed

New Features

  • Change Chunk Size Through Settings
    Easily configure the chunk size for downloads via the settings menu for enhanced flexibility.

Full Changelog: v3.0.1...v3.1.0

v3.0.1

17 Dec 11:09
d09b1b5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.0...v3.0.1

v3.0.0

16 Dec 23:30
b24bc6a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.4...v3.0.0

v2.1.4

10 Dec 17:49
5549aa3
Compare
Choose a tag to compare

What's Changed

  • UI Update : Window fade effects

Full Changelog: v2.1.3...v2.1.4

v2.1.3

08 Dec 08:30
c99c06d
Compare
Choose a tag to compare

What's Changed

  • Notification multi-language support

Full Changelog: v2.1.2...v2.1.3

v2.1.2

04 Dec 14:55
43662a3
Compare
Choose a tag to compare

What's Changed

feat: Add user-controllable notification enable/disable feature

Full Changelog: v2.1.1...v2.1.2

v2.1.1

03 Dec 18:39
addf3b0
Compare
Choose a tag to compare

What's Changed

New Feature

  • Notifications support

Full Changelog: v2.1.0...v2.1.1

v2.1.0

01 Dec 15:45
9fb9668
Compare
Choose a tag to compare

What's Changed

Issue Fixed

  • Resolved an issue where the application required "Run as Administrator" mode to access specific files

Issue Fixed: by @Thisal-D in #44

Full Changelog: v2.0.3...v2.1.0

v2.0.3

01 Dec 08:40
334eac1
Compare
Choose a tag to compare

What's Changed

Bug Fix: Widgets Not Resizing After Showing Alert Window

Issue:

  • After displaying the alert window, widgets in the main master window were not resizing correctly because the event bind for master was overridden by the alert window.

Root Cause:

  • The alert window temporarily binds the event for master to its own move method. However, once the alert window is closed, the original event handler for master was not being restored, causing a loss of the intended behavior in the main window.

Solution:

  • Introduced a parameter to pass the original handler (original_configure_callback) to the alert window. Upon closing the alert window, the original bind is restored to master.

Changes Made:

  • Added a parameter (original_configure_callback) to the alert window's constructor to store the original event handler.
  • When closing the alert window (on_closing method), the original handler is re-bound to master using the stored original_configure_callback.

Full Changelog: v2.0.2...v2.0.3

v2.0.2

29 Nov 22:44
a658e27
Compare
Choose a tag to compare

What's Changed

  • Automatic Update Checking: The application now checks for updates and notifies the user when a new version is available.
  • Bug Fixes: Various issues from previous versions have been fixed to improve performance.

Full Changelog: v2.0.1...v2.0.2