Skip to content

Latest commit

 

History

History
66 lines (43 loc) · 2.05 KB

CHANGELOG.md

File metadata and controls

66 lines (43 loc) · 2.05 KB

Changelog for MedIA-Wizard

All notable changes to this project will be documented in this file.

[Unreleased]

Added

  • Support for video upscaling in addition to image upscaling.
  • Integration with FFmpeg for video processing.
  • Batch processing mode for video and image upscaling.
  • New AI model options for improved upscaling performance.

Fixed

  • Fixed UI bug where images were not properly displayed after upscaling.
  • Resolved minor performance issues with large batch processing.

[1.0.0] - 2025-02-18

Added

  • Initial release of MedIA-Wizard.
  • Image upscaling using AI models (Real-ESRGAN, SRGAN, BSRGAN).
  • Support for output resolution and image format customization.
  • User-friendly graphical interface with dark mode (black background and green text).
  • Support for batch processing of images to save time in large collections.
  • Open-source release under the MIT License.

Fixed

  • Optimized image loading to speed up the upscaling process.
  • Minor bug fixes for smoother user experience.

Changed

  • Refined the interface to ensure it is intuitive and responsive.
  • Improved error handling during the upscaling process.

[0.1.0] - 2025-01-10 (Pre-release)

Added

  • Basic version of image upscaling with AI (Real-ESRGAN).
  • Initial design of the graphical user interface (GUI).
  • Basic batch processing capabilities for handling multiple images.
  • First iteration of the application packaging for distribution.

Changed

  • Significant changes to the underlying image upscaling logic for better performance.

Fixed

  • Minor user interface bugs related to display and functionality.

How to read the changelog

  • Added: New features and capabilities added to the software.
  • Changed: Modifications to existing functionality.
  • Fixed: Bug fixes and patches.
  • Deprecated: Features that are no longer supported.
  • Removed: Features or functionality that has been removed from the software.
  • Security: Important security fixes or improvements.