-
Notifications
You must be signed in to change notification settings - Fork 40
TodoTxtMac Roadmap
Michael Descy edited this page Mar 12, 2016
·
10 revisions
- Remove deprecated methods as of Mac OS X 10.11 (except for the cell-based table view).
- Minor UI refresh related to the new task text field placement.
- Add recurring tasks feature.
- Change filter state and due state definitions to match what is implemented in SwiftoDo.
- Add ability to reload file when it is changed by another app, such as Dropbox.
- Change from cell-based NSTableView to view-based NSTableView for forward OS X compatibility.
- Fix any bugs.
- Maintain compatibility with the next major Mac OS X release.
- Threshold date support ("t:yyyy-mm-dd")
- Prepend text to existing tasks (Option+T)
- Fresh, new icon submitted by Sam Daitzman
- Highlight colors for arbitrary tags ("key:value" pairs within task text)
- Reset user preferences to defaults button in Preferences window
- Reset filters to defaults button in Filter window (use this if you experience problems loading/displaying files after upgrading)
- Various minor enhancements
- Add status bar that shows number of tasks, which filter applies, etc.
- Add list of projects and contexts to Task List Metadata window
- Find and replace substrings within selected tasks
- Improve filter preset and search bar interrelationship
- Fix known filter-related bugs
- Improve text parsing of tasks
- Improve text parsing of tasks to more strictly treat whitespace
- Fix timezone-related bugs affecting the date picker for the "set due date" and "set threshold date" commands
- Fix bug that prevented the task priority font from matching the the user-selected font
- Full undo/redo support