Skip to content

squaremap 1.3.0

Compare
Choose a tag to compare
@jpenilla jpenilla released this 17 Oct 19:51
· 16 commits to master since this release
v1.3.0
8374f4f

Changelog

Added

  • Support for Moonrise on Fabric and NeoForge (#283)
  • Include y coordinate in player position (#200)
  • Added options to hide certain elements within the URL Params (#315)
    These options persist when copying a link to the map using the link button; see #319
    • show_sidebar=false - Hides the world sidebar on the right
    • show_coordinates=false - Hides coordinates display in bottom left
    • show_link_button=false - Hides link button in bottom left
    • show_controls=false - Hides Leaflet controls

Changed

  • Use atomic writes for render progress and dirty chunks
  • Avoid writing player data to disk when possible (#245)