Changelog
Added
/map link
command (implements https://github.com/jpenilla/squaremap/issues/120)- configure with
settings.web-address
inconfig.yml
and in the locale file
- configure with
- web: Disable certain updates when
static
is true in the rootsettings.json
, useful for non-changing map deployments like the demo (https://github.com/jpenilla/squaremap/pull/393) - web: Copy URL to clipboard automatically when clicking link button
Changed
- Update for Minecraft 1.21.5
- 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 (https://github.com/jpenilla/squaremap/pull/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 (https://github.com/jpenilla/squaremap/issues/31)
- web: Inconsistent behavior when following players
- ETags for player and marker updates
Changelog
Fixed
- Render not loading chunks with Moonrise
Changed
- Simplified the PaperChunkSnapshotProvider