From 21c6bbec5f9c823ee2787bbc1cc92cba3893d2d4 Mon Sep 17 00:00:00 2001 From: Jack Wills <32690432+mrjackwills@users.noreply.github.com> Date: Fri, 29 Apr 2022 18:01:15 +0000 Subject: [PATCH] changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb985b3..5bdf140 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ ### Features -+ allow toggling of mouse caputre, to select & copy text with mouse, [aec184ea22b289e91942a4c3e6a415685884bc47] ++ allow toggling of mouse caputre, to select & copy text with mouse, closes [#2], [aec184ea22b289e91942a4c3e6a415685884bc47] + show id column, [b10f927481c9e38a48c1d4b94e744ec48e8b6ba6] -+ draw_popup, using enum to draw in one of 9 areas, [1017850a6cc91328abc1127bdb117495f5e909d8] ++ draw_popup, using enum to draw in one of 9 areas, closes [#6], [1017850a6cc91328abc1127bdb117495f5e909d8] + use a message rx/sx for all docker commands, remove update loop, wait for update message from gui instead, [9b70fdfad7b38361ebee301bdc2545d3f0dfcf9e] ### Fixes