You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)