Skip to content

Releases: jpenilla/squaremap

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

squaremap 1.2.5

22 Jun 03:46
v1.2.5
7f733d2
Compare
Choose a tag to compare

Changelog

Changed

  • Update for Minecraft 1.21 (#239)

squaremap 1.2.4

31 May 03:36
v1.2.4
21f8a04
Compare
Choose a tag to compare

Changelog

Changed

  • Update for Minecraft 1.20.6 (#212)
  • web: display block coordinates in Leaflet (#170)
  • Update Cloud to v2 (#165)

Fixed

  • web: Fix error handling for missing tiles & make error tiles invisible (#205, 01a9ca2)

squaremap 1.2.3

09 Dec 20:03
v1.2.3
915ec09
Compare
Choose a tag to compare

Changelog

Changed

  • Update for Minecraft 1.20.4 (#150)

Fixed

  • web map: Following players through dimensions (#145)
  • web map: Following players through respawn or reconnect

squaremap 1.2.2

04 Dec 02:55
v1.2.2
5f650af
Compare
Choose a tag to compare

Changelog

Added

  • NeoForge support
  • Count .linear region files for full renders

squaremap 1.2.1

01 Oct 00:47
v1.2.1
fb77523
Compare
Choose a tag to compare

Changelog

Changed

  • Update for Minecraft 1.20.2
  • Don't delete icons on unregister (#115)
  • Consider below zero retrogen target status for chunk generated check (#117)
    • Allows pre-1.18 chunks to be rendered without being re-upgraded to full status

Fixed

  • forge: Missing include for plain adventure serializer (#118)

Where are Forge builds?

  • Starting with 1.20.2, squaremap will drop support for MinecraftForge and will instead support NeoForge. Once NeoForge is available for 1.20.2 squaremap-forge will be updated to support it.

squaremap 1.2.0

15 Sep 19:19
v1.2.0
65668c6
Compare
Choose a tag to compare

Changelog

Added

  • API: HtmlComponentSerializer and HtmlStripper (#112)
  • Polygon visibility limit config (see the visibility-limits section on the config.yml wiki page for an example)

Changed

  • Skip writing players, markers, and world settings to disk when nothing has changed
  • paper: Plugin now loads at STARTUP, allows more flexibility for addon authors

Fixed

  • Regions getting wrongly skipped in full renders when the spawn point is not in region 0,0

squaremap 1.1.16

17 Aug 19:04
v1.1.16
58be1a3
Compare
Choose a tag to compare

Changelog

Fixed

  • Player update task run in wrong thread context on Paper #109