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.
- 🎉 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
- Added SECURITY.md
When adding entries to this changelog:
- Group changes by type using the categories above
- Write for humans - use clear, descriptive language
- Include issue/PR numbers when relevant:
Fixed login bug (#123) - Date format should be YYYY-MM-DD
- Version format should follow Semantic Versioning
- Keep entries concise but informative
- Major (X.y.z) - Breaking changes
- Minor (x.Y.z) - New features, backwards compatible
- Patch (x.y.Z) - Bug fixes, backwards compatible
## [1.2.3] - 2024-01-15
### Added
- New feature description (#PR-number)
### Fixed
- Bug fix description (fixes #issue-number)