Skip to content

Releases: SydMontague/ImageMaps

Version 1.0.11

01 May 09:08
Compare
Choose a tag to compare
  • potentially fix color cache error
  • added /imagemap cleanup command
  • added /imagemap debuginfo command

Version 1.0.10

13 Aug 13:53
Compare
Choose a tag to compare
  • Fix error thrown in MC Versions <1.17

Version 1.0.9

06 Aug 10:54
Compare
Choose a tag to compare
  • fix invisible/fixed toggle not working on glowing item frames

Version 1.0.8

12 Jul 13:13
Compare
Choose a tag to compare
  • added support for glowing Item frames

Thanks to @DerEnderKeks for providing this patch!

Version 1.0.7

08 Jul 15:15
Compare
Choose a tag to compare
  • 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

19 Feb 20:06
Compare
Choose a tag to compare

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

13 Feb 16:08
Compare
Choose a tag to compare
  • Fix 1.13 incompatibility

Version 1.0.4

13 Feb 13:57
Compare
Choose a tag to compare
  • fix bug that might prevent maps from loading

Version 1.0.3

09 Sep 11:44
Compare
Choose a tag to compare
  • make sure maps don't track positions

Version 1.0.2

26 Aug 00:27
Compare
Choose a tag to compare
  • 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