Animation added

This commit is contained in:
2025-11-20 23:38:31 -05:00
parent 9197e464a5
commit cf010974dd
8 changed files with 304 additions and 22 deletions

View File

@@ -1,5 +1,25 @@
# Changelog
## [1.1.1] - 2025-01-20
### Fixed
- **Download Image Feature** - Now properly downloads maze as PNG file
- Fixed download mechanism using blob and temporary anchor element
- Added format parameter support (png/jpg)
- Proper MIME type handling for downloads
- Automatic filename generation with maze ID and algorithm name
- Better error handling with detailed error messages
- File existence verification before sending
- Blob type validation in frontend
### Changed
- Image download now uses fetch API with blob instead of window.open
- ImageRenderer now supports both PNG and JPG formats with quality settings
- JPG images saved with 95% quality for optimal size/quality balance
- Download endpoint defaults to PNG format
- Added console error logging for debugging
- Improved error messages for better user feedback
## [1.1.0] - 2025-01-20
### Added