diff options
| author | Paul Buetow <paul@buetow.org> | 2026-03-01 18:10:19 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-03-01 18:10:19 +0200 |
| commit | 5247a201c8ba77329c7b1ee40da7b8e43a56b567 (patch) | |
| tree | d5cd331e7bd5040ef3267e7f888a8c4463cd2832 /FyneApp.toml | |
| parent | 5fcb97aeb4ec1e291e221794df5d40b27ea60197 (diff) | |
Release v0.1.0: code quality audit — fix dialog bug, refactor, add testsv0.1.0
- 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 <noreply@anthropic.com>
Diffstat (limited to 'FyneApp.toml')
| -rw-r--r-- | FyneApp.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/FyneApp.toml b/FyneApp.toml index b409766..9a1ae86 100644 --- a/FyneApp.toml +++ b/FyneApp.toml @@ -4,5 +4,5 @@ Website = "https://codeberg.org/snonux/quicklogger" Icon = "icon.png" Name = "quicklogger" ID = "org.buetow.quicklogger" - Version = "0.0.4" - Build = 52 + Version = "0.1.0" + Build = 55 |
