Skip to content

v3.1.0

Latest
Compare
Choose a tag to compare
@JLyne JLyne released this 18 Jun 21:37
· 109 commits to master since this release

Some bug fixes and custom login URL support. Reapplying any customisations you have made to a fresh index.html is recommended.

Added

  • Support for custom login URLs
    • The new customLoginUrl setting in index.html allows specifying a URL to redirect the user to if they need to login, such as a customised dynmap login.html
    • If this setting is used, LiveAtlas will not perform any authentication itself, instead delegating entirely to the configured URL. The configured URL will need to perform the necessary Dynmap API calls to log the user in.
  • {name} in Pl3xmap/Squaremap's heads-url setting is now supported.
  • If LiveAtlas' JS fails to load an error will now be displayed instead of an infinite loading screen.

Fixed

  • Fixed Overviewer support failing to handle instances hosted at the root of the current domain (/)
  • Improved map icon selection logic. Thanks @ChrissW-R1

New Contributors

Full Changelog: v3.0.0...v3.1.0