Version 1.0.1 of activeRenderer corrects a minor bug in preferences handling, and features an updated 'Latest' widget, that works with both the 'Outline publication dates' and 'Outline individual posts' styles.
The 'Latest' widget was previously only available to adopters of the 'Outline individual posts' style. Since I've noticed that about a third of aR users who decide to render their blog home page 'outline style' do not check the 'Outline individual posts' preference (resistance to title publishing I guess), I decided to upgrade the widget's JavaScript code and make it available in both styles of 'outlined' publication.
The 'Latest' widget inserts itself just before Radio's calendar in the home template (#homeTemplate.txt).
If you want to get rid of it for some reason, suit yourself, just uncheck the Display 'Latest' widget option in aR's Preferences page.
For a less drastic effect, you can modify the widget's position in the home page by moving around the daySwitch macro call in the home template.
You can also modify the widget's outlook by playing with the 'latest' css style definitions in the gems/activeRenderer/outliner.css stylesheet. If you do so, remember to increment the version number in the header of outliner.css, otherwise you risk having your modifications wiped out the next time the default css stylesheet is updated.