Hi all,

I am pleased to announce release 0.31 of Task Coach. Here is a list of the changes.

Note:
- Task Coach was migrated to Python 2.4.1 and wxPython 2.5.5.1. Added
  check to give friendly message if wxPython version is below the
  required version number.

Bugs fixed:
- A unittest.py bug that was fixed in Python 2.4 revealed a
  bug in test.py (1181714).
- When searching for a task that is completed, while the
  'show completed' switch is off, the search shows the path to
  the task (i.e. parent tasks), but not the matched task itself
  (1182528).
- When searching for tasks in the tree view, composite tasks
  are expanded automatically to show the children that match
  the search string (1182528).
- Columns were hidden by setting their width to 0, but that did not
  make them entirely invisible on some Linux platforms (1152566).
- When editing a subtask, sometimes its branch would be
  collapsed (1179266).

Features added:
- In the task list and effort list the task column is automatically
  resized to take up the available space.
- Added columns to the task list view for: budget, total budget,
  budget left, and total budget left.
- Reorganized view menu, added extra task filters, added menu item to
  reset filters (1181762, 1178882, 1178780).
- The subject is selected in the task editor so that replacing it
  is a bit easier (1180887).


What is Task Coach?

Task Coach is a simple task manager that allows for hierarchical
tasks, i.e. tasks in tasks. Task Coach is open source (GPL) and is
developed using Python and wxPython. You can download Task Coach from:

http://taskcoach.niessink.com
https://sourceforge.net/projects/taskcoach/

A binary installer is available for Windows XP, in addition to the
source distribution.

Thanks, Frank

--
http://mail.python.org/mailman/listinfo/python-announce-list

       Support the Python Software Foundation:
       http://www.python.org/psf/donations.html

Reply via email to