From 5247a201c8ba77329c7b1ee40da7b8e43a56b567 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 1 Mar 2026 18:10:19 +0200 Subject: =?UTF-8?q?Release=20v0.1.0:=20code=20quality=20audit=20=E2=80=94?= =?UTF-8?q?=20fix=20dialog=20bug,=20refactor,=20add=20tests?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Fix per-keystroke dialog storm when text exceeds maxTextLength - Extract logEntry() for testable persistence with filepath.Join - Extract newInputWidget() and deduplicate shared-text loading - Rename appId to appID per Go naming conventions - Delete unused debugSharedPath function - Add error distinction in readSharedFromCache (log real errors) - Fix ANDORID_NDK_HOME typo to ANDRIOD_NDK_HOME in Magefile - Run gofmt, go mod tidy; promote defaultDirectory to const - Add unit tests for logEntry and readSharedFromCache stub Co-Authored-By: Claude Opus 4.6 --- go.mod | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 033fb60..d5214e4 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,10 @@ module codeberg.org/snonux/quicklogger go 1.21.6 -require fyne.io/fyne/v2 v2.4.3 +require ( + fyne.io/fyne/v2 v2.4.3 + github.com/magefile/mage v1.15.0 +) require ( fyne.io/systray v1.10.1-0.20231115130155-104f5ef7839e // indirect @@ -19,7 +22,6 @@ require ( github.com/godbus/dbus/v5 v5.1.0 // indirect github.com/gopherjs/gopherjs v1.17.2 // indirect github.com/jsummers/gobmp v0.0.0-20151104160322-e2ba15ffa76e // indirect - github.com/magefile/mage v1.15.0 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect github.com/srwiley/oksvg v0.0.0-20221011165216-be6e8873101c // indirect github.com/srwiley/rasterx v0.0.0-20220730225603-2ab79fcdd4ef // indirect -- cgit v1.2.3