Skip to content

Releases: hwf1324/mouseEnhancement

v0.6.0

24 Mar 13:40
Compare
Choose a tag to compare
  • Added the ability to automatically update the mouse object at the end of each NVDA core cycle.

SHA256:
d3e4d9ebd67ef81116a2f4d76924034332221820072fbbf48e62d8b8f6112861 packaged_addon/mouseEnhancement-0.6.0.nvda-addon

v0.5.1

13 Mar 10:26
0c0a5ca
Compare
Choose a tag to compare
  • Electron: Fix freeze when browsing search suggestions in Chrome's address bar.
  • Code cleanup: applying @josephsl's suggestions. (Code comment not perfected.)

SHA256:
84aa38fa712ce57debcc7666188dbed9ba3368abdd5b8172eea9a8e3f5ca92cf packaged_addon/mouseEnhancement-0.5.1.nvda-addon

v0.5.0

11 Feb 03:21
a4d5c51
Compare
Choose a tag to compare
  • Experimental: Fix mouse tracking in Zoom, 飞书.
  • Electron: Restrict the redirection object to IAccessible to exclude applications that use UIA.
  • Git for Windows installer: Catch exceptions that can be safely ignored.

SHA256:
3c6c41965695ae4a0a0ee822b5dbce7c911c7bfa16c0382d6b2e9c1e39a20824 packaged_addon/mouseEnhancement-0.5.0.nvda-addon

v0.4.0

06 Jan 12:56
d713733
Compare
Choose a tag to compare
  • Experimental: Fix mouse tracking in WinUI apps by making obj.appModule.isGoodUIAWindow always return True when an object with a specific windowClassName property is encountered.
    • Windows Terminal: If the text unit is a paragraph, moving the mouse in the Terminal control restricts the text unit to lines.
  • Electron: cleaned up some unnecessary judgment logic.
  • Update add-on template.

SHA256:
f77322ff2f4c37c94bd925ae92a5bf61ae4c9edfc070ea85a04ab3b0033449b1 packaged_addon/mouseEnhancement-0.4.0.nvda-addon

v0.3.0

28 Oct 03:19
Compare
Choose a tag to compare
  • Change the add-on name to: Mouse Enhancement. (Doesn't take into account add-on upgrades.)
  • Ignore the error when entering the security screen because the object does not have the windowClassName attribute.
  • Mouse tracking can report the description of the option in the Git for Windows installer. (Individual options cannot be viewed individually.)
  • Update add-on template.

SHA256: 3c17c6fddefa073f8cfd0ad94528bb51b69e73fa4e19edad205ff951f0bdfb1f mouseEnhancement-0.3.0.nvda-addon

v0.2.0

12 Sep 11:30
4aa072c
Compare
Choose a tag to compare
Merge pull request #1 from hwf1324:addAppModule

update v0.2.0

v0.1.0

09 Sep 03:13
Compare
Choose a tag to compare
Fix release