1.2 KiB
1.2 KiB
2023-03-13
Chores
- Rust 1.68.0 clippy linting, [
5582c45403] - devcontainer use sparse protocol index, [
20b79e9cd5] - dependencies updated, [
0c07d4b406], [601a73d2c8], [5aaa3c1ab0], [7a1563030e], [457157755b]
Features
- increase mpsc channel size from 16 to 32 messages, [
924f14e998] - KeyEvents send modifier, so can quit on
ctrl + c, [598f67c6f6] - only send relevant mouse events to input handler, [
507660d835]
Fixes
- GitHub workflow on SEMEVR tag only, [
1407738651]
Refactors
- replace
unwrap_or(())with.ok(), [8ba37a165b] - use
unwrap_or_default(), [79de92c392] - Result return, [
d9f0bd5566]
Reverts
- temporary devcontainer buildkit fix removed, [
d1497a4451]
see CHANGELOG.md for more details