| Simple to-do list editor. Uses "todo.txt" file
located in your
home directory (if this file doesn't exist, it is created). |
| Version number | Date | Changes |
|---|---|---|
| 2.1.0.0 | 22.05.09 | - script is using a temporary file, not the actual todo.txt - it copies everything to todo.txt only when user clicks the OK button. It allow user to undo done changes |
| 2.0.1.0 | 21.05.09 | - script no longer needs to restart itself while adding or deleting lines. Now it only resets GUI |
| 2.0.0.0 | 21.05.09 | First public version - line deleting buttons - line adding button - each line in separate field |
| 1.0.0.0 | ??? | Initial release, very basic functionality. |