v1.1.7 Build 21 - November 17, 2007 This release mainly just contains fixes for a bunch of flawas. There is only one change in the interface, which is in the todolist window. I replaced the three Buttons "Done","Not done" and "Won't be done" with "Reschedule" and "Complete" as suggested by a user. 'Reschedule' allows one now to postpone the selected task to another time. With 'Complete' you can mark the task with any status and remove it's reminder. One new thing: When the todolist window is empty after removing tasks, it gets closed automatically. v1.1.5 Build 15 - June 15, 2007 The first real feature release after almost 6 months. This one finally implements the possibility to customize the priority colors and statuses. There is also a new plugin which adds three buttons to the toolbar: Expand all, Collapse all and Search. The search function has been realized just like it is in Firefox. It will open a textbox and immediately start searching as you enter the text ("find-as-you-type"). The up and down buttons on the right are to get the next/last result of the search string. You can also press F3 for getting the next result. I have to admit that the search algorithm is not very efficient yet - if you experience any slow perfomance while searching please let me know! Second, I removed now the converter plugin from the release. I made it so that people can convert their old .todo files into the new .2do format. In case you still need to convert an old file, please download an older mytodo version to convert it there. In case you are using NetSync. Please let me know if you experiencing any loss of the data integrity. It is important for me that noone looses data through syncing. v1.1.0.8b - 14.01.2007 Important notice! I CHANGED THE TODOLIST-FORMAT! When you still want to use your old list, you first need to create an empty one and import your list with File->Import->Pre MyTodo1.1 Files!! ====== D'oh. This godamn NetSync Plugin took me forever! Finally this monster of a feature is in a somewhat usable state. For months I've been thinking that there's not much left to code but this thing kept me busy all the time. Anyway. It's out now and it's working, that's all what counts now :D So now you guys can synchronise todolists (with that icon that has two arrows) with my webserver and receive it again on any other computer that has internet. Before you can start you need to create an account at the Forum of the MyTodo Website: http://www.tyron.at/projects/mytodo/?pgforum The first time you synchronize a todolist it will ask wether you want to create a new list on the server, after that you can always synchronize your list immediately. And when you want to receive that list again on an other computer, just open MyTodo, close the todolist in case you have on opened and press the synchronise button. You will get a list of todolists you already created on the server. Just select one and it will be downloaded. You can save this list and synchronise this one from now on. BUT! Before you start synchronising todolists you need to know a few things first, so please read carefully - This Feature is experimental and most probably will contain several bugs. I CANNOT BE HELD RESPONSIBLE WHEN THIS FEATURE CORRUPTS YOUR TODOLISTS, VOTES FOR GEORGE BUSH OR IS DOING ANY OTHER KIND OF EVIL THINGS. I would recommend to back up your todolist from time to time! - When you synchronise your list, it will be stored on my webserver. I need to inform you that it will be stored in plain text (I might encrypt the stuff in a later version) in a Database I manage. I do respect other peoples privacy and I certainly won't use your private data for spam or data mining purposes. The only reason why I might touch your data is when I need fix eventual data corruption or as an assistance to track down a bug. BY USING THIS FEATURE YOU AGREE THAT I HAVE FULL ACCESS TO YOUR TODOLIST STORED ON MY WEBSERVER AND THAT I CANNOT BE HELD RESPONSIBLE WHEN THIS TODOLISTS FALLS INTO THE HANDS OF HACKERS DUE TO A SECURITY HOLE. - The data and login data is transferred through an ordinary and unsecured http connection. Hackers might me able to listen to the transfer and get to your todolist and login data. I DON'T HOLD MYSELF RESPONSIBLE WHEN YOUR PRIVATE DATA GETS STOLEN BY SUCH ACTIONS. Well, I hope I didn't scare you off with this and that you still will use it :-) Normally there shouldn't be a problem with security as long as you don't store passwords and bank account data in your todolist. I just don't wan't to get sued if something really happens D: Ok, thats all I guess. I also fixed a lot of bugs, like the one that prevented you to Drag&Drop TodoItems. In case something goes wrong, please keep a copy of the mytodo.log! This file will be lost after you start MyTodo again! I hope I didn't make MyTodo to buggy again! ^_^ v1.0.5.7 - 19.04.2006 Seems like I proved wrong. I (again) fixed lots of ugly bugs, hopefully the last ones (-; Actually I didn't want to do this release because the NetSync Plugin is still not finished, but having a buggy MyTodo version out there is some sort of creepy. I wanted to have one big release for MyTodo v1.1, but oh well. Besides the 10 bugs I fixed this version has also 2 new features: - Plugin Manager: Allows you to configure and disable loaded plugins - Scraps Plugin: Gives you the possibility to quickly write texts and store them. By pressing CTRL+SHIFT+S the Scraps window will pop up. There you can write some text and close the window by pressing Escape or the previously mentioned hotkey. The stuff you entered will remain even when you close MyTodo. In case you want to store your Scrap you may press 'Add as Scrap' and MyTodo will save the text in a new Todoitem in the "Scraps"-"Project" without asking anything. Alternatively you also have the possibility to add it as fully described todo item by pressing 'Add as Todoitem'. The Plugin will ask you then what name the item should have and where it should store the item. Finally I disabled the Checkboxes by default because they don't look nicely when using a big font. But, you can re-enable them by adding hide.checkboxes=0 in the section [Todolist] of the mytodo.ini file. Oh and yes, some Icons I used are stolen from some other apps |: v1.0.0.4 - 07.03.2006 Well, I hope all major Bugs are fixed now. And second, I reimplemented printing support, but in a way more cleaner way now. The last one in 0.5 was just a cheap screenshot of the treeview. This time, I write some rich text and send it to the printer. You can also "intercept" that procedure and save it as a File by using File->Export->As Rich Text. I also wrote a small plugin for that stylish clock, I didn't want to have in the MyTodo core ^^ v1.0.0.2 beta 2 - 05.02.2006 Uhm yeah. I forgot to reset the Buildnumber - sry 'bout that ^^ Well, this is mainly a bugfix release. You definitely should load this one, there are some ugly bugs in the old version v1.0.0.33 beta 1 It's finally done. MyTodo has now completely been rewritten to make further development possible. The old code was not very flexible and has gotten more and more bloated. So with every newly added feature it got harder to work with the code. And there was also no good way to implement user-specific featurerequest. This is why I decided to do a rewrite. The code of the new MyTodo is way more cleaner and more flexible. It also has now an own plugin system to prevent feature bloat. All the PostIt Stuff for example is now implemented as a plugin. If you don't need PostIt-Support, just delete the dll :D So much for that. I consider this first beta as experimental. It is far from being stable, so this version is for testing purposes only! If you want something stable, get the last MyTodo version from the 0.x series. I hope to get lots of bug reports though :) Additionally, be aware that this version not yet implements all the features that were available in 0.5.0.31. The biggest two things are Outlook Import/Export and Printing support. Both need to be rewritten first.