diff options
| author | Paul Buetow <paul@buetow.org> | 2025-06-28 11:32:30 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-06-28 11:32:30 +0300 |
| commit | d06b179332e82635f6a7c8366e51fb5b421a7c2c (patch) | |
| tree | c571672a146d07de8d3969dc7e2c272331abef6a /internal/version.go | |
| parent | b659b8cf87c86280f62cef0f499a60b999e6ce6b (diff) | |
feat: add external editor support for description editing in detail viewv0.9.1
- Enable editing task description using external editor ($EDITOR)
- Create temporary file for editing and handle TUI editor properly
- Show editing indicator while external editor is active
- Add blinking feedback after successful description update
- Increment version from 0.9.0 to 0.9.1
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
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 f10ab7b..0e7e01e 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.9.0" +const Version = "0.9.1" |
