Skip to content

Releases: kdheepak/taskwarrior-tui

v0.8.14

02 Nov 05:53
Compare
Choose a tag to compare

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

31 Oct 06:04
Compare
Choose a tag to compare

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

27 Oct 22:27
Compare
Choose a tag to compare

What's Changed?

  • Fix crash when using + in filter string

v0.8.11

27 Oct 22:07
Compare
Choose a tag to compare

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

27 Oct 05:56
Compare
Choose a tag to compare

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.9

25 Oct 15:37
Compare
Choose a tag to compare

What's Changed?

v0.8.8

25 Oct 05:53
Compare
Choose a tag to compare

What's Changed?

  • Style active panel in bold.

v0.8.7

25 Oct 02:43
Compare
Choose a tag to compare

What's Changed?

  • Better error messages
  • Homebrew formula ci

v0.8.6

24 Oct 13:17
Compare
Choose a tag to compare

What's Changed?

  • Return the error messages to the user

v0.8.5

24 Oct 06:01
Compare
Choose a tag to compare

What's Changed?

Fix Overdue date always shown in seconds and negative seconds (#24) @mk23w-vmware