Improved error logging. In the (hopefully unlikely) event that MarkdownPad crashes, it will store detailed crash information to C:/markdownpad_error.log.
You can then use this information when completing the fancy MarkdownPad Bug Report form.
Fixed: A bug that only occurred in Windows XP when using less than 32-bit color depth.
If the application is launched directly via its executable (rather than the correct ClickOnce shortcut in the Start Menu), it now notifies the user in the About menu after the version number.
Changed default Open File dialog format to support more Markdown file types by default. (.txt, .markdown, .md, .mdown). Can select All Files if using something else.
Fixed: A rare bug that stopped MarkdownPad from opening properly.
Changed default Editor font to Consolas (it’s prettier than Courier New, but is only included in Windows Vista and Windows 7). If Consolas isn’t installed, it defaults to Courier New.
Added option to use Underline-style Markdown Headings for selected text in Options. If enabled, selected text will be formatted with ======= and ------- for <h1> and <h2>, respectively.
Customizable Bullet syntax in Options. You can now select between all three valid Bullet styles: Hypen (-), Asterisk (*), and Plus (+).
Removed space before Bullet formatting.
Minor visual tweak to Insert Image and Insert Link dialogs.