Added option to list posts from many categories at once.
Added option to exclude categories.
0.5
Readme.txt validation.
Added 'excerpt' parameter. You can now show the excerpt for each post.
Added 'dateformat' parameter. Format of the date output. Default is getoption('dateformat') - by Verex
Added 'template' parameter. Now you can choose template for output of the plugin. File name of template from templates directory without extension. Example: For 'template.php' value is only 'template'. Default is 'default' that means template in code of plugin not in template file -by Verex
0.4.1
Fixed some code to enable PHP 4 compatibility. Shouldn't hosting services update to PHP 5?
0.4
Added 'date' parameter. Now you can show the post's date when listed.
Added 'author' parameter. You can also show the post's author.
Sidebar Widget now allows you to add a title in h2 tags.
Changed some variable names, to keep better compatibility with other plugins/wordpress variables.
Tested with Wordpress 2.7.
0.3
Broke backwards compatibility. Users of version 0.1 should update their pages and posts for the new shortcode formatting.
Option to pass arguments to the plugin, in order to use name of category instead of ID, orderby, order and number of posts are passed through parameters.
0.2
Added experimental sidebar widget (use at your own risk, not ready for prime-time yet since it hasn't been tested :P )
0.1.1
Fixed major bug, which gave 404 error when trying to use "Options" page.
0.1
Option page to limit number of posts.
Working using [category=ID] for posts and pages, with several categories support.