Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
lan-mouse-windows.zip | 2024-11-07 | 18.8 MB | |
lan-mouse-macos-aarch64 | 2024-11-07 | 4.4 MB | |
lan-mouse | 2024-11-07 | 10.3 MB | |
lan-mouse-macos-intel | 2024-11-07 | 4.7 MB | |
README.md | 2024-11-07 | 3.3 kB | |
v0.10.0 source code.tar.gz | 2024-11-07 | 217.1 kB | |
v0.10.0 source code.zip | 2024-11-07 | 253.9 kB | |
Totals: 7 Items | 38.7 MB | 5 |
I had to re-release, sorry about that. For some reason the release job did not want to release :(
What's Changed
- fix crash due to dropped fd by @feschber in https://github.com/feschber/lan-mouse/pull/167
- move refcounting of key presses to input-emulation by @feschber in https://github.com/feschber/lan-mouse/pull/169
- track pressed keys in input-capture by @feschber in https://github.com/feschber/lan-mouse/pull/170
- cleanup capture task by @feschber in https://github.com/feschber/lan-mouse/pull/177
- move lan-mouse protocol to separate crate by @feschber in https://github.com/feschber/lan-mouse/pull/178
- use local-channel instead of tokio sync channel by @feschber in https://github.com/feschber/lan-mouse/pull/179
- [WIP] MacOS inputcapture by @meck in https://github.com/feschber/lan-mouse/pull/131
- produce events in dummy capture-backend by @feschber in https://github.com/feschber/lan-mouse/pull/184
- include commit-hash in version by @feschber in https://github.com/feschber/lan-mouse/pull/185
- layer-shell: drop hard-dep on shortcut-inhibit by @feschber in https://github.com/feschber/lan-mouse/pull/188
- extract frontends and frontend-ipc code into separate crates by @feschber in https://github.com/feschber/lan-mouse/pull/186
- cleanup main by @feschber in https://github.com/feschber/lan-mouse/pull/189
- cleanup server code + fix a lost update case by @feschber in https://github.com/feschber/lan-mouse/pull/191
- Add link to Synergy (open source) by @nbolton in https://github.com/feschber/lan-mouse/pull/194
- MacOS Multimonitor support by @Jacoby6000 in https://github.com/feschber/lan-mouse/pull/202
- macos: fix key-release with repeat logic by @feschber in https://github.com/feschber/lan-mouse/pull/206
- reference count capture by @feschber in https://github.com/feschber/lan-mouse/pull/209
- Add desktop and icon by @ICE-GB in https://github.com/feschber/lan-mouse/pull/212
- Add default.nix file to main and update readme by @emileakbarzadeh in https://github.com/feschber/lan-mouse/pull/211
- propagate event tap creation error by @feschber in https://github.com/feschber/lan-mouse/pull/218
- macos: implement client side modifier events by @feschber in https://github.com/feschber/lan-mouse/pull/219
- recreate wl_{pointer,keyboard} on capability event by @feschber in https://github.com/feschber/lan-mouse/pull/222
- Rename Synergy Community Edition to Deskflow by @byquanton in https://github.com/feschber/lan-mouse/pull/225
- upgrade ashpd + reis by @feschber in https://github.com/feschber/lan-mouse/pull/226
- update core-graphics / foundation by @feschber in https://github.com/feschber/lan-mouse/pull/227
- update screenshots by @feschber in https://github.com/feschber/lan-mouse/pull/228
- Update README.md by @feschber in https://github.com/feschber/lan-mouse/pull/229
New Contributors
- @nbolton made their first contribution in https://github.com/feschber/lan-mouse/pull/194
- @Jacoby6000 made their first contribution in https://github.com/feschber/lan-mouse/pull/202
- @emileakbarzadeh made their first contribution in https://github.com/feschber/lan-mouse/pull/211
- @byquanton made their first contribution in https://github.com/feschber/lan-mouse/pull/225
Full Changelog: https://github.com/feschber/lan-mouse/compare/v0.9.1...v0.10.0