diff options
| author | Paul Buetow <paul@buetow.org> | 2025-05-18 20:21:51 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-05-18 20:21:51 +0300 |
| commit | 03d42cb0a5be72ca529ecfb531098b6386a8b01c (patch) | |
| tree | dcbc6cac0e2efbf7dd7e729922919e0f68167b8b | |
| parent | d663129391cbe42a1f387eb10fc2a35499eae707 (diff) | |
add more fields
| -rw-r--r-- | FyneApp.toml | 2 | ||||
| -rw-r--r-- | main.go | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/FyneApp.toml b/FyneApp.toml index 471a13e..07ad252 100644 --- a/FyneApp.toml +++ b/FyneApp.toml @@ -5,4 +5,4 @@ Website = "https://codeberg.org/snonux/quicklogger" Name = "quicklogger" ID = "org.buetow.quicklogger" Version = "0.0.2" - Build = 26 + Build = 28 @@ -21,10 +21,12 @@ const ( var ( defaultDirectory = "." defaultTagItems = []string{ + "infra", "log", "share", "share:li", "share:ma", + "share:no", "track", "track 10", "track 15", |
