Skip to content

v0.2.4

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Mar 05:58
· 389 commits to main since this release

2023-03-02

Chores

Docs

Features

  • mouse capture is now more specific, should have substantial performance impact, 10x reduction in cpu usage when mouse is moved observed, as well as fixing intermittent mouse events output bug, [0a1b531], [93f7c07], [c74f6c1]
  • improve the styling of the help information popup, [28de74b]
  • use checked_sub & checked_div for bounds checks, [72279e2]

Fixes

  • correctly set gui error, [340893a]

Refactors

  • dead code removed, [b8f5792]
  • improve the get_width function, [04c26fe]
  • place ui methods into a Ui struct, [3437df5]
  • get_horizotal/vertical constraints into single method, [e8f5cf9]
  • docker update_everything variables, [074cb95]

see CHANGELOG.md for more details