β This is a pre-release
May contain bugs and unfinished features.
β οΈ Note for macOS users
Builds are unsigned (no Apple Developer ID). After dragging MarkText into Applications, clear the quarantine flag once:
xattr -cr /Applications/marktext.app
Verifying downloads
All artifacts are listed with their SHA-256 in SHA256SUMS.txt. Verify with:
sha256sum -c SHA256SUMS.txt --ignore-missing
What's Changed
fix(muya): make a code block a diagram when its language is a diagram language (#5060 ) by @Jocs in #5304
docs: fix the macOS alias path in the CLI docs by @Jocs in #5308
chore: run only eslint --fix on staged desktop TS/Vue files by @Jocs in #5318
fix(desktop): ignore line-ending menu updates for a closed window (#4923 ) by @Jocs in #5319
fix: #4926 prevent emoji deletion from splitting surrogate pairs by @Renakoni in #4931
fix(desktop): keep exported links working from folders named with #, ? or % by @Dev-next-gen in #5320
fix(desktop): explain the max width format in preferences (#5331 ) by @Jocs in #5334
fix(muya): delete emoji whole in code blocks and drop the caret-inside-cluster handler (#4926 ) by @Jocs in #5332
fix(desktop): keep exported images working from folders named with #, ? or % (#5335 ) by @Jocs in #5337
fix(muya): regex search freezes on zero-width patterns and splits emoji by @Jocs in #5333
fix(desktop): keep the share host in exported links from UNC documents (#5336 ) by @Jocs in #5338
fix: #4899 keep trailing content out of the child list when outdenting a list item by @doktorigi in #4913
fix(muya): keep the link popover open when moving between links (#5313 ) by @anandghegde in #5324
fix: reuse image on case-insensitive path match (#3119 ) by @dzid26 in #5326
fix(desktop): name copied images after their content, not their path (#5344 ) by @Jocs in #5346
fix(muya): only outdent a paragraph that sits in a nested list item (#5342 ) by @Jocs in #5345
fix(muya): split the list when outdenting a task item into a plain list (#5341 ) by @Jocs in #5348
fix(muya): edit a footnote definition as its own container (#5340 , #5343 ) by @Jocs in #5347
fix(muya): keep a Tab-indented list item out of a sublist of the other kind (#5349 ) by @Jocs in #5354
fix(muya): preserve ordered list source markers by @Renakoni in #4776
New Contributors
Full Changelog : v0.20.0-rc.2...v0.20.0-rc.3