All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Add support for changing the default urgency of a todo with
TODO.initial_urgency
- Add support for changing urgency colors with
TODO.urgency1_color
toTODO.urgency4_color
- Add shortcut for recursively expanding and closing todos (Ctrl + Z)
- Add
WORKSPACE.start_expanded
andTODO.start_expanded
to launch with the Workspace and Todo tree fully expanded - Dooit can now also be launched with
python -m dooit
- App crashes when an opened workspace is deleted (closes #169)
- App crash on adding a workspace (closes #167)
- Add
USE_DAY_FIRST
settings to allow users to switch between day and month
Ctrl+q
did not exit the app (closes #140)
- 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)
- Slowness due to un-necessary rendering of the app
- Slow loading of 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 background color specified in config for help menu
- Bar did not pick color from config and used the regular background
- 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!
- A whole new API to interact with dooit (closes #23)
- Unlimited branching of todos and workspaces (closes #85 and #70 and #58)
- Smart node addition on
- Dooit now will not add an extra item automatically if you are just editing description of some node
- Support for edit and addition in SEARCH mode
- Previously users were only allowed to jump to the todo
- Synchronisation between multiple instances
- Previously dooit printed a warning and exited with a message indicating that it's already running (closes #49)
- New parameters for todos!
- Better date&time parsing
- Dooit now uses dateparser module to make it a lot easier to add and edit date&time (for #71)
- Custiomizable Bar
- Dooit now has a bar that can be customized to your liking!
- You can now use python scripts to display your desired content in the bar
- You can also use dooit API to display info in status bars
- A better config parser which handles ovveriden case better! (closes #64)
- Update textual which might fix several issues! (maybe closes #57 and #57)
- Using '/' in todos crashes app (closes #84)
- Remove mouse support...coz why not? (closes #69)
- Some keybindings
- Unicode by default (remove nerd font icons from default config)
- match-case stmts (Adds support for python>=3.7)