Releases: hrvach/deskhop
DeskHop v0.73
DeskHop v0.73
- Support multiple keyboard report IDs per iface
- Refactor support for multiple keyboard devices
- Add safety checks for buffer overflows
- Add proper FW version display in web UI
- Update JS to support swapped device descriptors
- Swap device descriptors, make the pid.codes one default
NOTE: If you have a udev rule on Linux for config mode, you need to edit the vendor / device to 0x2e8a and 0x107c
NOTE2: You might need to upgrade each board individually due to the bug fixed in the previous pre-release, otherwise the other board might overwrite the firmware back to the old version
DeskHop v0.71
DeskHop v0.71
-
Fixes bugs with multiple report IDs per device (#218)
-
Fixes non-byte-aligned NKRO parsing issue (#216)
-
Refactoring a monolith main.h into separate header files
for easier maintenance, adding some comments and cleanup. -
Fixed threshold issue setting for jumping between outputs (#192)
-
Fixed hotkey configuration clowntown (#197)
-
Firmware version and checksum were incorrectly parsed,
in a very embarrassing way.
Might require manual firmware upgrade 🤦♂️🤦♂️🤦♂️
DeskHop v0.70
DeskHop v0.70
- Minor bugfixes
DeskHop v0.69
DeskHop v0.69
- Fixed a minor bug with determining when to switch screens
DeskHop v0.68r2
DeskHop v0.68r2
Fixed screensaver issue with jitter, movement mirroring and changing position too fast.
DeskHop v0.68
DeskHop v0.68 (bugfixes)
- Added screensaver shortcuts
- Modified descriptor from 5+3 buttons to 8 buttons
- Tidied up CMakeLists
- Removed bootsel detection from non-debug version
- Added OSHW cert
DeskHop v0.67
DeskHop v0.67 (Bugfixes)
- Fix horizontal AC Pan
- Fix and unify the absolute and relative descriptors
DeskHop v0.66
DeskHop v0.66 (Bugfixes)
- Fixed a bug with special keys parsing
DeskHop v0.65
DeskHop v0.65 (Bugfixes)
- Fix gaming mode bug (fixing another issue broke proper support for gaming mode)
DeskHop v0.64
DeskHop v0.64 (Bugfixes)
-
Caps lock / Num lock didn't correctly remember output B state
-
Windows relative mouse was jumping from secondary to primary
-
Fixed NKRO keyboards without report ID
-
IMPORTANT: moved config shortcut to LEFT CTRL + RIGHT SHIFT + C + O
because users had issues with keyboards unable to send both
shifts. Sorry for changing this.