mirror of
https://github.com/wassname/pi-lgtm.git
synced 2026-06-27 17:01:35 +08:00
widget add taskid - fixes #3
This commit is contained in:
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.4.2] - 2026-03-24
|
||||
|
||||
### Added
|
||||
- **Task numbers in widget** — each task line now shows its `#id` (e.g., `◻ #3 Do something`), making blocker references like `blocked by #3` easy to cross-reference at a glance. Numbers are dimmed so they stay readable without competing with the task subject.
|
||||
|
||||
## [0.4.1] - 2026-03-22
|
||||
|
||||
### Added
|
||||
@@ -128,6 +133,7 @@ Initial release — Claude Code-style task tracking and coordination for pi.
|
||||
- **Background process tracker** — output buffering (stdout + stderr), waiter notification, graceful stop with timeout escalation (SIGTERM → 5s → SIGKILL).
|
||||
- **78 unit tests** — task store CRUD, dependencies, warnings, file persistence; widget rendering, icons, spinners, token/duration formatting; process tracker lifecycle.
|
||||
|
||||
[0.4.2]: https://github.com/tintinweb/pi-tasks/releases/tag/v0.4.2
|
||||
[0.4.1]: https://github.com/tintinweb/pi-tasks/releases/tag/v0.4.1
|
||||
[0.4.0]: https://github.com/tintinweb/pi-tasks/releases/tag/v0.4.0
|
||||
[0.3.3]: https://github.com/tintinweb/pi-tasks/releases/tag/v0.3.3
|
||||
|
||||
Reference in New Issue
Block a user