Releases: AllanChain/logseq-live-math
Releases · AllanChain/logseq-live-math
v1.4.3
v1.4.2
v1.4.1
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
v1.3.1
v1.3.0
[1.3.0] - 2023-12-10
Features
- allow disable default command (776905d)
Description: For example, now you can useto disable{ "key": "/", "ifMode": "math", "command": null },
/
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
- remind MathLive updates weekly (a970bff)
- lint-staged hook (c6153d5)
- add issue templates (753f013)
- simplify issue template (c2601d1)
- update social image (1e9e279)
- dependabot update day (95ef6fa)
- icon text to path (da506e9)
- bump mathlive from 0.97.4 to 0.98.3 (#17) (5c808c4)
- bump mathlive from 0.98.3 to 0.98.4 (#18) (c880ad4)
Styling
- prettier format (7501af9)