Posted on March 28th, 2009 by by Nick K.

Features In Development and SourceForge Announcement

I thought I’d give an update to let everyone know what’s currently being worked on and what’s likely to make it in to the next release.

  • An update system. A very simple system that will make it easier for you guys to get the latest version. When Todo Freely starts it will check to see if a new version is available. If one is, an alert will be created containing the download link. Personally I hate pop up windows and intrusive prompts requesting I download the newest version. I think this is the simplest solution. It gets you the information, but allows you to update when you’re ready.
  • Keyboard shortcuts for faster editing. For example when an action is highlighted pressing enter will begin editing it. Pressing space while an action is highlighted will expand or collapse it.
  • Multi file support. I wouldn’t suggest using multiple files if you only use Todo Freely as a GTD app. However depending on your use of the program, multiple files would greatly improve the usability.
  • Minor UI fixes. A few minor mistakes I’ve found such as incorrect window titles will be fixed.
  • Code cleanup. It’s not the most glamorous change but it needs to be done. The code works fine but needs to be optimized to make sure it’s maintainable.

If I finish the above enhancements quickly I’ll take a look at:

  • Copy, Cut, Paste. Via the keyboard.
  • Sorting. Via clicking the column header.

There’s no hard date for the next release, but I’d like to get it out within the next three weeks. If you have and requests I’d be glad to hear them. You can also take a look at this post to see of other features I have in mind.

Also, I have an update for developers. Todo Freely is now under source control at SourceForge.net. The project unix name is todofreely and it’s located here. If you want the pre release source code you can get it there.

Tags: ,

 

Posted on March 23rd, 2009 by by Nick K.

Todo Freely Future Features List

This list will be updated as features are implemented and new features are planned. In no particular order here are the current planned features:

  • Add a print option to the File menu.
  • Add print formatting options.
  • Add sorting functionality from the column headers.
  • Small bug fixes.
  • Rewrite the titles for each window.
  • Add multiple file functionality.
  • Add settings in the option menu to modify the appearance.
  • Optimize some code to make it more usable and extensible.
  • Document the code.
  • Update system.
  • Additional keyboard shortcuts.

If you have any suggestions for new features I can be reached at todofreely@gmail.com.

 

Posted on March 18th, 2009 by by Nick K.

Todo Freely Version 1.0 Beta Released

The first beta version of Todo Freely is finally released, complete with source code.  The features include:

  • Tags
  • Action Statuses
  • Start Dates and Due Dates
  • Multiple filtering options
  • Searching
  • Alerts

Since this is the first version I still need to find and fix bugs, but it’s stable and has enough functionality for a first release.  Enjoy, and let me know what you think via comments or email.

For those interested in the source code, it is available.  However it’s not documented as well as it will be and it’s not yet optimized.