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
Copy file name to clipboardExpand all lines: user_docs/en/changes.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,6 +70,7 @@ Unicode CLDR has also been updated.
70
70
* When reading by line in browse mode, "caption" is no longer reported on each line of a long figure or table caption. (#14874)
71
71
* In the Python console, the last unexecuted command will no longer be lost when moving in the input history. (#16653, @CyrilleB79)
72
72
* A unique anonymous ID is now sent as part of optional NVDA usage statistics gathering. (#16266)
73
+
* The Report link destination, Character formatting information, and Speak selection dialogs, now include "Close" and "Copy" buttons for user convenience. (#16369, @XLTechie)
73
74
* By default, a new folder will be created when making a portable copy.
74
75
A warning message will inform you if you try writing to a non-empty directory. (#16684)
75
76
@@ -116,6 +117,7 @@ It is especially useful to read the error location markers in tracebacks. (#1632
116
117
Jobs are scheduled with a delay to avoid conflicts.
117
118
*`scheduleThread.scheduleDailyJob` and `scheduleJob` can be used to schedule jobs at custom times, where a `JobClashError` will be raised on a known job scheduling clash.
118
119
* It is now possible to create app modules for apps hosting Edge WebView2 (msedgewebview2.exe) controls. (#16705, @josephsl)
120
+
*`ui.browseableMessage` may now be called with options to present a button for copying to clipboard, and a button for closing the window. (#16369, @XLTechie)
0 commit comments