From 49202eeafdad8e5780fefdad3d2f87fd4354725e Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 3 Mar 2023 14:41:38 -0600 Subject: release as v0.6.5 good standard release really clean interaction to plugin really clean debug flags implementation common doAppend() idea, but it probably won't work re-implement combobox. this code base almost doesn't suck slider & spinner set values now tab set margin works convert dropdown to Send() lots of other changes to try to implement single line Entry() I guess use golang file names even though internalally the go developers use underscore chars in the actual go sources. Maybe there is a reason for that? go channel debug window does something make a debug window for channels. add sample icons Signed-off-by: Jeff Carr --- cmds/textbox/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cmds/textbox/Makefile') diff --git a/cmds/textbox/Makefile b/cmds/textbox/Makefile index 7b0e57d..6ca4329 100644 --- a/cmds/textbox/Makefile +++ b/cmds/textbox/Makefile @@ -1,5 +1,5 @@ run: build - ./textbox --gui-debug + GOTRACEBACK=all ./textbox --gui-debug build-release: go get -v -u -x . @@ -7,7 +7,7 @@ build-release: build: GO111MODULE="off" go get -v -x . - GO111MODULE="off" go build + GO111MODULE="off" GOTRACEBACK=all go build update: GO111MODULE="off" go get -v -u -x . -- cgit v1.2.3