Skip to content

v1.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Dec 01:23
· 30 commits to main since this release
v1.3.0
c347f3d

[1.3.0] - 2023-12-10

Features

  • allow disable default command (776905d)
    Description: For example, now you can use
        {
        "key": "/",
        "ifMode": "math",
        "command": null
      },
    to disable / in math mode.
  • C-M auto search, no selection needed (c244214)
    Description: Ctrl + Shift + m now automatically detects the LaTeX formula under the cursor, and there's no need to select the math with mouse to open MathLive.

Bug Fixes

  • clean up on unload (f0db8f9)
    Description: Removes old MathLive JS after plugin unload, and hopefully make it smoother to upgrade the plugin

Miscellaneous Tasks

Styling