KingDownloads

MarkText version history

10 releases tracked, newest first.

v0.20.0-beta.3

Pre-releaseJun 25, 2026
- Fixed various editor issues including undo/redo corruption and inline link preservation - Improved RTL support for nested lists and PDF/HTML exports - Fixed keybindings synchronization and theme color usage - Addressed multiple Muya editor bugs and added new contributors

13 downloads

v0.20.0-beta.2

Pre-releaseJun 23, 2026
- Converted repo to pnpm monorepo with multiple packages - Redesigned website landing page and migrated to Next.js 15 - Added multiple new Muya editor APIs including focus mode and block manipulation - Fixed various Muya editor issues with lists, CJK characters, and cursor handling

13 downloads

v0.19.1

Jun 6, 2026
- macOS users need to clear quarantine flag after installation - Added SHA-256 verification for downloads - Converted repo to pnpm monorepo and migrated website to Next.js 15 - Fixed various issues in muyajs and improved website documentation structure

13 downloads

v0.19.0

May 28, 2026
## ⚠️ 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 * Ignore empty key bindings by @fxha in https://github.com/marktext/marktext/pull/3077 * Update auto pair quote logic by @Lorilandly in https://github.com/marktext/marktext/pull/2960 * Fix image paste handler is not executed by @fxha in https://github.com/marktext/marktext/pull/3076 * Add experimental native support for Apple M1 by @fxha in https://github.com/marktext/marktext/pull/3089 * Update dependencies by @fxha in https://github.com/marktext/marktext/pull/3096 * Fix: "delete" shortcut on a selected image deletes the text after it (#2816) by @kiyoka in https://github.com/marktext/marktext/pull/3088 * Fix links to macOS releases by @yous in https://github.com/marktext/marktext/pull/3099 * Fix typo in the DataCenter class init method by @vdeschuy in https://github.com/marktext/marktext/pull/3104 * 0.17.1 by @fxha in ht

13 downloads

v0.19.0-rc.4

Pre-releaseMay 27, 2026
## ❗ 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(preferences): update broken doc links to correct develop-branch paths by @Jocs in https://github.com/marktext/marktext/pull/4281 * fix(build): restore dedicated .md file icon on Windows by @Blueteemo in https://github.com/marktext/marktext/pull/4284 **Full Changelog**: https://github.com/marktext/marktext/compare/v0.19.0-rc.3...v0.19.0-rc.4

13 downloads

v0.19.0-rc.3

Pre-releaseMay 25, 2026
## ❗ 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 * docs(release): expand RELEASE.md into a step-by-step playbook by @Jocs in https://github.com/marktext/marktext/pull/4270 * fix(release): restore updater metadata artifacts by @Jocs in https://github.com/marktext/marktext/pull/4272 * fix(sidebar): create-file button works in non-English locales by @Jocs in https://github.com/marktext/marktext/pull/4273 * chore: remove unused SVG icons from renderer by @Jocs in https://github.com/marktext/marktext/pull/4275 * FIx: switch path-browserify to Pathe + image pasting on windows + cleanup console.logs by @Tkaixiang in https://github.com/marktext/marktext/pull/4274 * refactor(image): remove GitHub uploader and None option; default to PicGo by @Jocs in https://github.com/marktext/marktext/pull/4276 * feat(side

13 downloads

v0.19.0-rc.2

Pre-releaseMay 24, 2026
## ❗ 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 ``` **Full Changelog**: https://github.com/marktext/marktext/compare/v0.19.0-rc.1...v0.19.0-rc.2

11 downloads

v0.19.0-rc.1

Pre-releaseMay 23, 2026
## ❗ 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 * Ignore empty key bindings by @fxha in https://github.com/marktext/marktext/pull/3077 * Update auto pair quote logic by @Lorilandly in https://github.com/marktext/marktext/pull/2960 * Fix image paste handler is not executed by @fxha in https://github.com/marktext/marktext/pull/3076 * Add experimental native support for Apple M1 by @fxha in https://github.com/marktext/marktext/pull/3089 * Update dependencies by @fxha in https://github.com/marktext/marktext/pull/3096 * Fix: "delete" shortcut on a selected image deletes the text after it (#2816) by @kiyoka in https://github.com/marktext/marktext/pull/3088 * Fix links to macOS releases by @yous in https://github.com/marktext/marktext/pull/3099 * Fix typo in the DataCenter class init method by @vdeschuy i

11 downloads

v0.17.1

Mar 7, 2022
## 0.17.1 Added experimental native support for Apple M1 (see #2983 if you have issues). **:butterfly:Optimization** - Improved behavior of inline markdown character auto pairing. **:beetle:Bug fix** - Fixed crash at startup when a key binding was unset. - Fixed paste handler for images. - Fixed deletion behavior of a selected image. <details class="details-example"> <summary><strong>Binary checksums</strong></summary> <table> <tr> <th>Name</th> <th>SHA256 checksums</th> </tr> <tr> <td>marktext-arm64-mac.zip</td> <td>703e5411b80514c867b4e9ce26dde5c16c416158ef45c6479256b6818aea5acf</td> </tr> <tr> <td>marktext-x64-mac.zip</td> <td>daba6e7358dc3488e29ffd786d5bf49ba41da66a53df91b11065d68c68846ee5</td> </tr> <tr> <td>marktext-arm64.dmg</td> <td>c7fb2f9917b0626999d4fef9a1827ccc515afb1c32f7453977af5c1cbcd9de4f</td> </tr> <tr> <td>marktext-x64.dmg</td> <td>83320faad3b217079f6638b1f4169ffc37465f255a93e262d1646f2a5f53f263</td> </tr> <tr> <td>marktext-x64.tar.gz</td> <td>6e333bcd1e8ae0cd93e1de52bdb966fdd9b8896986acb72f13d23ae1008

10 downloads

v0.17.0

Feb 23, 2022
## 0.17.0 Mark Text is now MarkText! We'd like to thank all contributors and users that have been using MarkText and worked on this release. **:warning:Breaking Changes:** - Changed multiple default key bindings. - Changed key binding handling: all key bindings are now mapped to the corresponding US key bindings. E.g. `Ctrl+Shift+7` on a German keyboard will now produce `Ctrl+/` because `Shift+7` is equivalent to `/`. - Image uploader: SM.MS was removed, GitHub uploader is deprecated and will be replaced by PicGo in our next release. **:cactus:Feature** - Added support for image path variables. - Added command-line image uploader and reworked settings. - Added regular expression group replacement to searcher. - Added PlantUML diagram support. - Added support for chemical equations in math mode. - Added automatic call to search for find-in-file when the pane is opened. - Open local non-markdown files in default application. - Added support to use all menu entries for key binding. - Added window zoom via default mouse event. - Zoom level is now restored on startup. - Added PicGo to upload images. - Ability to invalidate image cache on demand. - Added sett

8 downloads