Skip to content

squaremap 1.1.4

Compare
Choose a tag to compare
@jpenilla jpenilla released this 19 Jun 00:44
· 363 commits to master since this release
v1.1.4
d81c9e2

Changelog

Added

  • Taiwanese locale (#57)

Fixed

  • Coordinates not replacing in some default locales (#49)
  • Minor bugs in squaremap-client compatibility (a1e81fa)
  • MapWorldInternal#saveImage(Image) used ExecutorService#submit(Runnable) where it should have used Executor#execute(Runnable), resulting in some unexpected exceptions being swallowed in the tile image updating process (679e0bb)
  • Null result from ImageIO.read(File) was not properly handled in tile image updating (f2a5c6f) (f0374da)

Changed

  • Updated Chinese locale (#58)
  • fabric: Moved update check from mod initialization to server/client finished starting up (f69e85f)