1.0.0 [NEW] Completely rewrote Monkey Test to be a UI for the Test::Unit framework. It is now much faster and easier to use. This will also make it easier to add new types of output in the future. [NEW] You can now specify the directory in which to look for your tests with -d or --directory. [NEW] You can now specify the regular expression pattern to use when searching for test files with -p or --pattern. [NEW] There are now commands to specify only one type of tests within rails. These are -f/--functional, -u/--unit, and -i/--integration. [CHANGED] HTML output is currently not available. We really wanted to get 1.0.0 out there to you guys... We'll add it soon, promise. 0.2.1 (November 1st, 2006) [FIXED] There was a bug in the windows version that caused error when checking versions of monkeytest. 0.2.0 (November 1st, 2006) [NEW] HTML output is now available for all three levels of output. [CHANGED] Terminal output has had some reformatting.