Skip to content

Releases: thigoai/mnemo.md

v1.0.3-test

04 Feb 02:09

Choose a tag to compare

v1.0.3-test Pre-release
Pre-release
updating libs script

v1.0.2

02 Feb 01:08

Choose a tag to compare

What's new

GitHub Actions workflow

  • Added GitHub Actions workflow to automatically build and release Debian packages.
  • Updated Python dependencies to ensure compatibility with GTK and GObject Introspection.
  • Improved build reliability and packaging process.

Split Screen Improvements

  • Improved Split Screen with selectable layout modes: editor-only, 50/50 split, and preview-only views.

mnemo.md v1.0.0 - Initial Launch

23 Jan 21:12

Choose a tag to compare

This is the official first release of mnemo.

This version establishes the core functionality for writing, previewing, and exporting documents.

Key Features in this Version

  • Real-time Rendering: Side-by-side preview powered by marked.js.
  • Integrated Editor: Syntax highlighting and line numbers using the CodeMirror Dracula theme.
  • Export to PDF: Native PDF generation feature using pdfkit.
  • Optimized for Linux: Specifically tested and developed on Linux Mint.

Recommended (Debian/Ubuntu/Mint): Download the .deb package below. It is extremely lightweight and handles all dependencies automatically.
sudo apt install ./mnemo_1.0.0_all.deb

Manual: You can also run the source code directly using Python. The system still requires wkhtmltopdf for PDF exporting.