Animation added
This commit is contained in:
20
CHANGELOG.md
20
CHANGELOG.md
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user