diff options
| author | Paul Buetow <paul@buetow.org> | 2026-02-04 09:19:29 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-02-04 09:19:29 +0200 |
| commit | 18f0573596392c98b9567bd441e61fc35026bfc6 (patch) | |
| tree | 5a89a0a5b1ec75d4916a55056a1ea5cfa0812717 /internal/version.go | |
| parent | ea201d1f3d32d491b89c06bf90b90536a7dc8678 (diff) | |
feat: add toggle for task completion blinking feedbackv0.11.0
- Add 'B' hotkey to toggle blinking on/off when tasks are marked done
- When disabled, tasks complete immediately without visual distraction
- When enabled, provides visual feedback with blinking animation
- Show status message indicating toggle state
- Bump version to 0.11.0
Diffstat (limited to 'internal/version.go')
| -rw-r--r-- | internal/version.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/version.go b/internal/version.go index 4829ec5..2cdc207 100644 --- a/internal/version.go +++ b/internal/version.go @@ -1,4 +1,4 @@ package internal // Version is the current version of Task Samurai. -const Version = "0.10.0" +const Version = "0.11.0" |
