From 964e2a9432e12b351f8f8f8e6f30607bf50d6899 Mon Sep 17 00:00:00 2001 From: Jack Wills <32690432+mrjackwills@users.noreply.github.com> Date: Thu, 2 Mar 2023 02:17:44 +0000 Subject: [PATCH] docs: changelog --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a6618f..3b98961 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +### Chores ++ dependencies updated, [aac3ef2b1def3345d749d813d9b76020d6b5e5ca], [4723be7fb2eb101024bb9d5a514e2c6cc51eb6f6], [c69ab4f7c3b873f25ea46958add37be78d23e9cf], [ba6437862dae0f422660a602aeabd6217d023fac] ++ dev container install x86 musl toolchain, [e650034d50f01a7598876d4f2887df691700e06a] + +### Docs ++ typos removed, [23ad9a5fb3cacf3fb8cb70c65ca9133ed9949e45], [cebb975cb82f653407ec801fd8c726ca6ed68289], [fdc67c9249a239bac97a78b20c9378472865209c] ++ comments improved, [ec962295a8789ff8010604e974969bf618ea7108] + +### Features ++ Mouse capture is now more fined grained, should have substantial performace impact on low end machines, as well as fixing intermittent mouse events output bug, [0a1b53111627206cc7436589e5b7212e1b72edb8] ++ Improve the styling of the help information popup, [28de74b866f07c8543e46be3cab929eff28953fd] ++ use checked_sub & checked_div for bounds checks, [72279e26ae996353c95a75527f704bac1e4bcf4d] + +### Refactors ++ Dead code removed, [b8f5792d1865d3a398cd7f23aa9473a55dc6ea44] ++ improve the get_width function, [04c26fe8fc7c79506921b9cff42825b1ee132737] ++ Place ui methods into a Ui struct, [3437df59884f084624031fceb34ea3012a8e2251] ++ get_horizotal/vertical contraints into single method, [e8f5cf9c6f8cd5f807a05fb61e31d7cd1426486f] ++ docker update_everything variables, [074cb957f274675a468f08fecb1c43ff7453217d] + # v0.2.3 ### 2023-02-04