-
Notifications
You must be signed in to change notification settings - Fork 141
Version History
Savas Ziplies edited this page Apr 29, 2018
·
24 revisions
- 0.8.2
- Merged a lot of bugfixes and improvements, thanks to monoblaine
- Updated Markdig to v0.15.0, PDFSharp to v1.50.4845-RC2a and HTMLRenderer accordingly
- Added a shortcut to Options and About to MarkdownViewerPanel
- 0.8.1
- Fixed a bug cutting off text after 10000 characters (#60)
- Changed parsing of custom CSS to recognize @import statements and have them lead (#35)
- 0.8.0
- Changed CommonMark.net converter to Markdig
- Updated PDFSharp and HTMLRenderer accordingly
- 0.7.1
- Added handling of local image files
- 0.7.0
- Added a menu action to send content as HTML/Text E-mail (requires Outlook)
- Added a menu action to print the rendered content directly
- Added margins configuration for PDF exports
- Added a menu action to copy the rendered content to the clipboard
- Added options to open an exported PDF/HTML after the action completed
- 0.6.2
- Fixed an issue updating the scroll information in an invisible window
- Updated CommonMark.NET to version 0.15.1
- 0.6.1
- Fixed saving custom CSS to ini
- 0.6.0
- Updated the Notepad++ PluginPack.net for better x64 support and first x64 release
- Extended the documentation by a description about the included Options
- Added a MSBuild target to produce release zips automatically
- 0.5.1
- Fixed a bug always returning false while checking file extensions
- 0.5.0
- Added an options dialog for file extensions, HTML CSS and PDF attributes
- 0.4.5
- Fixed handling rendering Markdown in either editor view (thanks to dail8859)
- 0.4.4
- Update renderer scrolling when caret causes a scroll event (thanks to dail8859)
- 0.4.3
- Optimized viewer refresh calls in connection with Notepad++/Scintilla notifications (thanks to dail8859)
- Changed the dependencies of PDFSharp and HTMLRenderer to pre-releases for better page-break support in PDF files
- 0.4.2
- Fixed missing the last character from the editor text (thanks to dail8859)
- 0.4.1
- Fixed an issue of double header/footer in the HTML export
- 0.4.0
- Changed to NuGet dependencies merged via ILMerge
- Added support for rendering SVG images
- 0.3.1
- Added an "About" dialog
- 0.3.0
- Added an option to synchronize vertical scrolling from the editor to the viewer (based on the scrolled ratio, not content)
- 0.2.2
- Changed GetText method to support growing text lengths (lead to crashes)
- 0.2.1
- Updated CommonMark to version 0.15
- 0.2.0
- Changed the rendered view from a WinForms.WebBrowser to the HTMLRenderer.HtmlPanel
- Fixed an issue of the toolbar icon not toggling correctly via 'x' and multiple docked panels
- 0.1.1
- Fixed an issue of the toolbar icon not toggling when closing the panel directly via 'x'
- 0.1.0
- Initial plugin commit with basic features