1.7 KiB
1.7 KiB
2023-03-02
Chores
- dependencies updated, [
aac3ef2b1d], [4723be7fb2], [c69ab4f7c3], [ba6437862d], [2bb4c33890] - dev container install x86 musl toolchain, [
e650034d50]
Docs
- typos removed, [
23ad9a5fb3], [cebb975cb8], [fdc67c9249] - comments improved, [
ec962295a8]
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, [
0a1b531116], [93f7c07f70], [c74f6c1179] - improve the styling of the help information popup, [
28de74b866] - use checked_sub & checked_div for bounds checks, [
72279e26ae]
Fixes
- correctly set gui error, [
340893a860]
Refactors
- dead code removed, [
b8f5792d18] - improve the get_width function, [
04c26fe8fc] - place ui methods into a Ui struct, [
3437df5988] - get_horizotal/vertical constraints into single method, [
e8f5cf9c6f] - docker update_everything variables, [
074cb957f2]
see CHANGELOG.md for more details