Skip to content

Commit

Permalink
Update to latest nvda_dmp (#16508)
Browse files Browse the repository at this point in the history
nvda_dmp has received updates for better handling of large diffs, unicode characters, etc.

Description of how this pull request fixes the issue:
Updates nvda_dmp (and its backing diff-match-patch implementation) to the latest versi
  • Loading branch information
codeofdusk committed May 10, 2024
1 parent 1791eb9 commit 4f66fd6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/nvda_dmp
Submodule nvda_dmp updated 1 files
+9 −9 nvda_dmp.py
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ requests==2.31.0
Pillow==10.3.0 -C "zlib=disable" -C "jpeg=disable"

#NVDA_DMP requires diff-match-patch
diff_match_patch_python==1.0.2
fast-diff-match-patch==2.1.0

# typing_extensions are required for specifying default value for `TypeVar`, which is not yet possible with any released version of Python (see PEP 696)
typing-extensions==4.9.0
Expand Down
1 change: 1 addition & 0 deletions user_docs/en/changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

* Component updates:
* Updated Unicode CLDR to version 45.0. (#16507, @OzancanKaratas)
* Updated fast_diff_match_patch (used to detect changes in terminals and other dynamic content) to version 2.1.0. (#16508, @codeofdusk)
* The fallback braille input table is now equal to the fallback output table, which is Unified English Braille Code grade 1. (#9863, @JulienCochuyt, @LeonarddeR)
* NVDA will now report figures with no accessible children, but with a label or description. (#14514)
* When reading by line in browse mode, "caption" is no longer reported on each line of a long figure or table caption. (#14874)
Expand Down

0 comments on commit 4f66fd6

Please sign in to comment.