Releases: kdheepak/taskwarrior-tui
Releases · kdheepak/taskwarrior-tui
v0.8.14
What's Changed
- Fix table spacing issues (#40) @kdheepak
- Use from_utf8_lossy instead of from_utf8 everywhere (#39) @kdheepak
- Use String::from_utf8_lossy() for task description output (#38) @javabird25
v0.8.13
What's Changed
- Add rpm, deb, snap and appimage to GitHub releases (#36) @kdheepak
- Fix crash when running taskwarrior for the first time (#35) @kdheepak
v0.8.12
What's Changed?
- Fix crash when using
+
in filter string
v0.8.11
What's Changed?
- Support
PageUp
, PageDown
, J
and K
for moving through tasks and calendar
- Make Help Popup scrollable using
j
and k
v0.8.10
What's Changed?
- Add ability to toggle description of tasks using
z
(#26) @cheetelwin
- Support
uda.taskwarrior-tui.task-report.show-info
attribute
- Support attributes with either
-
or _
v0.8.8
What's Changed?
- Style active panel in bold.
v0.8.7
What's Changed?
- Better error messages
- Homebrew formula ci
v0.8.6
What's Changed?
- Return the error messages to the user
v0.8.5
What's Changed?
Fix Overdue date always shown in seconds and negative seconds (#24) @mk23w-vmware