Skip to content

Releases: microsoft/XmlNotepad

Xml Notepad 2.9.0.21

28 Mar 00:31

Choose a tag to compare

Fix issue security advisory on DTD processing. Make default Ignore DTD option True, which is more secure.

Xml Notepad 2.9.0.20

27 Mar 20:59

Choose a tag to compare

Fix issue security advisory on DTD processing. Make default Ignore DTD option True, which is more secure.

Xml Notepad 2.9.0.19

27 Mar 08:04

Choose a tag to compare

Fix issue security advisory on DTD processing.

Xml Notepad 2.9.0.18

09 Jan 08:53

Choose a tag to compare

Fix issue #463: Don't add a missing XML declaration on save.
Fix issue #460: Remove formatting for XML elements that are not allowed to contain whitespace (XSD Schema content model is Empty, Mixed, or TextOnly).

Xml Notepad 2.9.0.17

16 Nov 20:22

Choose a tag to compare

Fix issue #463: Don't add a missing XML declaration on save.
Fix issue #460: Remove formatting for XML elements that are not allowed to contain whitespace (XSD Schema content model is Empty, Mixed, or TextOnly).

Xml Notepad 2.9.0.16

10 Dec 23:01

Choose a tag to compare

Fix issue #430: Autoformat on Save with empty XML-Elements.
Formatting Options has new setting to format Xml attributes each on a separate line.

Xml Notepad 2.9.0.15

15 Oct 23:48

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

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

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

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.