Skip to content

Releases: microsoft/XmlNotepad

Xml Notepad 2.9.0.15

15 Oct 23:48
Compare
Choose a tag to compare

Fix issue #425: "No byte order mark on save" option throws stream closed exception add unit test.
Apply dark mode to window titlebar.

Xml Notepad 2.9.0.14

08 Oct 00:08
Compare
Choose a tag to compare

Fix issue #418: check setttings-file for "read-only".
Fix issue #398: XmlNotepad detects xml-errors at empty nillable xsd:date Elements, but xml is correct

Xml Notepad 2.9.0.13

23 Sep 18:17
Compare
Choose a tag to compare

Issue 409: Not able to validate XML against multiple not referenced Schemas
Issue 329: Incomplete schema validation of large XML files ( > ~20 MB).
Report invalid characters undex 0x20.
Fix unit tests so they run on Windows 11, including a work around for dotnet/winforms#10244.

Xml Notepad 2.9.0.12

20 Sep 20:47
Compare
Choose a tag to compare

Issue 324: Generate xml from schema, see ttps://youtu.be/5I_q1oXz02I.
Issue 385:: "XML Reload" removes loaded XSLT. You can now get auto-reload when xml file changes on disk
and you can turn off the prompt in options dialog and it will reapply the XSLT automatically.
update to WebView2 version 1.0.2739.15
Also preserve the selection in the XML tree view across file reloads.

Xml Notepad 2.9.0.11

19 Sep 21:07
Compare
Choose a tag to compare

Issue 382: Add progress bar on long XSLT transform operations.
Issue 379: Add Preserve Whitespace option so your XSLT transforms can output the whitespace correctly.
Bug 383: Reload of a "not loaded" file
Bug 381: Multiple instances resets the settings
Bug 380: Opening bad XML file keeps watching the file

Xml Notepad 2.9.0.10

27 Apr 00:05
Compare
Choose a tag to compare

Issue 382: Add progress bar on long XSLT transform operations.
Issue 379: Add Preserve Whitespace option so your XSLT transforms can output the whitespace correctly.
Bug 383: Reload of a "not loaded" file
Bug 381: Multiple instances resets the settings
Bug 380: Opening bad XML file keeps watching the file

Xml Notepad 2.9.0.9

19 Apr 22:54
Compare
Choose a tag to compare

Add ability to load .json files.

Add #367 preserve Options Dialog box relative location and size
Bug 370: Error Message after SEARCHING and drag & drop of a new file
Bug 371: Unhandled exception loading XML file with the http://www.crossref.org/schema/deposit/crossref4.4.2.xsd schemas.

Xml Notepad 2.9.0.8

22 Mar 03:25
Compare
Choose a tag to compare

Add ability to load .json files.

Add #367 preserve Options Dialog box relative location and size
Bug 370: Error Message after SEARCHING and drag & drop of a new file
Bug 371: Unhandled exception loading XML file with the http://www.crossref.org/schema/deposit/crossref4.4.2.xsd schemas.

Xml Notepad 2.9.0.7

23 Oct 23:11
Compare
Choose a tag to compare

Move to .NET Framework version 4.8.

Add some bootstrapping help creating an empty document by providing intellisense from
loaded schemas to show possible root elements and when an element is selected from the
list set the namespace correctly on the new element so intellisense continues from there.

Add new File/Open XmlDiff Styles menu item so you can edit the CSS styles for the XmlDiff output window.
Delete the file to reset back to the original styles.
The files lives in %LOCALAPPDATA%\Microsoft\Xml Notepad\XmlDiffStyles.css.

Add a Copy XPath command that gives you the XPath location of the selected element.

Fix Schema dialog row copy so it gives you a valid xsi:schemaLocation value.
Fix new bug in WebView2 initialization.

Xml Notepad 2.9.0.6

27 Sep 06:40
Compare
Choose a tag to compare

Add new Xml Diff option to "hide identical" elements in the output so that the HTML diff
scales much better on very large documents, thanks to Mark Roberts for the XmlDiff feature
behind this.

Issue 186 "Options" dialog now remembers its position.
Bug 331: "ReplaceAll" with unallowed characters gets stuck.