diff --git a/source/addonStore/models/addon.py b/source/addonStore/models/addon.py index dead3aed6d8..76f204f887e 100644 --- a/source/addonStore/models/addon.py +++ b/source/addonStore/models/addon.py @@ -303,7 +303,7 @@ def _createInstalledStoreModelFromData(addon: Dict[str, Any]) -> InstalledAddonS sha256=addon["sha256"], minNVDAVersion=MajorMinorPatch(**addon["minNVDAVersion"]), lastTestedVersion=MajorMinorPatch(**addon["lastTestedVersion"]), - reviewURL=addon.get("reviewUrl"), + reviewURL=addon.get("reviewURL"), legacy=addon.get("legacy", False), ) diff --git a/user_docs/en/changes.t2t b/user_docs/en/changes.t2t index 027979a9101..a66ec9c4088 100644 --- a/user_docs/en/changes.t2t +++ b/user_docs/en/changes.t2t @@ -58,6 +58,7 @@ What's New in NVDA - Fixed a bug where audio coordinates would be played while the application is in sleep mode when "Play audio coordinates when mouse moves" is enabled. (#8059, @hwf1324) - Add-on Store: - When pressing ``ctrl+tab``, focus properly moves to the new current tab title. (#14986, @ABuffEr) + - The community reviews action will be available, and the reviews webpage will be shown in the details panel, in all tabs of the store (#16179, @nvdaes) - - In Adobe Reader, NVDA no longer ignores alternative text set on formulas in PDFs. (#12715) - Changed several gestures for BrailleSense devices to avoid conflicts with characters of the French braille table. (#15306) diff --git a/user_docs/en/userGuide.t2t b/user_docs/en/userGuide.t2t index 162f1dc5e06..ceaebd11970 100644 --- a/user_docs/en/userGuide.t2t +++ b/user_docs/en/userGuide.t2t @@ -3016,9 +3016,9 @@ Just like when you install or remove add-ons, you need to restart NVDA in order You can also enable or disable multiple add-ons at once by selecting multiple add-ons in the available add-ons tab, then activating the context menu on the selection and choosing the appropriate action. +++ Reviewing add-ons and reading reviews +++[AddonStoreReviews] -Before installing an add-on, you may want to read reviews by others. -Also, it may be helpful to other users to provide feedback about add-ons you have tried. -To read reviews for an add-on, select an add-on from the Available or Updatable add-ons tab, and use the "Community reviews" action. +You may want to read reviews by other users who have experienced an add-on, for example before you install it, or as you are learning to use it. +Also, it is helpful to other users to provide feedback about add-ons you have tried. +To read reviews for an add-on, select it, and use the "Community reviews" action. This links to a GitHub Discussion webpage, where you will be able to read and write reviews for the add-on. Please be aware that this doesn't replace direct communication with add-on developers. Instead, the purpose of this feature is to share feedback to help users decide if an add-on may be useful for them.