-
Notifications
You must be signed in to change notification settings - Fork 1
Comparing changes
Open a pull request
base repository: JSv4/Docxodus
base: v5.4.0
head repository: JSv4/Docxodus
compare: v5.4.1
- 6 commits
- 7 files changed
- 3 contributors
Commits on Jan 12, 2026
-
deps: Bump DocumentFormat.OpenXml from 3.3.0 to 3.4.1
--- updated-dependencies: - dependency-name: DocumentFormat.OpenXml dependency-version: 3.4.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for d076a54 - Browse repository at this point
Copy the full SHA d076a54View commit details
Commits on Jan 20, 2026
-
fix(comparer): add SimplifyMoveMarkup setting and change DetectMoves …
…default - Add SimplifyMoveMarkup setting to convert move markup (w:moveFrom/w:moveTo) to simple del/ins markup for Word compatibility (Issue #96 workaround) - Change DetectMoves default from true to false until Phase II fixes the underlying ID collision bug in FixUpRevMarkIds - Add SimplifyMoveMarkupToDelIns() method that: - Converts w:moveFrom to w:del - Converts w:moveTo to w:ins - Removes all move range markers - Add docs/plans/ to .gitignore for internal working documents Addresses Issue #96: Move operations cause Word 'unreadable content' warning
Configuration menu - View commit details
-
Copy full SHA for 09b4dcd - Browse repository at this point
Copy the full SHA 09b4dcdView commit details -
docs: update CHANGELOG and CLAUDE.md for Issue #96 fix
- Add Issue #96 fix to CHANGELOG under [Unreleased] Fixed section - Update WmlComparerSettings documentation in CLAUDE.md: - Change DetectMoves default from true to false - Add SimplifyMoveMarkup setting - Add warning about known move detection issue
Configuration menu - View commit details
-
Copy full SHA for 1014e2a - Browse repository at this point
Copy the full SHA 1014e2aView commit details
Commits on Jan 21, 2026
-
test(comparer): add SimplifyMoveMarkup tests and fix call location
- Add 6 new tests for SimplifyMoveMarkup functionality: - SimplifyMoveMarkup_ShouldConvertMoveFromToDel - SimplifyMoveMarkup_ShouldConvertMoveToToIns - SimplifyMoveMarkup_ShouldRemoveRangeMarkers - SimplifyMoveMarkup_ShouldPreserveAttributes - SimplifyMoveMarkup_WhenFalse_ShouldPreserveMoveElements - DetectMoves_ShouldDefaultToFalse - SimplifyMoveMarkup_ShouldDefaultToFalse - Fix SimplifyMoveMarkupToDelIns call location - must be after PutXDocument() so document parts are available for modification
Configuration menu - View commit details
-
Copy full SHA for a161308 - Browse repository at this point
Copy the full SHA a161308View commit details -
Merge pull request #97 from JSv4/feature/issue-96-simplify-move-markup
fix(comparer): Add SimplifyMoveMarkup setting for Word compatibility (Issue #96)
Configuration menu - View commit details
-
Copy full SHA for ccf4ad1 - Browse repository at this point
Copy the full SHA ccf4ad1View commit details -
Merge pull request #95 from JSv4/dependabot/nuget/Docxodus.Tests/Docu…
…mentFormat.OpenXml-3.4.1 deps: Bump DocumentFormat.OpenXml from 3.3.0 to 3.4.1
Configuration menu - View commit details
-
Copy full SHA for 0fa5c85 - Browse repository at this point
Copy the full SHA 0fa5c85View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v5.4.0...v5.4.1