From 324f8f4fd3bc17ec8ee5687e3e7352a2e2164ba9 Mon Sep 17 00:00:00 2001 From: Jack Wills <32690432+mrjackwills@users.noreply.github.com> Date: Thu, 2 Mar 2023 05:29:20 +0000 Subject: [PATCH] docs: changelog --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38abc97..455a174 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,17 +7,17 @@ + comments improved, [ec962295a8789ff8010604e974969bf618ea7108] ### 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, [0a1b53111627206cc7436589e5b7212e1b72edb8], [93f7c07f708885f8870da5dfb6d57c62f93c9c78], [c74f6c1179b5f62989eb74f395a56b43a8781b03] -+ Improve the styling of the help information popup, [28de74b866f07c8543e46be3cab929eff28953fd] ++ 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, [0a1b53111627206cc7436589e5b7212e1b72edb8], [93f7c07f708885f8870da5dfb6d57c62f93c9c78], [c74f6c1179b5f62989eb74f395a56b43a8781b03] ++ improve the styling of the help information popup, [28de74b866f07c8543e46be3cab929eff28953fd] + use checked_sub & checked_div for bounds checks, [72279e26ae996353c95a75527f704bac1e4bcf4d] ### Fixes + correctly set gui error, [340893a860e99ec4029d12613f2a6de3cb7b47e2] ### Refactors -+ Dead code removed, [b8f5792d1865d3a398cd7f23aa9473a55dc6ea44] ++ dead code removed, [b8f5792d1865d3a398cd7f23aa9473a55dc6ea44] + improve the get_width function, [04c26fe8fc7c79506921b9cff42825b1ee132737] -+ Place ui methods into a Ui struct, [3437df59884f084624031fceb34ea3012a8e2251] ++ place ui methods into a Ui struct, [3437df59884f084624031fceb34ea3012a8e2251] + get_horizotal/vertical constraints into single method, [e8f5cf9c6f8cd5f807a05fb61e31d7cd1426486f] + docker update_everything variables, [074cb957f274675a468f08fecb1c43ff7453217d]