Skip to content

Releases: jpenilla/squaremap

squaremap 1.3.7

05 Jul 16:39
v1.3.7
9d2b98b
Compare
Choose a tag to compare

Changelog

Changed

  • Update for Minecraft 1.21.7 (#422) (#430)

squaremap 1.3.6

19 May 21:40
v1.3.6
bcd2f35
Compare
Choose a tag to compare

Changelog

Changed

  • build: Use resource-factory to generate plugin/mod metadata

Fixed

  • web: Fix asset paths for subdirectory hosting (#411)

squaremap 1.3.5

28 Apr 01:13
v1.3.5
8ed1c34
Compare
Choose a tag to compare

Changelog

Added

  • /map link command (implements #120)
    • configure with settings.web-address in config.yml and in the locale file
  • web: Disable certain updates when static is true in the root settings.json, useful for non-changing map deployments like the demo (#393)
  • web: Copy URL to clipboard automatically when clicking link button

Changed

  • Update for Minecraft 1.21.5 (#387)
  • Write markers to disk less often when immediate flushing is disabled
  • web: Don't update the URL until clicking the link button
  • web: Convert frontend to Vite project (#400)

Fixed

  • web: Rotate player markers in the correct direction when passing due-north orientation (#357)
  • web: Unable to close sidebar on mobile (now closed by tapping outside the sidebar when unpinned)
  • web: Fixed player markers flickering on update on some browsers
  • web: Player nameplate alignment with health/armor disabled (#31)
  • web: Inconsistent behavior when following players
  • ETags for player and marker updates

squaremap 1.3.4

02 Jan 04:00
v1.3.4
2c3a3d8
Compare
Choose a tag to compare

Changelog

Changed

  • Update for Minecraft 1.21.4
  • Update for Paper hard fork and Moonrise changes

squaremap 1.3.3

27 Nov 00:42
v1.3.3
1bde0eb
Compare
Choose a tag to compare

Changelog

Added

  • Brazilian Portuguese translation (#320)
  • Hide players wearing items tagged with MAP_INVISIBILITY_EQUIPMENT (#305)

Changed

  • Update for Minecraft 1.21.3 (#322)

Fixed

  • Set player head marker size to be fixed size. (#332)

squaremap 1.3.2

24 Oct 18:23
v1.3.2
7157ae6
Compare
Choose a tag to compare

Changelog

Fixed

  • Render not loading chunks with Moonrise

Changed

  • Simplified the PaperChunkSnapshotProvider

squaremap 1.3.1

22 Oct 18:01
v1.3.1
163a928
Compare
Choose a tag to compare

Changelog

Fixed

squaremap 1.3.0

17 Oct 19:51
v1.3.0
8374f4f
Compare
Choose a tag to compare

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)

squaremap 1.2.7

22 Aug 00:13
v1.2.7
715e1da
Compare
Choose a tag to compare

Changelog

Changed

  • Update for Minecraft 1.21.1
  • folia: Use API to check if chunk is owned by current thread

squaremap 1.2.6

18 Jul 02:37
v1.2.6
57c48b1
Compare
Choose a tag to compare

Changelog

Changed

  • Updated dependencies
  • paper: Updated for chunk system changes