TKDO 0.4.1

Minor updates / fixes.

Milestone information

Project:
TKDO
Series:
trunk
Version:
0.4.1
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.1.tar.gz (md5, sig) source tarball 17
last downloaded 48 weeks ago
Total downloads: 17

Release notes 

  General:
    + Made max and default importance configurable.
    * Fixed bug: Not-yet-due tasks in a 'next' group hid their successors.
  CLI:
    * Made 'cal' command show due dates, sort by date, and show sleeping tasks.
  GUI:
    + Added 'add task' functions.

Changelog 

View the full changelog

revno: 119
tags: tkdo_0.4.1
committer: scott <scott@chi>
branch nick: tkdo-0.4.1
timestamp: Tue 2008-06-03 21:24:53 -0600
message:
  bumped version to 0.4.1
modified:
  ChangeLog.summary
  Makefile
  todo.py
------------------------------------------------------------
revno: 118
committer: scott <scott@banana>
branch nick: tkdo
timestamp: Thu 2008-05-29 01:39:42 -0600
message:
  Made 'cal' command show all tasks with due dates, even if sleeping.
modified:
  todo.py
------------------------------------------------------------
revno: 117
committer: scott <scott@banana>
branch nick: tkdo
timestamp: Sun 2008-05-25 02:03:14 -0600
message:
  Added option for default importance (was hardcoded at 50 before).
modified:
  todo.py
------------------------------------------------------------
revno: 116
committer: scott <scott@banana>
branch nick: tkdo
timestamp: Sun 2008-05-25 01:33:32 -0600
message:
  Made maximum importance value configurable (default 100).
modified:
  todo.py
------------------------------------------------------------
revno: 115
committer: scott <scott@banana>
branch nick: tkdo
timestamp: Mon 2008-05-19 19:46:32 -0600
message:
  Merged lp:~toykeeper/tkdo/add_vi_o_key.
modified:
  README
  todo.py
    ------------------------------------------------------------
    revno: 113.1.2
    committer: scott <scott@banana>
    branch nick: tkdo
    timestamp: Mon 2008-05-19 02:30:56 -0600
    message:
      Made 'add task' functions work (was broken for root-level tasks before).
      Added menu items for new tasks before/after current.
      Fixed inconsistent naming of Taskfile.tasks (was leaves only)
        and Task.tasks (immediate children only), by renaming Taskfile.tasks to
        Taskfile.leaf_tasks, and Taskfile.root_tasks to Taskfile.tasks.
    modified:
      README
      todo.py
    ------------------------------------------------------------
    revno: 113.1.1
    committer: scott <scott@banana>
    branch nick: tkdo
    timestamp: Mon 2008-05-19 01:38:20 -0600
    message:
      Started to add 'add task' and 'insert task' functions.
      (sort of works now, but is incomplete)
        - added keybindings
        - added Task.add_sibling()
        - added MasterlistGUI._create_new_task()
    modified:
      todo.py
------------------------------------------------------------
revno: 114
committer: scott <scott@banana>
branch nick: tkdo
timestamp: Mon 2008-05-19 02:04:04 -0600
message:
  Made 'cal' command show due dates, and sort by date.
  Moved task printing logic to Task.text_oneliner().
modified:
  todo.py
------------------------------------------------------------
revno: 113
committer: scott <scott@banana>
branch nick: tkdo
timestamp: Mon 2008-05-12 23:12:40 -0600
message:
  Fixed bug: When in a 'next' group, a 'not yet due' task caused its successors
  to be hidden. This is correct if it is snoozed explicitly, but was wrong for
  tasks which simply aren't due yet.

  Example: (assume this is viewed on 2008-05-13)
  [_] rent
   ; TKDO: T=next L=10d
   [Z] collect rent
    ; TKDO: D=2008-06-07@18:00+1m X=0,2008-05-12@22:56
   [_] deposit rent
    ; TKDO: D=2008-05-08@18:00+1m X=0,2008-04-18@09:26
   [_] pay mortgage
    ; TKDO: D=2008-05-09@18:00+1m X=0,2008-04-18@09:26

  In this case, 'deposit rent' should be visible, but was not.
  However, if 'deposit rent' gets snoozed, 'pay mortgage' should remain hidden.
  Behavior is correct now, as far as I can tell.
modified:
  todo.py
------------------------------------------------------------
revno: 112
committer: scott <scott@banana>
branch nick: tkdo
timestamp: Sun 2008-05-11 14:18:56 -0600
message:
  Added AUTHORS file. Added my email address to the copyright statements.
added:
  AUTHORS
modified:
  todo.py

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.