File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed
Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1- ## 0.11.0 - not published yet
1+ ## 0.11.0
22
3+ - Preserve most settings.xml elements in DOCX to RTF converter; this also fixes inaccurate paragraph spacing in some cases
4+ - Improve paragraph borders, spacing and indentation handling in DOCX to RTF/HTML converters
5+ - Fix sections when no SectionProperties is present (e.g. document produced by WordPad)
6+ - Fix issues with multi-level lists in DOCX to HTML/TXT converters
7+ - Fix text not wrapping in DOCX to HTML converter
38- Enable Dependabot to automate dependency updates
9+ - Other improvements
10+
11+ ** Full Changelog** : https://github.com/manfromarce/DocSharp/compare/v0.10.0...v0.11.0
412
513## 0.10.0 - 2025.08.04
614
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<Project >
33 <PropertyGroup >
4- <VersionPrefix >0.10 .0</VersionPrefix >
4+ <VersionPrefix >0.11 .0</VersionPrefix >
55 <Product >DocSharp</Product >
66 <Authors >Manfredi Marceca</Authors >
77 <Copyright >Copyright © Manfredi Marceca $([System.DateTime]::Now.Year)</Copyright >
Original file line number Diff line number Diff line change 1515 <Folder Name =" /Solution items/" >
1616 <File Path =" ../.editorconfig" />
1717 <File Path =" ../.gitignore" />
18+ <File Path =" ../CHANGELOG.md" />
1819 <File Path =" ../documentation/Supported_features.md" />
1920 <File Path =" ../LICENSE" />
2021 <File Path =" ../LICENSE-Apache" />
You can’t perform that action at this time.
0 commit comments