Skip to content

1.13.2

Choose a tag to compare

@github-actions github-actions released this 15 Aug 09:04
· 32 commits to main since this release

Fixed

  • Maps that were already open when Advanced Maps loaded now adopt the
    enhancement exactly once.
    A native initialization already in flight is
    observed rather than started again; disabling or closing the view while it
    finishes cannot install late controls or layers; and a surviving GCJ-02 or
    BD-09 map is not shifted a second time when the plugin reloads.

  • An inline map that finishes initializing after its embed has gone away is
    now destroyed.
    The late native view can no longer leave a detached WebGL
    context, listeners or drawing work behind after a note closes.

  • A photo wins a click where its thumbnail and a track overlap. The photo
    opens once even when both its thumbnail and fallback dot receive the event,
    while modifier-click still opens the image file directly. Disabling or
    reloading the plugin also removes its decoded thumbnail images from a native
    map that stays alive.

  • HEIC, HEIF and AVIF photos now follow the standard Exif item offset. The
    offset points directly to the TIFF header, including when padding makes it
    non-zero; the bounded legacy Exif\0\0 layout remains supported.