⚠️ 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
- chore(release): v0.19.0 release branch (DO NOT MERGE until stable) by @Jocs in https://github.com/marktext/marktext/pull/4269
- chore: bump develop to 0.20.0-dev by @Jocs in https://github.com/marktext/marktext/pull/4296
- docs(release): update Step 7 asset list to 24 by @Jocs in https://github.com/marktext/marktext/pull/4298
- docs(end-user): align user docs with 0.19 prefs and platform matrix by @Jocs in https://github.com/marktext/marktext/pull/4300
- docs(dev): sync developer docs with current codebase by @Jocs in https://github.com/marktext/marktext/pull/4299
- chore: convert repo to pnpm monorepo (packages/desktop, muyajs, website) by @Jocs in https://github.com/marktext/marktext/pull/4302
- refactor(website): migrate to Next.js 15 + Cloudflare Workers CI by @Jocs in https://github.com/marktext/marktext/pull/4305
- feat(website): serve www.marktext.me (301 → apex) by @Jocs in https://github.com/marktext/marktext/pull/4308
- fix(website): www→apex redirect (middleware) + smarter preview-URL parsing by @Jocs in https://github.com/marktext/marktext/pull/4309
- ci(website): enable Preview URLs on marktext-website Worker by @Jocs in https://github.com/marktext/marktext/pull/4311
- refactor(website): redesign landing page, drop markdown engine deps by @Jocs in https://github.com/marktext/marktext/pull/4312
- feat(muya): migrate TS rewrite to packages/muya alongside legacy muyajs by @Jocs in https://github.com/marktext/marktext/pull/4314
- feat(website): add /docs route and consolidate docs/ under packages/website/ by @Jocs in https://github.com/marktext/marktext/pull/4316
- fix: replace remaining absolute raw.githubusercontent.com URLs with relative paths in READMEs by @Copilot in https://github.com/marktext/marktext/pull/4329
- fix(website): serve prerendered docs pages via static-assets cache by @Jocs in https://github.com/marktext/marktext/pull/4335
- fix(website): open download buttons in new tab pointing to releases page by @Jocs in https://github.com/marktext/marktext/pull/4336
- refactor(website): simplify docs subtree (palette / sidebar / markdown / nav) by @Jocs in https://github.com/marktext/marktext/pull/4349
- refactor(website): simplify landing page (helpers, types, data-driven blocks) by @Jocs in https://github.com/marktext/marktext/pull/4350
- chore(website): tighten middleware matcher; drop unused 'use client' by @Jocs in https://github.com/marktext/marktext/pull/4351
- fix(muyajs): preserve nested lists of differing types (#4341) by @Jocs in https://github.com/marktext/marktext/pull/4354
- fix(muyajs): allow CJK ideographs as flanking boundary for emphasis by @Jocs in https://github.com/marktext/marktext/pull/4355
- fix(muyajs): clamp setStart offset to legal range to prevent IndexSizeError (#2800) by @Jocs in https://github.com/marktext/marktext/pull/4358
- fix(muyajs): null-guard list block paths to prevent renderer crash (#4346) by @Jocs in https://github.com/marktext/marktext/pull/4359
- fix: restore local builds after monorepo split by @Jocs in https://github.com/marktext/marktext/pull/4361
New Contributors
- @Copilot made their first contribution in https://github.com/marktext/marktext/pull/4329
Full Changelog: https://github.com/marktext/marktext/compare/v0.19.0...v0.19.1