Review 2024.3 documentation changes#16742
Conversation
WalkthroughThe updates involve enhancements and new feature additions to NVDA, including detailed documentation on table support in add-ons, configuration updates for the NVDA modifier key, and various functional updates, bug fixes, and dependency upgrades in user documentation. Changes
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
CyrilleB79
left a comment
There was a problem hiding this comment.
Here is my review.
In addition to the comments in the code, the following points should be looked at in the change log:
- "menuitems": rather use "menu items" with dash
- Remove the following sentence which is useless since there are no deprecations:
Please refer to [the developer guide](https://www.nvaccess.org/files/nvda/documentation/developerGuide.html#API) for information on NVDA's API deprecation and removal process.
Note that this has not been removed for 2024.2, but IMO, it was a mistake.
| * NVDA will no longer appear to get stuck when closing the clipboard history and emoji panel. (#16346, #16347, @josephsl) | ||
| * NVDA will announce visible candidates again when opening the Windows 11 IME interface. (#14023, @josephsl) | ||
| * NVDA will announce visible candidates again when opening the IME interface. (#14023, @josephsl) | ||
| * NVDA will no longer announce "clipboard history" twice when navigating through the emoji panel menu items. (#16532, @josephsl) |
There was a problem hiding this comment.
@josephsl do you confirm this change log item? Seems strange that NVDA was announcing "clipboard history" in the emoji panel. Or was it a copy/paste issue with the other change?
There was a problem hiding this comment.
The title of the original issue mentions emoji panel, but the STR only mentions Clipboard history panel and its shortcut (windows+V).
That's why I was assuming that there were a cfusion somewhere and that I had tagged @josephsl for checking.
Co-authored-by: Cyrille Bougot <cyrille.bougot2@laposte.net>
Must be a squash merge
Changes from this PR to the previous release:
user_docs/en/userGuide.md,user_docs/en/changes.mddeveloperGuide.mdgit diff release-2024.2...docsFor2024.3 -- "**/en/*.md" "**/developerGuide.md"Common mistakes to check for:
NVDA+d)^ ( )*-)[^ ])')Summary by CodeRabbit
New Features
Enhancements
Bug Fixes
Documentation