Releases: kdheepak/taskwarrior-tui
Releases · kdheepak/taskwarrior-tui
v0.8.4
What's Changed?
- Update dependencies
- Add issue templates
v0.8.3
What's Changed?
- Allow using single quotes in command, modify and filter strings
v0.8.2
What's Changed?
- Color full line
- Change defaults for config
v0.8.1
What's Changed?
- Fix filter input
- Prevent calendar year < 0
v0.8.0
What's Changed?
- Make colors match taskwarrior more closely
v0.7.3
What's Changed?
- Make calendar show current year
- Support configuration of indicator from taskrc
v0.7.2
What's Changed?
- Use custom table implementation
- Fix color configuration
- Read DUE.TODAY as DUETODAY
v0.7.1
What's Changed?
- Make collect use placeholder
- Remove some uses of unwrap
- Fix color configuration
- Export headers once
v0.7.0
What's Changed?
- Refactor more code to use task_report_table
- Use length instead of percentage for constraint
- Add task_by_uuid and task_by_index
- Change blocked to blocking for color
- Add highlight_style bold modifier only once
- Refactor style
- Autoformat code
- Update to tui v0.12
- Use iter instead of into_iter
- Update width calculator