You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: identify actual mouse model behind USB receivers via HID++ devic…
…e name query
USB Unifying/Bolt receivers (PID 0xC52B) report a generic PID and name
regardless of which mouse is connected, preventing Mouser from showing
the correct interactive schema. Now queries HID++ feature 0x0005
(DEVICE_NAME_TYPE) after connecting to get the real device name (e.g.
"MX Master 3S"), enabling proper device resolution and layout selection.
Closes#78
build: bump version to 3.5.0 in macOS spec files
Update CFBundleShortVersionString and CFBundleVersion to 3.5.0 in both
Mouser.spec and Mouser-mac.spec for the v3.5 release.
feat: add release workflow and Linux PyInstaller spec
Add GitHub Actions workflow that builds Windows, macOS, and Linux
executables via PyInstaller on tag push, and publishes them as
GitHub Release assets. Add Mouser-linux.spec without the
Windows-specific Qt DLL filtering that would break on Linux.
Closes#40