Releases: SydMontague/ImageMaps
Releases · SydMontague/ImageMaps
Version 1.0.11
- potentially fix color cache error
- added /imagemap cleanup command
- added /imagemap debuginfo command
Version 1.0.10
- Fix error thrown in MC Versions <1.17
Version 1.0.9
- fix invisible/fixed toggle not working on glowing item frames
Version 1.0.8
- added support for glowing Item frames
Thanks to @DerEnderKeks for providing this patch!
Version 1.0.7
- added User Agent, to increase compatibility with CDNs
- added delete command
- offloaded image color conversion to async task, improving performance
- fixed bug that could cause artifacts when scaling images
Version 1.0.6
Improve verification of downloaded files.
Any file could be downloaded as long as the webserver claimed they were images. This can allow a compromised or malicious server to serve any kind of data to the requesting server, including executable code.
The risk for this being exploited is very minimal, the downloaded files can't be executed or used for anything malicious without either another exploit or additional actions by a malicious, compromised or non-suspecting user.
Nevertheless, this update adds an additional verification layer making sure the downloaded file is a valid image file.
As a general rule of thumb you should
- always use a secure connection to download files (https)
- only give trusted and properly secured users access to the download functionality
- only download from trusted sites
- preferably upload the images manually
Version 1.0.5
- Fix 1.13 incompatibility
Version 1.0.4
- fix bug that might prevent maps from loading
Version 1.0.3
- make sure maps don't track positions
Version 1.0.2
- made item used to toggle fixed/visible configurable
- fix interaction with toggle item when permission is lacking
- fix exception thrown when maps.yml doesn't exist