Unclaimed project
Are you a maintainer of lan-mouse? Claim this project to take control of your public changelog and roadmap.
Claim this projectChangelog
lan-mouse
mouse & keyboard sharing via LAN
Back to changelogNew
v0.10.0
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/189cleanup server code + fix a lost update case by @feschber in https://github.com/feschber/lan-mouse/pull/191Add link to Synergy (open source) by @nbolton in https://github.com/feschber/lan-mouse/pull/194MacOS Multimonitor support by @Jacoby6000 in https://github.com/feschber/lan-mouse/pull/202macos: fix key-release with repeat logic by @feschber in https://github.com/feschber/lan-mouse/pull/206reference count capture by @feschber in https://github.com/feschber/lan-mouse/pull/209Add desktop and icon by @ICE-GB in https://github.com/feschber/lan-mouse/pull/212Add default.nix file to main and update readme by @emileakbarzadeh in https://github.com/feschber/lan-mouse/pull/211propagate event tap creation error by @feschber in https://github.com/feschber/lan-mouse/pull/218macos: implement client side modifier events by @feschber in https://github.com/feschber/lan-mouse/pull/219recreate wl_{pointer,keyboard} on capability event by @feschber in https://github.com/feschber/lan-mouse/pull/222Rename Synergy Community Edition to Deskflow by @byquanton in https://github.com/feschber/lan-mouse/pull/225upgrade ashpd + reis by @feschber in https://github.com/feschber/lan-mouse/pull/226update core-graphics / foundation by @feschber in https://github.com/feschber/lan-mouse/pull/227update screenshots by @feschber in https://github.com/feschber/lan-mouse/pull/228Update README.md by @feschber in https://github.com/feschber/lan-mouse/pull/229New 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