Skip to content

Releases: sbarex/QLMarkdown

Release 1.5.2 (53)

Choose a tag to compare

@sbarex sbarex released this 30 Jun 09:57

counter

New Features:

  • Support to force a light/dark appearance.
  • Support for printing the markdown preview from the main app.
  • Support for .mermaid files.
  • Highlight render engine updated to release 4.20.

Bugfix:

  • Fixed list bullet on task-list items (thanks to @soreavis).
  • Fixed auto-reload breaking when the file is saved by another app (thanks to @soreavis).
  • Fixed qlmarkdown_cli resource lookup when invoked via a symlink (thanks to @soreavis).
  • Fixed math extension (thanks to @RayCharlizard and @soreavis).
  • Fixed memory leaks in the inline-image, mention and emoji extensions (thanks to @soreavis).

** Remember to launch the main application after updating to automatically refresh the support files. **

Release 1.5.1 (52)

Choose a tag to compare

@sbarex sbarex released this 04 May 15:47

counter

Bugfix:

  • Fixed css popup menu refresh.

Release 1.5.0 (51)

Choose a tag to compare

@sbarex sbarex released this 08 Apr 16:38

counter

New Features:

  • Application is now codesigned and notarized!
  • Option to set the base font size.
  • All dependency libraries have been updated.
  • The application size has been reduced.
  • Marmeid.js and MathJax.js libraries can be linked to the web or embedded in the html output. You can also update from the web to the last release of the libraries.

Breaking changed:

  • This release will reset all previous settings.
  • The command line tool do not more use the same settings of the main application or the Quick Look extension.
  • Command line tool uses some different arguments.
  • Dropped support for guess the scripting language inside fenced blocks.

Release 1.0.24 (50)

Choose a tag to compare

@sbarex sbarex released this 18 Jan 19:08

counter

New Features:

Bugfix:

  • sub/sup extension.
  • support for encoded url for inline images.
  • removed some legacy code (thanks to @deepc0py)

Release 1.0.23 (48)

Release 1.0.23 (48) Pre-release
Pre-release

Choose a tag to compare

@sbarex sbarex released this 23 May 14:05

counter

Bugfix:

  • Better message error on saving settings.

Release 1.0.23 (49)

Choose a tag to compare

@sbarex sbarex released this 26 May 19:36

counter

Bugfix:

  • Unable to save the settings.

Release 1.0.22 (47)

Choose a tag to compare

@sbarex sbarex released this 22 May 12:49

counter

New Features:

  • Support for MDX files (.mdx, without JSX rendering).
  • Support for Cursor Rulers files (.mdc).
  • Highlight updated to 4.16.
  • Lua updated to 5.4.7.
  • File updated to 5.46.
  • Enry updated to 2.9.2.
  • Support for UTI io.typora.markdown.

Bugfix:

  • Rewrite settings management to bypass warnings about accessing settings from other applications. You will need to reset any preferences you have changed.
  • Unused code has been removed (including the ability to choose a theme for code formatting, now to change it you will need to edit the css file)

Release 1.0.21 (46)

Choose a tag to compare

@sbarex sbarex released this 31 Dec 17:35

counter

New Features:

  • Warning about this is not a Markdown editor app.
  • Alert when the app is closed and the current markdown file was changed.
  • Experimental Shortcut Action (require macOS 15.2).

Bugfix:

  • Temporary fix for $ recognition without mathematical expression.

Release 1.0.20 (45)

Choose a tag to compare

@sbarex sbarex released this 05 Aug 17:54

counter

New Features:

  • Support for some extended syntax:
    • highlight text with ==
    • subscript (~) and superscript (^)

Release 1.0.19 (44)

Choose a tag to compare

@sbarex sbarex released this 05 Jun 04:56

counter

Bugfix:

  • Fixed saving about flag settings.