From 692d2f878eaebd0cd1f8511c1bda37854dafe551 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Fri, 17 Apr 2009 10:34:20 -0500 Subject: [PATCH] Adding features supported / unsupported --- support/builddeb.py | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/support/builddeb.py b/support/builddeb.py index e47adc4..a17b4be 100755 --- a/support/builddeb.py +++ b/support/builddeb.py @@ -12,6 +12,20 @@ __build__ = 0 __changelog__ = '''\ 0.3.0 * Initial Release + * Backend Support: Remember The Milk + * Completing of tasks + * Browse to task URLs + * Task editing: + * Task list + * Task Name + * Task Priority + * Task Due Date + * Note Viewer / Editor + * Not supported: + * Adding, renaming, and (un)archiving of lists + * Uncompleting a task and viewing completed tasks + * Viewing/editing of task recurrence, time estimate, tags, location, url + * Postponing tasks ''' -- 1.7.9.5