Skip to content

Releases: MacDownApp/macdown

Version 0.5.5.1

31 Jan 12:44
Compare
Choose a tag to compare
  • Fixed crashes when the editor font is invalid.
  • Sparkle is re-bundled to make sure we're using 1.13.1.

Version 0.5.5

29 Jan 16:02
Compare
Choose a tag to compare

IMPORTANT SECURITY RELEASE; PLEASE UPGRADE NOW.

This update addresses the security issue found in Sparkle, the automatic upgrade framework used by MacDown. Please upgrade as the earliest possible chance.

You can read more about the security issue at https://github.com/sparkle-project/Sparkle/releases/tag/1.13.1.

Version 0.5.4

26 Jan 16:04
Compare
Choose a tag to compare
  • Fixed a bug causing text being incorrectly trimmed when toggling block syntaxes.
  • Fixed a bug causing crashes when entering Versions.
  • Fixed accessory display in highlighted code blocks.
  • Tried to fix automatic updates again.
  • Spelling fixes.
  • Updated Prism to 73b7135 with a lot of new languages.

Version 0.5.3

07 Nov 08:33
Compare
Choose a tag to compare
  • Fixed: Could not load HTTPS images.
  • Enhancement: Allow YAML front-matter to end with ....
  • Upgraded Prism to 05a2a15.

Version 0.5.2

03 Oct 10:34
Compare
Choose a tag to compare
  • Fixed: Preview not rendering under OS X 10.11 (El Capitan).
  • Enhancement: Better editor font size calculation.
  • Upgraded Prism to 1ab4619.

Version 0.5.1

28 Sep 12:16
Compare
Choose a tag to compare
  • Enhancement: Math block highlighting in editor.
  • Fixed 10.11 El Capitan compatibility.
  • Updated syntax highlighting (Prism @ 513137c).

Version 0.5

16 Aug 05:44
Compare
Choose a tag to compare
  • Fixed: Line numbers in code blocks not showing without a language tag.
  • Fixed: Out-of-bounds read when toggling markup in an empty line.
  • Fixed: Delete selection behaviour is shadowed by unindentation.
  • Enhancement: Make table-of-content rendering preference global.
  • Enhancement: Implement accessory view for code blocks.
  • Enhancement: More consistent behaviour when toggling block-level markup.
  • Update Prism to ee463e8:
    • Make line numbers plugin work without highlighting.
    • Misc. rendering glitches fixed.
    • Syntax improvements.

Version 0.4.6

10 Aug 15:17
Compare
Choose a tag to compare
  • Fixed: Preview becoming plain text when clicking on hyperlinks.
  • Fixed: Incorrect CLI utility behaviour when a MacDown instance is running.
  • Fixed: Crash on resource lookup failures.
  • Enhancement: Blockquote and indentation shortcuts now work for empty lines.
  • Enhancement: Add a class attribute to the TOC HTML list for styling.
  • Enhancement: Always add a language-* class to code blocks, even if syntax is
    not specified (language-none), as recommended by Prism.

Version 0.4.5.1

28 Jun 15:28
Compare
Choose a tag to compare

Freeze Sparkle under 1.8 for compatibility.

Version 0.4.5

28 Jun 14:51
Compare
Choose a tag to compare
  • Add toggle to zoom preview content based on editor font size.
  • Disable horizontal scrolling in editor to prevent word wrapping from failing.
  • Upgrade Hoedown to 3.0.3, fixing incorrect parsing in tables and comments.
  • Upgrade Sparkle to 1.10. May fix multiple issues with the updater window. Feedback needed.
  • Upgrade Prism to f28a3e0.
    • The following new syntaxes are included:
      • Brainfuck
      • Keyman
      • Makefile
      • REST
      • SASS
      • Smalltalk
      • Stylus
      • VHDL
      • Wiki
      • YAML
    • Syntax alias "sass" has been removed in favour of the SASS syntax.
  • Other dependency upgrades.