Skip to content

Releases: jpenilla/squaremap

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

squaremap 1.1.15

10 Aug 02:55
v1.1.15
1e2cd54
Compare
Choose a tag to compare

Changelog

Added

  • paper: Folia support
  • Default color overrides for minecraft:pink_petals block (#FFB4DB) and minecraft:mangrove_swamp biome (#6F9623) to advanced.yml
    • Existing configs will have the new overrides added automatically when updating

Changed

  • enabled boolean option now works for all types of visibility limits in the config, not just world-border
    • defaults to true when not set explicitly

Fixed

  • Exception when tab completing world key with empty path
  • Handling of mangrove leaves
  • Sponge platform
  • fabric: Incompatibilities with some mods due to outdated bundled adventure-platform-fabric snapshot

squaremap 1.1.14

13 Jun 17:04
v1.1.14
6b3cfc1
Compare
Choose a tag to compare

Changelog

Added

  • paper: PlayerChunkLoadEvent map update listener (default off)

Changed

  • Update for Minecraft 1.20.1

squaremap 1.1.13

21 Mar 17:58
v1.1.13
8b958f3
Compare
Choose a tag to compare

Changelog

Fixed

  • paper: Fullrender would cause empty chunks to save to disk since chunk system rewrite (b51e1d2)

Changed

  • forge: Remove ChunkHolderMixin in favor of new ChunkEvent.Load#isNewChunk API

squaremap 1.1.12

16 Mar 18:24
v1.1.12
0a840a7
Compare
Choose a tag to compare

Changelog

Fixed

  • Formatting issue in Russian translation file

Changed

  • Update for Minecraft 1.19.4

squaremap 1.1.11

06 Mar 04:47
v1.1.11
e852bea
Compare
Choose a tag to compare

Changelog

Added

  • fabric: Ported client-side fluid color exporter from Forge platform, see the wiki for details

Fixed

  • fabric: Crash on startup (updated library cloud from broken build)