Skip to content

Releases: AllanChain/logseq-live-math

v1.4.2

24 Jun 12:19
v1.4.2
5f5cd79
Compare
Choose a tag to compare

[1.4.2] - 2024-06-24

Miscellaneous Tasks

  • update MathLive to v0.100.0 (96c7eef)

v1.4.1

01 May 13:07
v1.4.1
2b80f61
Compare
Choose a tag to compare

[1.4.1] - 2024-05-01

This release updates MathLive to 0.98.6, and use gather* environment to replace default \displaylines.

Bug Fixes

  • replace displaylines with gather* (352f2e9)

Documentation

  • many shortcuts are customized (7c87d6e)

v1.4.0

07 Jan 07:56
v1.4.0
412ad51
Compare
Choose a tag to compare

[1.4.0] - 2024-01-07

This release mainly adds better formatting with multiline math, and a hacky "fix" for AMS lines environment not supported issue.

Features

  • add line breaks with multiline math (776ee22)

Bug Fixes

  • focus back even when textarea disappears (d3de8e5)
  • popup has x-scroll when field is empty (17999ec)
  • more robust width adaptation (005f2e4)
  • [hack] replace unsupported lines environment (83050ce)

Documentation

  • recommend keyboard shortcut over command (9a9260a)
  • update demo screencast (4c2aee0)
  • input align environment (ad90317)
  • include align shortcut as example (d9673e8)

v1.3.1

14 Dec 02:33
v1.3.1
c4eef36
Compare
Choose a tag to compare

[1.3.1] - 2023-12-14

This release mainly fixes a bug that the MathLive popup shrinks as you type.

Bug Fixes

  • include margin and border when calc width (3ba977f)
  • scroll width DOM for new MathLive (ac0248d)

v1.3.0

10 Dec 01:23
v1.3.0
c347f3d
Compare
Choose a tag to compare

[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

v1.2.4

02 Dec 08:25
v1.2.4
6e6f2e0
Compare
Choose a tag to compare

[1.2.4] - 2023-12-02

Bug Fixes

  • avoid triggering resize on menu click (c4a64a8)
  • remove MathLive compute engine from menu (752359a)
  • match MathLive menu with current Logseq theme (585a6d3)

v1.2.3

30 Nov 11:48
v1.2.3
7cd9d2b
Compare
Choose a tag to compare

[1.2.3] - 2023-11-30

Bug Fixes

  • capture keydown from MathField (3e85c86)
  • use error type msg for errors (71b6891)
  • user keybindings should overwrite default (39344d3)

Documentation

  • mention shortcuts and discussion thread (0ef179c)
  • mention discussion thread in settings (de97227)

Features

  • option to disable default shortcuts (412243b)

Miscellaneous Tasks

Styling

v1.2.2

09 Nov 11:22
v1.2.2
185252d
Compare
Choose a tag to compare

[1.2.2] - 2023-11-09

Bug Fixes

Documentation

  • mention keyboard trigger (d7de60a)
  • use GitHub custom note block (174074d)
  • mention smartFormat (2a57677)

Miscellaneous Tasks

  • bump actions/setup-node from 3 to 4 (#10) (24fae4f)

v1.2.1

22 Oct 01:28
676bba2
Compare
Choose a tag to compare

[1.2.1] - 2023-10-22

Documentation

  • mention shortcut switching mode (4aa06a1)

Features

  • add keyboard shortcut to trigger MathLive (bdc037c)

v1.2.0

14 Oct 01:48
v1.2.0
51d6146
Compare
Choose a tag to compare

[1.2.0] - 2023-10-14

Bug Fixes

  • reset button mess things up (e4c416c)

Documentation

  • popup close now just closes the popup (c40097f)
  • enhance settings page description (2a953c0)
  • better smartFormat description (9ff2fb2)

Features

  • smart inline or display mode (d445365)
  • ctrl+$ shortcut to switch math mode (c85716b)
  • match MathLive mode with inline or display (e973ee8)