Skip to content

Latest commit

 

History

History
48 lines (35 loc) · 1.52 KB

File metadata and controls

48 lines (35 loc) · 1.52 KB

Changelog

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

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.0.0] - 2025-06-11

Added

  • 🎉 Initial release with core download and UI functionality
  • Video Upscaling support via frame‑by‑frame Real‑ESRGAN + FFmpeg reassembly
  • Multi‑threaded batch processing with real‑time progress bars
  • Advanced Settings dialog: model selection, GPU toggle, tile size, FPS & quality
  • Comprehensive Logging system with save/load capability
  • Drag‑and‑Drop interface enhancements

Security

  • Added SECURITY.md

Guidelines for Contributors

When adding entries to this changelog:

  1. Group changes by type using the categories above
  2. Write for humans - use clear, descriptive language
  3. Include issue/PR numbers when relevant: Fixed login bug (#123)
  4. Date format should be YYYY-MM-DD
  5. Version format should follow Semantic Versioning
  6. Keep entries concise but informative

Version Number Guidelines

  • Major (X.y.z) - Breaking changes
  • Minor (x.Y.z) - New features, backwards compatible
  • Patch (x.y.Z) - Bug fixes, backwards compatible

Example Entry Format

## [1.2.3] - 2024-01-15

### Added
- New feature description (#PR-number)

### Fixed
- Bug fix description (fixes #issue-number)