1 parent 478fd20 commit b7559e5Copy full SHA for b7559e5
1 file changed
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## [3.4.7] - June 16, 2026
4
+
5
+- feat(cli): add `word to-html`, `word from-html`, and `excel to-html` commands (#338)
6
+- fix(powerpoint): support ISO/IEC 29500 Strict OOXML presentations — translate Strict namespace URIs lazily via `XmlReader` wrapper in `GetXDocument()` (#339)
7
+- fix(powerpoint): translate `<a:graphicData uri=…>` content-type URIs and fix source `XDocument` mutation in `CopyPresentationParts` (#340)
8
+- refactor: modernize `as` + null-check to `is not` pattern matching in `WmlToHtmlConverter` and `WmlToXml` (#336)
9
+- chore(deps): update TUnit 1.49.0 → 1.54.0 (#337)
10
11
## [3.4.6] - June 10, 2026
12
13
- feat(cli): add `word verify` and `excel verify` commands (#329)
0 commit comments