Skip to content

Releases: mike-ward/Markdown-Edit

Release 1.35

06 Oct 14:11
Compare
Choose a tag to compare
  • Remove TOC code from default template due to script errors. (#258)

Release 1.34

30 Sep 21:10
Compare
Choose a tag to compare
  • Update Pandoc
  • Use Pandoc's newer GitHub Flavored Markdown support
  • Add Lua script to allow GitHub Task List checkboxes
  • Incorporate and close all outstanding pull requests
  • Add new translations (Czech, Portuguese)

Release 1.33

10 Jun 18:47
Compare
Choose a tag to compare
  • VS like selection style for editor
    Signed-off-by: Konstantin Gawrilyako [email protected]
  • update packages, remove browser unload code, move to vs2017
  • update packages
  • move to .net 4.7, update get/setter styles
  • fix out of range crash
  • fix file in use crash
  • fix some other crash reports
  • add github cmark for for future consideration
  • update pandoc, mess around with cmark-gfm

Version 1.32

02 Jan 18:49
Compare
Choose a tag to compare
  • make about label style wider
  • fix crash on tab at start of doc
  • update package
  • crash report fixes
  • limit spellling errors to 20 per paragraph
  • update pandoc

Version 1.31

02 Oct 18:26
Compare
Choose a tag to compare

Bug fixes:

  • #192 Dialog Find & Replace too narrow with translated interface
  • #193 Make italic tag color and spell-checker wrong word underline color different
  • #194 Show time near the document statistics
  • #195 Add en/em dashes support
  • #196 Visible Windows taskbar in fullscreen mode

Enhancements:

  • Update to MahApps Metro 1.3
  • Add color option in themes for spellcheck error indicator
  • Change toggle switch style in settings to newer Win10 look

Release 1.30.2

15 Sep 23:33
Compare
Choose a tag to compare

What's changed:

  • Russian translation
  • Prefer 32 bit build setting

Release 1.30.1

01 Sep 13:05
Compare
Choose a tag to compare
  • Fix #176
  • Seperate CustomMarkdownEngine executable from arguments

Release 1.30

25 Aug 23:28
Compare
Choose a tag to compare

What's changed

  • separate commands from code behind
  • fix index out of range when only front matter present
  • fix clipboard to DataUri
  • allow per monitor dpi
  • update packages
  • make stylesheet less github like (template for GitHub style can be found here)
  • add list indent on tab #170
  • add multicore-jit startup code
  • fix redraw issues
  • navigate to named anchors in same document #171
  • only add to list items if it's increasing line count #172
  • check if previous/previous line in list #173
  • enable newer common control styles

Release 1.29.1

31 Jul 14:53
Compare
Choose a tag to compare

What's changed:

  • Fixed the Pasted from HTML feature to read from the correct clipboard format (duh!)
  • Fixed Pasted from HTML menu to use the correct command handler

What hasn't changed:

  • Most days I'm an idiot.

Release 1.29

31 Jul 14:09
Compare
Choose a tag to compare

What's changed:

  • #167 - Dragging multiple image files inserts malformed Markdown
  • #160 - Paste HTML as Markdown
  • Ensure bottom of preview is shown when at bottom of document

There's a new popup menu option called Paste from HTML that will convert pasted HTML to markdown. Keyboard shortcut is Alt-V