Releases: dooit-org/dooit
Releases · dooit-org/dooit
v3.2.3
v3.2.2
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
v3.2.0
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
andalways_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
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
v3.0.3
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
V3 Quick Hotfix!
Fixed
- Start crash due to missing folder
My Bad :)
v3.0.0
⚠️ NOTE: I might have missed a few things as this version is a total re-write from scratch, feel free to open an issue if that is the case. Yours truly will fix it asap!
Added
- Brand new dooit api for configurations
- Snappier UI Experience
- Event based code execution via dooit api
- Customize the columns order and visibility for todos and workspaces
- Allow addition of custom keybinds to trigger certain functions
- Better optimized bar (wont block ui)
- Custom formatters for column values to suit your needs!
- Multiple Theme support
- Custom CSS injections into the UI
- Dooit will now confirm node deletion by default. This behaviour can be changed via config
- many more...check out the wiki
Changed
- Sort options now appear in bar rather than a menu
- search will now show all items but will disable all non-matching ones
- Yanking was removed (will be introduced again as a plugin instead)
Removed
- Now todos are no longer stored in
todo.yaml
, run dooit migrate to migrate to new format - Old config will no longer work, see the latest docs to check out the configuration
Note
The support for YAML will be dropped from v3.0.0
New Contributors
- @DjTuner13 made their first contribution in #178
- @mimvoid made their first contribution in #179
- @khaneliman made their first contribution in #192
Full Changelog: v2.2.0...v3.0.0