Addded advanced debug code to check front page for category problem. Enable by setting $wpsupercacheadvanceddebug to 1 in the config file.
Fixed wordpress vs wordpressloggedin cookie mismatch in cookie checking function.
Correctly check if WP_CACHE is set or not. PHP is weird.
Added wpcacheclear_cache() to clear out cache directory.
Only show logged in message when debugging enabled.
Added troubleshooting point 20. PHP vs Apache user.
Fixed problem deleting cache file.
Don't delete cache files when moderated comments are deleted.
0.9.7
Fixed problem with blogs in folders.
Added cache file listing and delete links to admin page.
Added "Newest Cached Pages" listing in sidebox.
Made admin page translatable.
Added "How do I make certain parts of the page stay dynamic?" to FAQ.
Advanced: added "late init" feature so that plugin activates on "init". Set $wpsupercachelateinit to true in config file to use.
Disable supercaching when GET parameters present instead of disabling all caching. Disable on POST (as normal) and preview.
Fixed problem with cron job and mutex filename.
Warn users they must enable mobile device support if rewrite rules detected. Better detection of when to warn that .htaccess rules must be updated (no need when rewrite rules not present)