Releases: mike-ward/Markdown-Edit
Releases · mike-ward/Markdown-Edit
Release 1.35
Release 1.34
- 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
- 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
- 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
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
What's changed:
- Russian translation
- Prefer 32 bit build setting
Release 1.30.1
- Fix #176
- Seperate CustomMarkdownEngine executable from arguments
Release 1.30
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
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
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