Updating the raise style used in the rtm library Im using
[doneit] / support / builddeb.py
index e47adc4..148f3c1 100755 (executable)
@@ -7,11 +7,31 @@ __appname__ = "doneit"
 __description__ = "Todo Manager"
 __author__ = "Ed Page"
 __email__ = "eopage@byu.net"
-__version__ = "0.3.0"
+__version__ = "0.3.1"
 __build__ = 0
 __changelog__ = '''\
+0.3.1
+ * Fixed bug where if you had no backend enabled, you couldn't enable a backend (Now hit "Connect" in the "File" menu)
+ * Fixed some polish bugs with the popup calendar
+ * Caching added to RTM backend
+
 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
+   * Due time
 '''
 
 
@@ -70,7 +90,7 @@ if __name__ == "__main__":
                        "|".join((oldName, newName))
                        for (oldName, newName) in files
                )
-       # p["/usr/share/applications/hildon"] = ["doneit.desktop"]
+       p["/usr/share/applications/hildon"] = ["doneit.desktop"]
        # p["/usr/share/icons/hicolor/26x26/hildon"] = ["26x26-doneit.png|doneit.png"]
        # p["/usr/share/icons/hicolor/64x64/hildon"] = ["64x64-doneit.png|doneit.png"]
        # p["/usr/share/icons/hicolor/scalable/hildon"] = ["scale-doneit.png|doneit.png"]