Releases: AllanChain/logseq-live-math
Releases · AllanChain/logseq-live-math
v1.4.2
[1.4.2] - 2024-06-24
Miscellaneous Tasks
- update MathLive to v0.100.0 (96c7eef)
v1.4.1
[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
[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
[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
[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
[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
[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
[1.2.2] - 2023-11-09
Bug Fixes
Documentation
Miscellaneous Tasks
- bump actions/setup-node from 3 to 4 (#10) (24fae4f)
v1.2.1
[1.2.1] - 2023-10-22
Documentation
- mention shortcut switching mode (4aa06a1)
Features
- add keyboard shortcut to trigger MathLive (bdc037c)
v1.2.0
[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)