2023-03-13
Chores
- Rust 1.68.0 clippy linting, [5582c45]
- devcontainer use sparse protocol index, [20b79e9]
- dependencies updated, [0c07d4b], [601a73d], [5aaa3c1], [7a15630], [4571577]
Features
- increase mpsc channel size from 16 to 32 messages, [924f14e]
- KeyEvents send modifier, so can quit on
ctrl + c
, [598f67c] - only send relevant mouse events to input handler, [507660d]
Fixes
- GitHub workflow on SEMVER tag only, [1407738]
Refactors
- replace
unwrap_or(())
with.ok()
, [8ba37a1] - use
unwrap_or_default()
, [79de92c] - Result return, [d9f0bd5]
Reverts
- temporary devcontainer buildkit fix removed, [d1497a4]
see CHANGELOG.md for more details