Releases: hwf1324/mouseEnhancement
Releases · hwf1324/mouseEnhancement
v0.4.0
- Experimental: Fix mouse tracking in WinUI apps by making
obj.appModule.isGoodUIAWindow
always returnTrue
when an object with a specificwindowClassName
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
- 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
Merge pull request #1 from hwf1324:addAppModule update v0.2.0
v0.1.0
Fix release