Releases: microsoft/XmlNotepad
XML Notepad 2.8.0.49
- Add option to disable default XSLT stylesheet
XML Notepad 2.8.0.48
- Fix single line text editor so it does not overlap the line below it.
- Fix XSLT Output browse button so it brings up the Save As File Dialog.
- Fix XSLT Output field so it honors a custom file extension entered by the user.
- Add recent files drop down to XSLT input filename box
Xml Notepad 2.8.0.47
- Fix bug with analytics confirmation prompt showing up multiple times.
- Update some dependencies
- Some code cleanups from Manoochehr Mojgani
Xml Notepad 2.8.0.46
Fix dynamic help bug introduced in the version 2.8.0.45.
Xml Notepad 2.8.0.45
Add support for <?xsl-output default="path"?>
as a way to provide a default output filename to use the XSLT stylesheet. You put this in the XML document along side the <?xml-stylesheet ...?>
instruction. The path can include a folder and the file extension will be overridden by the <xsl:output method="...">
information from the stylesheet, so can specify "*" as the file extension, for example: <?xsl-output default="hamlet.*"?>
Xml Notepad 2.8.0.44
Fix bug in xslt output getting deleted too aggressively. Output files are only deleted now if they have to be written to the %TEMP% folder. Also show generated output file name in the xslt output text box and only if the user changes this name will the previous generated file be deleted.
Xml Notepad 2.8.0.43
Make use of WebView2 a user specified option under new XSLT options section of Options dialog. Add better error handling if WebView2 doesn't work. Update the version on some dependent packages.
Xml Notepad 2.8.0.42
Fix XSLT output tab so the option WebView2 browser has AllowSingleSignOnUsingOSPrimaryAccount enabled.
Xml Notepad 2.8.0.41
Some bug fixes:
- Fix xslt output method html so the html renders properly.
- Fix one more keyboard shortcut.
- Fix .resx so the developer build works on non English locales.
- Fix bugs in Find/Replace clicking Replace repeatedly was broken.
- Change how file renames are tracked to fix github issue #113.
- Fix reloading of a file that has been deleted, github #112.
- Remove obsolete help index menu item.
- Make update available button easier to notice after check for updates.
Xml Notepad 2.8.0.39
A few bugs fixes:
- Fix bugs in XSLT output
- Fix bug in rendering large documents using default stylesheet.
- Fix layout bug of toolbar on high DPI screens.
- Fix bug in non-WebView2 case.