Skip to content

Releases: FlamedDogo99/OverQuill

OverQuill v1.0.5

Choose a tag to compare

@FlamedDogo99 FlamedDogo99 released this 18 Oct 23:54
3247de1
  • Fixes breaking change introduced by the v6 CodeMirror Api

What's Changed

Full Changelog: v1.0.4...v1.0.5

OverQuill v1.0.4

Choose a tag to compare

@FlamedDogo99 FlamedDogo99 released this 10 Oct 03:22
f2d407e

Overquill Update 1.0.4

MathQuill Changes

Updated mathquill to use changes from FlamedDogo99/mathquill#1

  • Fixed merge conflicts with mathquill/mathquill#545
    • Makes lim, inf, sup, suplim inflim, and Pr have sublocks
  • Fixed merge conflicts with mathquill/mathquill#615
    • Adds more amsmath symbols
  • Added iint, iiint, iiiint and idotsint
  • Extended mathquill/mathquill#1064 to include array environments
    • Adds \array command to make an array environment.
    • Matrix functionality + column formatting options c, r, l and |

Editor Changes

LaTeX command suggestions now display under the current command wrapper

Repo Changes

Automated packaging of Chrome, Firefox and Edge builds

  • Removes invalid keys from manifest.json for each build

Full Changelog: v1.0.3...v1.0.4

MathQuill v1.0.3

Choose a tag to compare

@FlamedDogo99 FlamedDogo99 released this 15 Sep 15:51

First Release

  • Added support for Firefox
  • Loading fonts is now handled by the content script
  • Moved Dead Key handling into the page script
  • LaTeX command suggestions no longer use innerHTML
  • Removed jQuery dependency and moved to MathQuill api v3