Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion include/nvda_dmp
Submodule nvda_dmp updated 1 files
+1 −1 nvda_dmp.py
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ requests==2.31.0
charset-normalizer==2.1.1

#NVDA_DMP requires diff-match-patch
diff_match_patch_python==1.0.2
fast_diff_match_patch==2.0.1

# Packaging NVDA
py2exe==0.11.1.0
Expand Down
1 change: 1 addition & 0 deletions user_docs/en/changes.t2t
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Please refer to [the developer guide https://www.nvaccess.org/files/nvda/documen
- Note: this is an Add-on API compatibility breaking release.
Add-ons will need to be re-tested and have their manifest updated.
- Updated Comtypes to version 1.2.0. (#15513)
- Updated fast_diff_match_patch to version 2.0.1. (#15514)
- Added extension point: ``treeInterceptorHandler.post_browseModeStateChange``. (#14969)
-

Expand Down