From 4ff678d224551e11b795b1183832cd260728d7ad Mon Sep 17 00:00:00 2001 From: fafalone Date: Fri, 16 Sep 2022 12:02:50 -0400 Subject: [PATCH] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 706d1ad..7eff196 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# VBEventTrace/TBEventTrace +# VBEventTrace v2.1/TBEventTrace v2.2.2 ![Screenshot](https://i.imgur.com/8F2HYde.jpg) @@ -151,6 +151,13 @@ Changlog: ``` 'Applies to twinBASIC version only: +'Version 2.2.2 -Subclassing moved back to form and PictureBox now used for +' 'More Options' popup, taking advantage of new tB features to +' make this more similar to the VB version. +' -Bug fix: Default process cache option not selected; this was a +' visual glitch only, the logic still applied the right +' default if you didn't set it. +' 'Version 2.2 - Added option to display full process command line. (tB only) ' -Bug fix: SimpleOp incorrect buffer size error (MOF has no ' packing in data; tB inserted 4 extra bytes).