Skip to content

Releases: Unarekin/FoundryVTT-MicroMap

1.3.0

02 Apr 05:37

Choose a tag to compare

Features

  • Verified for Foundry v14
  • Mousing over a token in a scene view minimap will now highlight it

Fixes

  • Will now actually toggle minimap back on if it is disabled globally, but enabled for the currently active scene
  • Will no longer open the minimap when changing scenes or on first load if it is toggled off

1.2.2

20 Mar 23:39

Choose a tag to compare

Fixes

  • Refactored how NoteConfig and SceneConfig classes are overridden for improved compatibility with other modules/systems such as Calendaria

1.2.1

07 Dec 18:42

Choose a tag to compare

Fixes

  • Fixed an issue where updating scenes would fail if the minimap padding was negative

Full Changelog: 1.2.0...1.2.1

1.2.0

19 Nov 14:33

Choose a tag to compare

Features

  • Added the ability to use an HTML canvas element for the minimap
    • Supports scene-specific overrides, also
    • See the wiki for more information

Fixes

  • Fixed an issue where non-GM users could pan the minimap when it was set to lock to GM view

Full Changelog: 1.1.1...1.2.0

1.1.1

17 Oct 05:54

Choose a tag to compare

Fixes

Changes

  • MiniMap no longer accounts for the chat notification tray when positioning itself, since messages shown there are only visible for a short time
  • Added a simple easing tween when updating the map's position, 'cause it looks snazzy.

1.1.0

29 Sep 13:51

Choose a tag to compare

New Features

  • Added hotkey to toggle minimap on and off (defaults to "m")
  • Padding setting is now split between an x and y value, to allow for setting the space from the horizontal or vertical edge of the window based on the position preset
  • Added support for drawings
  • Added support for map notes
  • Added support for ambient weather effects
  • Added support for scene darkness level
  • Added per-scene overrides for map configuration and visibility
  • Removed dependency on socketlib
  • Added a map marker system to add ... map markers, separate from map notes, which can be used with image-based minimaps. Also included are over 200 freaking sample marker images.
  • Added the ability to open actor sheets when right clicking tokens in the minimap

Fixes

  • SceneRenderer wasn't correctly sorting objects by type and elevation
  • Zooming should work more intuitively (finally)
  • Fixed a compatibility issue with mouse event handling with scenes that have Baileywiki Mass Edit's Scenescapes feature enabled (that one was weird)

Full Changelog: 1.0.1...1.1.0

1.0.1

02 Jun 03:02

Choose a tag to compare

Fixes

  • #7 : Added check for delta.texture.src change with document update
  • #6 : Added call to VideoHelper.play to ensure video sprites play and are looped

1.0.0

30 May 17:52

Choose a tag to compare

Initial release. Core features implemented:

  • Actually, you know, having a minimap at all.
  • Configurable overlay image, primarily for adding a fancy border.
  • Some sample overlay images to use.
  • Basic scene rendering