Skip to content

TodoTxtMac Roadmap

Michael Descy edited this page Mar 12, 2016 · 10 revisions

Version 2 Releases

Version 2.0.0

  • 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.

Future 2.0 releases

  • 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.

Version 1 Releases

Version 1.3.0 (January 2015)

  • 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

Version 1.4.0 (February 2015)

  • 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

Version 1.5.0 (March 2015)

  • Improve filter preset and search bar interrelationship
  • Fix known filter-related bugs
  • Improve text parsing of tasks

Version 1.5.1 (May 2015)

  • 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

Version 1.6.0 (June 2015)

  • Full undo/redo support