Skip to content

V0.8

Compare
Choose a tag to compare
@Emy69 Emy69 released this 26 Nov 19:04
· 20 commits to main since this release

Changes:

Fixes

  • #25 API Changes: Adjustments were made to accommodate recent API changes.
  • Fix: Initialize no_downloads_label: Fixed a NoneType error when initializing the no_downloads_label element.

New Features

  • Information Icon: Added a new information icon to enhance the user experience.
  • JPG5 Download: Added functionality to download from the JPG5.su website.

Improvements

Progress Management:

  • Added progress display in downloaded MB.
  • Automatic cleanup of completed downloads.
  • Improved verification of existing files before starting new downloads.
  • Automatic creation of the progress window if it does not exist.

Secondary Progress Bar:

  • Improved handling of the secondary progress bar window.
  • Reorganized progress management into a separate module.

Visual Interface:

  • Visual changes in the "About" window (AboutWindow).
  • Design refactoring to improve organization in AboutWindow.
  • Replaced the ellipsis button with a download icon.

Refactoring

  • Removed the reorder_progress_bars method to simplify progress management.
  • Integrated ProgressManager into JPG5 download handling.