-
-
Notifications
You must be signed in to change notification settings - Fork 659
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All looks good.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
* Windows 11 fixes: | ||
* 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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems accurate to the original issue: #16532
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.md
developerGuide.md
git 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