25.7.0 (2025-05-07)
Features
- core: Added ability to toggle linewise hybrid mode (4c880d2), closes #330
- latex: Added
\mathrm{}
to latex fonts (0f27afe), closes #341
Bug Fixes
- config: Fixed a bug with concealcursor beinh not set when preview is disabled (eed5410)
- core: Fixed a bug with preview being shown after runnibg
Disable
(2b810d7) - link: Allow users to change preference for opening text files (7953828), closes #328
- renderer_markdown: List item padding's
start_col
no longer exceeds line length (40a7356) - renderer_markdown: Shift width & indent size of list items now fallback to 1 when the function calculation fails (180c67b)
- renderer_markdown: Signs for ATX heading now pass through
tostring()
first (ad10211), closes #323 - renderer_markdown: Turn non-number
indent_size
to 1 (59d3baa), closes #323