Skip to content

Releases: mike-ward/Markdown-Edit

Release 1.28.2

13 Jul 22:32
Compare
Choose a tag to compare

What's changed:

  • Fix bug #165 with update to CommonMark.NET
  • Internal build changes

Release 1.28.1

06 Jul 13:53
Compare
Choose a tag to compare

What's changed:

  • Update CommonMark.NET lib to fix issue #159
  • Remove As Local File from image drop menu. Add standard Save As option
  • Improve list auto numbering algorithm #138
  • Improvements to math rendering #156
  • Improvements to document reformatting
  • Improvements to AppVeyor build

Release 1.28

19 Jun 17:15
Compare
Choose a tag to compare

What's changed:

  • #135 found some more edge cases and fixed
  • Add sprites as a DataUri to default template. External
    emojisprites.png no longer needed (but remains for legacy)
  • #149 Add command line option to installer to suppress desktop
    icon (icon=0)
  • Fixed issue with external WpfMouseWheelLib crashing on some systems.
    Project appears to no longer be maintained. Created a Github project
    and fixed issue. Guess I own it now.
  • #153 Added character encoding settings and automatic detection via
    Mozilla library.
  • Beefed up build commands.

Release 1.27

29 May 14:34
Compare
Choose a tag to compare

What's changed;

  • Add toggle to document statistics to show words/paragraphs/pages.
  • Introducing (almost) portable version (still requires .NET 4.5.2+ be installed on target system).
  • Fix bug #135 - Spell check in lists broken
  • Update to latest AvalonEdit and Commonmark packages
  • Update to latest Pandoc.

Release 1.26

24 Apr 19:20
Compare
Choose a tag to compare

What's changed:

  • table text overlapped when splitting over pages #126
  • GitHub-like Emoji rendering #128
  • Touchpad scrolling is way too fast #129
  • Ampersand in headings #130
  • IgnoreYaml doesn't work #131 (removed feature)
  • Curly quotes #134 (added snippets)
  • New version incorrectly suggested #136 (false positives on network login)

Release 1.25.1

13 Mar 21:03
Compare
Choose a tag to compare

Fix crash when reformatting document and cursor is at end of document and reformatted text is shorter causing out of range exception.

Release 1.25

13 Mar 20:30
Compare
Choose a tag to compare

What's changed:

  • Added Table of Contents (document structure) viewer. Ctrl+. #95
  • Better scroll sync #114
  • Fixed unintended preview wiindow closing #122
  • Add setting to override default culture langauge (CultureLanguage="") #120
  • Added graceful restart when settings file is corrupted #127

Release 1.24

20 Feb 14:00
Compare
Choose a tag to compare

What's changed

  • Allow only one instance of a file #97
  • Fix issues with Recent Files dialog #101
  • Pasting link sometimes doesn't convert it to MD link #107
  • Cursor position goes to end of document after formatting #109
  • Inserting image link issues #112
  • Layout and scale problem on HighDPI displays #113
  • Auto-continue task lists #119

Release 1.23 - Paste images from clipboard

06 Feb 15:57
Compare
Choose a tag to compare

What's changed:

  • Added option to copy drag & drop image file to local folder (new feature)
  • Local folder feature enumerates document path-relative folders (new feature)
  • Paste image from clipboard (new feature)
  • Local folder feature supported in Paste image from clipboard feature (new feature)
  • Upload image feature supported in Paste image from clipboard feature (new feature)

If text and image formats available on clipboard, text is used.

Make DocumentFile bindable

31 Jan 21:23
Compare
Choose a tag to compare

Works lots better when you do that 😄