Skip to content

Releases: Saaalil/ReadMD

ReadMD main

Choose a tag to compare

@github-actions github-actions released this 03 Sep 05:03
445e468

Native Markdown editor for Windows and Linux. Open .md, .txt, and .html files locally, edit with a live preview, and export PDF, DOCX, or plain text. No account and no cloud.

0.3.10

  • Same as 0.3.9. The Windows installer is rebuilt after GitHub returned 504 while fetching NSIS.

0.3.9

  • Local images no longer leak HTML in the preview. Custom-protocol URLs cannot go through {@html}. The preview now inserts a plain img tag and sets the real source on the element after render.

0.3.8

  • Find stays in the find bar. Typing a search no longer jumps the cursor into the editor or overwrites the document. Replace and Replace all are the only ways the file changes.
  • Pasted images render again. Blob URLs were leaking into the preview as broken HTML. Local img/ files are shown through the asset protocol, then attached on the image element.

0.3.7

  • Pasted images show in the preview. Short img/….png links are loaded from the paste cache and from the document's img folder, so Ctrl+V and drop display the picture instead of the Markdown text.

0.3.6

  • Reopen the last file after relaunch. Recents and restart were blocked by Tauri's file scope. The app now reads and writes documents through its own backend, so the file you were editing comes back.

0.3.5

  • Paste images without base64. Ctrl+V stores the file locally and inserts a short img/a1b2c3d4.png link. Saving copies those files into an img folder next to the Markdown file. Existing giant data:image blobs are rewritten the same way.
  • Dropped images use the same short links.

Installed copies of 0.3.1+ can install this from the in-app Update now bar.

Windows

  • readmd_*_x64-setup.exe — installer (recommended)
  • readmd_*_x64_en-US.msi — MSI
  • readmd.exe — portable

Linux

  • readmd_*_amd64.AppImage — portable (recommended)
  • readmd_*_amd64.deb — Debian / Ubuntu

ReadMD v0.3.10

Choose a tag to compare

@github-actions github-actions released this 31 Aug 16:06

Native Markdown editor for Windows and Linux. Open .md, .txt, and .html files locally, edit with a live preview, and export PDF, DOCX, or plain text. No account and no cloud.

0.3.10

  • Same as 0.3.9. The Windows installer is rebuilt after GitHub returned 504 while fetching NSIS.

0.3.9

  • Local images no longer leak HTML in the preview. Custom-protocol URLs cannot go through {@html}. The preview now inserts a plain img tag and sets the real source on the element after render.

0.3.8

  • Find stays in the find bar. Typing a search no longer jumps the cursor into the editor or overwrites the document. Replace and Replace all are the only ways the file changes.
  • Pasted images render again. Blob URLs were leaking into the preview as broken HTML. Local img/ files are shown through the asset protocol, then attached on the image element.

0.3.7

  • Pasted images show in the preview. Short img/….png links are loaded from the paste cache and from the document's img folder, so Ctrl+V and drop display the picture instead of the Markdown text.

0.3.6

  • Reopen the last file after relaunch. Recents and restart were blocked by Tauri's file scope. The app now reads and writes documents through its own backend, so the file you were editing comes back.

0.3.5

  • Paste images without base64. Ctrl+V stores the file locally and inserts a short img/a1b2c3d4.png link. Saving copies those files into an img folder next to the Markdown file. Existing giant data:image blobs are rewritten the same way.
  • Dropped images use the same short links.

Installed copies of 0.3.1+ can install this from the in-app Update now bar.

Windows

  • readmd_*_x64-setup.exe — installer (recommended)
  • readmd_*_x64_en-US.msi — MSI
  • readmd.exe — portable

Linux

  • readmd_*_amd64.AppImage — portable (recommended)
  • readmd_*_amd64.deb — Debian / Ubuntu

ReadMD v0.3.9

Choose a tag to compare

@github-actions github-actions released this 31 Aug 15:42

Native Markdown editor for Windows and Linux. Open .md, .txt, and .html files locally, edit with a live preview, and export PDF, DOCX, or plain text. No account and no cloud.

0.3.9

  • Local images no longer leak HTML in the preview. Custom-protocol URLs cannot go through {@html}. The preview now inserts a plain img tag and sets the real source on the element after render.

0.3.8

  • Find stays in the find bar. Typing a search no longer jumps the cursor into the editor or overwrites the document. Replace and Replace all are the only ways the file changes.
  • Pasted images render again. Blob URLs were leaking into the preview as broken HTML. Local img/ files are shown through the asset protocol, then attached on the image element.

0.3.7

  • Pasted images show in the preview. Short img/….png links are loaded from the paste cache and from the document's img folder, so Ctrl+V and drop display the picture instead of the Markdown text.

0.3.6

  • Reopen the last file after relaunch. Recents and restart were blocked by Tauri's file scope. The app now reads and writes documents through its own backend, so the file you were editing comes back.

0.3.5

  • Paste images without base64. Ctrl+V stores the file locally and inserts a short img/a1b2c3d4.png link. Saving copies those files into an img folder next to the Markdown file. Existing giant data:image blobs are rewritten the same way.
  • Dropped images use the same short links.

Installed copies of 0.3.1+ can install this from the in-app Update now bar.

Windows

  • readmd_*_x64-setup.exe — installer (recommended)
  • readmd_*_x64_en-US.msi — MSI
  • readmd.exe — portable

Linux

  • readmd_*_amd64.AppImage — portable (recommended)
  • readmd_*_amd64.deb — Debian / Ubuntu

ReadMD v0.3.8

Choose a tag to compare

@github-actions github-actions released this 31 Aug 15:27

Native Markdown editor for Windows and Linux. Open .md, .txt, and .html files locally, edit with a live preview, and export PDF, DOCX, or plain text. No account and no cloud.

0.3.8

  • Find stays in the find bar. Typing a search no longer jumps the cursor into the editor or overwrites the document. Replace and Replace all are the only ways the file changes.
  • Pasted images render again. Blob URLs were leaking into the preview as broken HTML. Local img/ files are shown through the asset protocol, then attached on the image element.

0.3.7

  • Pasted images show in the preview. Short img/….png links are loaded from the paste cache and from the document's img folder, so Ctrl+V and drop display the picture instead of the Markdown text.

0.3.6

  • Reopen the last file after relaunch. Recents and restart were blocked by Tauri's file scope. The app now reads and writes documents through its own backend, so the file you were editing comes back.

0.3.5

  • Paste images without base64. Ctrl+V stores the file locally and inserts a short img/a1b2c3d4.png link. Saving copies those files into an img folder next to the Markdown file. Existing giant data:image blobs are rewritten the same way.
  • Dropped images use the same short links.

Installed copies of 0.3.1+ can install this from the in-app Update now bar.

Windows

  • readmd_*_x64-setup.exe — installer (recommended)
  • readmd_*_x64_en-US.msi — MSI
  • readmd.exe — portable

Linux

  • readmd_*_amd64.AppImage — portable (recommended)
  • readmd_*_amd64.deb — Debian / Ubuntu

ReadMD v0.3.7

Choose a tag to compare

@github-actions github-actions released this 31 Aug 15:10

Native Markdown editor for Windows and Linux. Open .md, .txt, and .html files locally, edit with a live preview, and export PDF, DOCX, or plain text. No account and no cloud.

0.3.7

  • Pasted images show in the preview. Short img/….png links are loaded from the paste cache and from the document's img folder, so Ctrl+V and drop display the picture instead of the Markdown text.

0.3.6

  • Reopen the last file after relaunch. Recents and restart were blocked by Tauri's file scope. The app now reads and writes documents through its own backend, so the file you were editing comes back.

0.3.5

  • Paste images without base64. Ctrl+V stores the file locally and inserts a short img/a1b2c3d4.png link. Saving copies those files into an img folder next to the Markdown file. Existing giant data:image blobs are rewritten the same way.
  • Dropped images use the same short links.

Installed copies of 0.3.1+ can install this from the in-app Update now bar.

Windows

  • readmd_*_x64-setup.exe — installer (recommended)
  • readmd_*_x64_en-US.msi — MSI
  • readmd.exe — portable

Linux

  • readmd_*_amd64.AppImage — portable (recommended)
  • readmd_*_amd64.deb — Debian / Ubuntu

ReadMD v0.3.6

Choose a tag to compare

@github-actions github-actions released this 31 Aug 14:22

Native Markdown editor for Windows and Linux. Open .md, .txt, and .html files locally, edit with a live preview, and export PDF, DOCX, or plain text. No account and no cloud.

0.3.6

  • Reopen the last file after relaunch. Recents and restart were blocked by Tauri's file scope. The app now reads and writes documents through its own backend, so the file you were editing comes back.

0.3.5

  • Paste images without base64. Ctrl+V stores the file locally and inserts a short img/a1b2c3d4.png link. Saving copies those files into an img folder next to the Markdown file. Existing giant data:image blobs are rewritten the same way.
  • Dropped images use the same short links.

Installed copies of 0.3.1+ can install this from the in-app Update now bar.

Windows

  • readmd_*_x64-setup.exe — installer (recommended)
  • readmd_*_x64_en-US.msi — MSI
  • readmd.exe — portable

Linux

  • readmd_*_amd64.AppImage — portable (recommended)
  • readmd_*_amd64.deb — Debian / Ubuntu

ReadMD v0.3.5

Choose a tag to compare

@github-actions github-actions released this 31 Aug 14:07

Native Markdown editor for Windows and Linux. Open .md, .txt, and .html files locally, edit with a live preview, and export PDF, DOCX, or plain text. No account and no cloud.

0.3.5

  • Paste images without base64. Ctrl+V stores the file locally and inserts a short img/a1b2c3d4.png link. Saving copies those files into an img folder next to the Markdown file. Existing giant data:image blobs are rewritten the same way.
  • Dropped images use the same short links.

Installed copies of 0.3.1+ can install this from the in-app Update now bar.

Windows

  • readmd_*_x64-setup.exe — installer (recommended)
  • readmd_*_x64_en-US.msi — MSI
  • readmd.exe — portable

Linux

  • readmd_*_amd64.AppImage — portable (recommended)
  • readmd_*_amd64.deb — Debian / Ubuntu

ReadMD v0.3.3

Choose a tag to compare

@github-actions github-actions released this 31 Aug 13:28

Native Markdown editor for Windows and Linux. Open .md, .txt, and .html files locally, edit with a live preview, and export PDF, DOCX, or plain text. No account and no cloud.

0.3.3

  • Paste and drop images the same way as GitHub. Ctrl+V a screenshot or drop a PNG/JPEG/GIF/WebP onto the window. If the document is saved, the image is written to a {filename}-assets folder beside it and a ![]() link is inserted. Untitled files keep a temporary image until you save.
  • Window close works again. The title-bar X could hang when unsaved changes or the command palette were involved. Closing now uses a native prompt, and the command palette has its own close button (Esc still works).

Installed copies of 0.3.1+ can install this from the in-app Update now bar.

Windows

  • readmd_*_x64-setup.exe — installer (recommended)
  • readmd_*_x64_en-US.msi — MSI
  • readmd.exe — portable

Linux

  • readmd_*_amd64.AppImage — portable (recommended)
  • readmd_*_amd64.deb — Debian / Ubuntu

ReadMD v0.3.2

Choose a tag to compare

@github-actions github-actions released this 31 Aug 13:06

Windows: NSIS setup (recommended) and MSI.
Linux: AppImage (portable) and .deb.

Installed copies check this release for updates and can install in-app.

ReadMD v0.3.1

Choose a tag to compare

@github-actions github-actions released this 31 Aug 12:42

Windows: NSIS setup (recommended) and MSI.
Linux: AppImage (portable) and .deb.

Installed copies check this release for updates and can install in-app.