You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* brlapi Python bindings, version 0.8.5 or later, distributed with [BRLTTY for Windows](https://brltty.app/download.html), version 6.6
76
76
* lilli.dll, version 2.1.0.0
77
77
*[Python interface to FTDI driver/chip](http://fluidmotion.dyndns.org/zenphoto/index.php?p=news&title=Python-interface-to-FTDI-driver-chip)
78
78
*[Nullsoft Install System](https://nsis.sourceforge.io), version 3.08
79
-
* Java Access Bridge 32 bit, from Zulu Community OpenJDK build 13.0.1+10Zulu (13.28.11)
79
+
*[Java Access Bridge 32 bit, from Zulu Community OpenJDK build 13.0.1+10Zulu (13.28.11)](https://github.com/nvaccess/javaAccessBridge32-bin)
80
+
*[wil](https://github.com/microsoft/wil/)
80
81
*[Microsoft UI Automation Remote Operations Library, forked from @microsoft by @michaeldcurran](https://www.github.com/michaeldcurran/microsoft-ui-uiautomation/)
81
82
* Commit 224b22f3bf9e
82
-
* The fork specifically adds support for CallExtension / IsExtensionSupported to the high-level API, see pr microsoft/microsoft-ui-uiautomation#84.
83
+
* The fork specifically adds support for CallExtension / IsExtensionSupported to the high-level API, see pr microsoft/microsoft-ui-uiautomation#84 and #95.
83
84
84
85
Additionally, the following build time dependencies are included in the miscDeps git submodule:
Copy file name to clipboardExpand all lines: user_docs/en/changes.t2t
+9-2Lines changed: 9 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,13 @@ Add-ons will need to be re-tested and have their manifest updated.
56
56
- The ``BrailleDisplayDriver`` base class now has ``numRows`` and ``numCols`` properties to provide information about multi line braille displays.
57
57
Setting ``numCells`` is still supported for single line braille displays and ``numCells`` will return the total number of cells for multi line braille displays. (#15386)
58
58
- Updated BrlAPI for BRLTTY to version 0.8.5, and its corresponding python module to a Python 3.11 compatible build. (#15652, @LeonarddeR)
59
+
- Updated ``include`` dependencies:
60
+
- detours to ``4b8c659f549b0ab21cf649377c7a84eb708f5e68``. (#15695)
61
+
- ia2 to ``3d8c7f0b833453f761ded6b12d8be431507bfe0b``. (#15695)
62
+
- sonic to ``8694c596378c24e340c09ff2cd47c065494233f1``. (#15695)
63
+
- w3c-aria-practices to ``9a5e55ccbeb0f1bf92b6127c9865da8426d1c864``. (#15695)
64
+
- wil to ``5e9be7b2d2fe3834a7107f430f7d4c0631f69833``. (#15695)
65
+
-
59
66
-
60
67
61
68
=== API Breaking Changes ===
@@ -64,11 +71,11 @@ Please open a GitHub issue if your Add-on has an issue with updating to the new
64
71
65
72
- NVDA is now built with Python 3.11. (#12064)
66
73
- Updated pip dependencies:
67
-
- configobj to 5.1.0dev commit e2ba4457. (#15544)
74
+
- configobj to 5.1.0dev commit ``e2ba4457c4651fa54f8d59d8dcdd3da950e956b8``. (#15544)
68
75
- Comtypes to 1.2.0. (#15513, @codeofdusk)
69
76
- fast_diff_match_patch to 2.0.1. (#15514, @codeofdusk)
70
77
- Flake8 to 4.0.1. (#15636, @lukaszgo1)
71
-
- py2exe to 0.13.0.1dev commit 4e7b2b2c60face592e67cb1bc935172a20fa371d. (#15544)
78
+
- py2exe to 0.13.0.1dev commit ``4e7b2b2c60face592e67cb1bc935172a20fa371d``. (#15544)
0 commit comments