Skip to content

v2.0.0

Compare
Choose a tag to compare
@kraanzu kraanzu released this 01 Sep 10:23
· 1427 commits to main since this release
a89df49

2.0.0

Added

  • Dooit now allows duplicate descriptions to be added(closes #113)
  • Clear due date when selected (closes #111)
  • Add support for h / l to switch between panes (closes #96)
  • Add support for Yank whole todos/workspaces (closes #76)
  • Add support for save on escape (closes #106)
  • Add support for opening and highlighting URLs (closes #108)
  • Add support for changing due date format (due/remaining time) (closes #116)

Fixed

  • Slowness due to unnecessary rendering of the app
  • Slow loading of the app because of dateparser (see #136)
  • Text disappearing for non-alphabet characters in description(closes #112)
  • Todos disappearing when wrapping descriptions with tags/quotes/brackets (closes #107)
  • Use the background color specified in the config for the help menu
  • Bar did not pick a color from the config and used the regular background

Breaking Changes

  • Tags are now built-in within the description. They start with @ symbol (eg bring milk @chore)
  • Todos are no longer stored in a todo.txt format yaml file. This shouldn't break anything and the new version will take care of that!

Thanks!

What's Changed

Full Changelog: v1.0.2...v2.0.0