I decided instead of using version numbers, to use revisions numbers instead. Version numbers seem arbitrary, and hard to interpret. Using revision numbers just makes more sense.
What's new in Revision 2?
Notify Icon (otherwise known as the icon in your system tray), has a functioning menu. Three options are available: Debug, Settings, About.
Debug
This opens the debug window, which was normally on the main window. (I never planned for the debug window to stay on the main screen; it was just a temporary thing.) In this debug window, I put an increase/decrease font function. I will only add additional font choices upon request (such as font color or font type).
Settings
This is opens the setting window, where all future settings will go. The only setting available is clearing the temp folder. The temp folder is located at C:\Users\User_Name\AppData\Roaming\Toolbar Blocker\temp and contains any downloaded web pages. You can disable or enable the clearing and set the interval of the clearing. (e.g. The temp folder is cleared every 24 hours.)
The program will not remember the settings you changed after application close. I will add this feature in future revisions.
About
This opens the about window, which gives a little information about the program. At this time, the project page URL, my name, and revision of the program.
I am currently looking into scanning the registry, to more accurately detect toolbars. This may lessen the amount of downloading. At this time, I have compiled a list of possible registry locations to which toolbars will write. When I feel the program is far enough along, I'll make the main window only appear upon detection.