Skip to content

Releases: dooit-org/dooit

v3.3.4

29 Nov 03:32
ba2a7ef

Choose a tag to compare

What's Changed

3.3.4

  • Fixed a but where keybind where freezing the ui (#246)

Full Changelog: v3.3.3...v3.3.4

v3.3.3

19 Aug 07:30
490a8ff

Choose a tag to compare

What's Changed

  • Add support for copying todos and workspaces and paste them in #241

Full Changelog: v3.2.3...v3.3.3

v3.2.3

09 Jun 07:41

Choose a tag to compare

What's Changed

Added

  • Allow enter key to be used for edit confirmation (#238)

Full Changelog: v3.2.1...v3.2.3

v3.2.2

14 May 14:37

Choose a tag to compare

What's Changed

3.2.2

Fixed

  • Siblings addition was messed up due to incorrect update

Full Changelog: v3.2.1...v3.2.2

v3.2.1

13 May 06:07

Choose a tag to compare

3.2.1

Fixed

  • Dooit crash on Zero/Null values for effort and urgency (#234)

Full Changelog: v3.2.0...v3.2.1

v3.2.0

12 May 16:25
7c92b1f

Choose a tag to compare

This release is to mostly fix issues in other package mngmt systems where textual lib has been updated in upstream
More changes:

3.2.0

Added

  • vars always_expand_workspaces and always_expand_todos
  • Support for latest textual (#229, #231, #232)
  • Add support for using custom database for todos (#224)

Fixed

  • Pending status getting resetted on sibling addition (#222)
  • Child task status reset when editing parent task (#227)

Changed

  • dev only We can now set order index arbitrarily and the todo position will adjust itself

v3.1.0

02 Dec 03:29

Choose a tag to compare

3.1.0

Added

  • Add get_formatter_by_id(id: int) to formatters
  • Add functionality to yank descriptions from todo and workspaces
  • Add -c/--config flag for running custom configs

Fixed

  • Question Mark shows help me while editing text (#214)
  • SqlOperationError on windows (#210)
  • Cant see the cursor when typing at the bottom of the screen (#218)

New Contributors

Thank you for using dooit <3

Full Changelog: v3.0.4...v3.1.0

v3.0.4

18 Nov 04:43
9c598bf

Choose a tag to compare

What's Changed

3.0.4

This is a minor release with no new changes but fixing some stuff that was caused by recent textual update

  • Fix tint on focused lists
  • Startup crash because of variable override (#207)

Full Changelog: v3.0.3...v3.0.4

v3.0.3

15 Nov 08:20
c38bd6d

Choose a tag to compare

3.0.3

Fixed

  • Recurrence not working as expected (#204)
  • Dooit crash on item delete and then addition (#205)
  • Stuck on CONFIRM mode if deletions are fast
  • Messed up column widths on sudden width changes
  • Values not getting parsed because of whitespace

Full Changelog: v3.0.2...v3.0.3

V3 migration Fix

10 Nov 15:53

Choose a tag to compare

Fixed

  • dooit migrate fails (#201)

My bad again :(