Skip to content

v0.2.5

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Mar 22:25
· 435 commits to main since this release

2023-03-13

Chores

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