Skip to content

Releases: sbarex/QLMarkdown

Release 1.0.23 (48)

23 May 14:05
Compare
Choose a tag to compare
Release 1.0.23 (48) Pre-release
Pre-release

counter

Bugfix:

  • Better message error on saving settings.

Release 1.0.23 (49)

26 May 19:36
Compare
Choose a tag to compare

counter

Bugfix:

  • Unable to save the settings.

Release 1.0.22 (47)

22 May 12:49
Compare
Choose a tag to compare

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)

31 Dec 17:35
Compare
Choose a tag to compare

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)

05 Aug 17:54
Compare
Choose a tag to compare

counter

New Features:

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

Release 1.0.19 (44)

05 Jun 04:56
Compare
Choose a tag to compare

counter

Bugfix:

  • Fixed saving about flag settings.

Release 1.0.18 (43)

04 Jun 19:46
Compare
Choose a tag to compare

counter

New Features:

  • Support for com.nutstore.down UTI.
  • cmark-gfm updated to version 0.29.0.gfm.13.
  • pcre2 updated to version 10.43.
  • Enty updated to version 2.8.8.
  • Settings to show about app info on the footer preview.
  • Link to buy me a ☕ ( ❤️ )

Bugfix:

  • Exported html head title filled with the filename.

Release 1.0.17 (42)

22 May 06:44
Compare
Choose a tag to compare

counter

New Features:

  • Improved Math (Latex) support (thanks to @mccann):
    • Prevent Markdown processing inside $'s
    • Allow multi-line Latex, like that supported by:
      • jupyter notebook
      • vscode
      • obsidian
      • probably many more - only tested the above.
    • Now prevents arbitrary html getting passed through.

Release 1.0.16 (41)

05 May 10:23
Compare
Choose a tag to compare

counter

New features:

  • Support mathematical expressions with the MathJax engine.
  • Update libraries:
    • cmark-gfm 0.29.0.gfm.11
    • highlight 4.5
    • lua 5.4.4
    • libmagic 5.44
    • go-enry v2.8.4
    • boost.
  • Settings UI redesigned.

Bugfix:

  • Alt attribute for emoji rendered as image.

Release 1.0.15 (40)

04 Apr 21:36
Compare
Choose a tag to compare

counter

New features:

  • The markdown file is automatically reloaded when it is edited outside of the app.
  • Preliminary support for Quarto files (.qmd).