Skip to content

1.0.1

Choose a tag to compare

@github-actions github-actions released this 16 Jul 01:39

Fixed

  • The Ghost Trail now works on Obsidian/Electron builds that do not resolve a
    relative require() from a plugin's main.js, which previously left the
    effect silently disabled. The ghost helpers are inlined into main.js, so the
    plugin is a single self-contained file with no second runtime file to load.
  • The ghost sprite is given an explicit width/height so it always rasterizes
    onto the canvas.

Changed

  • Manual installs now need only main.js, manifest.json, styles.css, and
    versions.jsonghost-core.js is no longer required at runtime.
  • The default ghost size is larger (24), and the Size slider now ranges up to 64.