Skip to content

Releases: kraanzu/dooit

v2.2.0

25 Jan 16:24
Compare
Choose a tag to compare

2.2.0

Added

  • Add support for changing the default urgency of a todo with TODO.initial_urgency
  • Add support for changing urgency colors with TODO.urgency1_color to TODO.urgency4_color
  • Add shortcut for recursively expanding and closing todos (Ctrl + Z)
  • Add WORKSPACE.start_expanded and TODO.start_expanded to launch with the Workspace and Todo tree fully expanded
  • Dooit can now also be launched with python -m dooit

Fixed

  • App crashes when an opened workspace is deleted (closes #169)
  • App crashes on adding a workspace (closes #167)

TUI Update Fixes

07 Jan 03:20
Compare
Choose a tag to compare
v2.1.1

chore: add workflow-dispatch to python publish

Customize Date & Time Format

19 Oct 04:12
aebf445
Compare
Choose a tag to compare

v2.0.1

14 Sep 07:27
Compare
Choose a tag to compare

v2.0.0

01 Sep 10:23
a89df49
Compare
Choose a tag to compare

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

NixOS fix

09 Jul 13:39
Compare
Choose a tag to compare

Updating textual introduced some bugs for nix package manager

v1.0.1

27 Mar 16:06
b2ae966
Compare
Choose a tag to compare

Fixed

  • File not found error on windows (closes #91)
  • crash for python <= 3.10 (closes #99)

v1.0.0

02 Mar 07:57
3f62b39
Compare
Choose a tag to compare

A new release with bunch of new features + fixes
See CHANGELOG

v0.2.1

09 Jul 07:07
Compare
Choose a tag to compare

Minor bug fixes

v0.2.0

24 Jun 09:25
Compare
Choose a tag to compare
  • Bug and installation fixes
  • UI Improvements
  • Better todo.yaml