TKDO 0.4

Misc new features and bugfixes -- set due date / lead time, 'cal' command, docs/examples. 2008-05-10

Milestone information

Project:
TKDO
Series:
trunk
Version:
0.4
Released:
 
Registrant:
TKDO Developers
Release registered:
Active:
No. Drivers cannot target bugs and blueprints to this milestone.  

Download RDF metadata

Activities

Assigned to you:
No blueprints or bugs assigned to you.
Assignees:
No users assigned to blueprints and bugs.
Blueprints:
No blueprints are targeted to this milestone.
Bugs:
No bugs are targeted to this milestone.

Download files for this release

After you've downloaded a file, you can verify its authenticity using its MD5 sum or signature. (How do I verify a download?)

File Description Downloads
download icon tkdo-0.4.tar.gz (md5, sig) 0.4 source tarball 13
last downloaded 48 weeks ago
Total downloads: 13

Release notes 

  General:
    + Added an example list to demonstrate usage.
    * Made development public, on https://launchpad.net/tkdo
    * Fixed bug 228839: snooze tag not removed after expiration.
    * Fixed bug 227555: doesn't ignore checkboxes in the middle of a line.
  CLI:
    + Added 'cal' command to show only due tasks.
  GUI:
    + Added dialog to set due date, recur schedule, and lead time.
    + Made the context list clickable for filtering.
    + Added 'l' for setting lead time.
    * Cleaned up some menus.
    - Removed non-vi commands from vi mode.

Changelog 

View the full changelog

revno: 111
tags: tkdo_0.4
committer: scott <scott@banana>
branch nick: tkdo
timestamp: Sun 2008-05-11 01:08:01 -0600
message:
  Bumped version to 0.4. Updated ChangeLog.summary.
modified:
  ChangeLog.summary
  Makefile
  todo.py
------------------------------------------------------------
revno: 110
committer: scott <scott@banana>
branch nick: tkdo
timestamp: Fri 2008-05-09 19:56:14 -0600
message:
  Fixed bug: cursor sometimes moved to first item instead of staying put.
modified:
  todo.py
------------------------------------------------------------
revno: 109
committer: scott <scott@axe>
branch nick: tkdo
timestamp: Fri 2008-05-09 18:44:24 -0600
message:
  Removed non-vi commands from vi mode.
  Allowing TKDO-specific commands (snooze, etc) there was a bad idea.
modified:
  todo.py
------------------------------------------------------------
revno: 108
committer: scott <scott@axe>
branch nick: tkdo
timestamp: Fri 2008-05-09 18:38:35 -0600
message:
  Added 'l' for 'set lead time'.
  Added lead time / due date functions to menu.
  Changed 'unset' messages to use 'A=None' instead of 'no A'.
modified:
  todo.py
------------------------------------------------------------
revno: 107
committer: scott <scott@axe>
branch nick: tkdo
timestamp: Fri 2008-05-09 18:19:11 -0600
message:
  Added lead time to due date dialog. Fixed broken "unset due" function.
modified:
  todo.py
------------------------------------------------------------
revno: 106
committer: scott <scott@axe>
branch nick: tkdo
timestamp: Fri 2008-05-09 17:56:27 -0600
message:
  Made due date dialog work.
modified:
  todo.py
------------------------------------------------------------
revno: 105
committer: scott <scott@axe>
branch nick: tkdo
timestamp: Fri 2008-05-09 17:22:09 -0600
message:
  Added example.otl to dist tarball. Added "Done" branch info to example.otl.
modified:
  Makefile
  example.otl
------------------------------------------------------------
revno: 104
committer: scott <scott@axe>
branch nick: tkdo
timestamp: Fri 2008-05-09 17:04:10 -0600
message:
  Fixed bug 227555: doesn't ignore checkboxes in the middle of a line.
modified:
  todo.py
------------------------------------------------------------
revno: 103
committer: scott <scott@axe>
branch nick: tkdo
timestamp: Fri 2008-05-09 16:58:27 -0600
message:
  Fixed bug 228839: snooze tag not removed after expiration.
modified:
  todo.py
------------------------------------------------------------
revno: 102
committer: scott <scott@axe>
branch nick: tkdo
timestamp: Tue 2008-05-06 19:16:15 -0600
message:
  Started implementing a handler for the due date dialog... not ready yet.
modified:
  todo.py
------------------------------------------------------------
revno: 101
committer: scott <scott@axe>
branch nick: tkdo
timestamp: Tue 2008-05-06 19:14:27 -0600
message:
  Updated idea list to fit the model I ended up using.
modified:
  ideas.otl
------------------------------------------------------------
revno: 100
committer: scott <scott@axe>
branch nick: tkdo
timestamp: Tue 2008-05-06 19:12:42 -0600
message:
  Replaced todo-example.otl with example.otl.
  The old file was some of my personal tasks, written mostly to help me
  determine whether my task model was sufficient to represent everything
  I need to get done. The new file is an actual example to help users
  learn how to use TKDO.
removed:
  todo-example.otl
added:
  example.otl
------------------------------------------------------------
revno: 99
committer: scott <scott@banana>
branch nick: tkdo
timestamp: Tue 2008-05-06 17:45:45 -0600
message:
  Fixed interval detection in due date dialog.
modified:
  todo.py
------------------------------------------------------------
revno: 98
committer: scott <scott@banana>
branch nick: tkdo
timestamp: Tue 2008-05-06 17:44:03 -0600
message:
  Imported pycfg from upstream.
  It's in svn upstream, so I'll just have to "svn up" it once in a while,
  and then commit the changes here.
added:
  .bzrignore
  pycfg/
  pycfg/COPYING
  pycfg/COPYING.LESSER
  pycfg/cfg.conf
  pycfg/cfg.py
  pycfg/test.conf
  pycfg/url.upstream
------------------------------------------------------------
revno: 97
committer: scott <scott@axe>
branch nick: tkdo
timestamp: Tue 2008-05-06 16:08:09 -0600
message:
  Cleaned up and clarified View menu a bit.
  Made cursor default to row 0 if all other attempts failed.
modified:
  todo.py
------------------------------------------------------------
revno: 96
committer: scott <scott@axe>
branch nick: tkdo
timestamp: Tue 2008-05-06 15:49:45 -0600
message:
  Made GUI 'show contexts' function active.
    (now has checkboxes, and causes a filter to be performed)
modified:
  todo.py
------------------------------------------------------------
revno: 95
committer: scott <scott@banana>
branch nick: tkdo
timestamp: Mon 2008-05-05 22:47:45 -0600
message:
  Started on a CLI 'cal' command, and a GUI 'set due date' dialog.
  (neither is finished yet)
modified:
  todo.py
------------------------------------------------------------
revno: 94
committer: scott <scott@banana>
branch nick: tkdo
timestamp: Mon 2008-05-05 01:07:18 -0600
message:
  README: Removed keybinding text (obsolete), added pointer to GTD docs.
modified:
  README

0 blueprints and 0 bugs targeted

There are no feature specifications or bug tasks targeted to this milestone. The project's maintainer, driver, or bug supervisor can target specifications and bug tasks to this milestone to track the things that are expected to be completed for the release.

This milestone contains Public information
Everyone can see this information.