added the ability to set the number of entries in an RSS feed (admin/settings/biblio, in the syndication section)
added the ability to have links to authors and titles open in a new browser window (admin/settings/biblio in the style section)
changed the keyword and author filtering to use regular expressions. This should solve the short keyword problem, and gives the full power of regular expressions.
fixed the OpenURL image include problem
fixed a typo and a couple of other minor issues
added filter by taxonomy term ID, currently only available via url like this... /biblio/term_id/n, where n is the taxonomy term id from the database.
added filter by taxonomy term, currently only available via url like this... /biblio/term/xxxx
added user access permission "view full text" to restrict which user groups can view the full text output.
fixed a typo in the theme_biblio_short function which would cause the style to be ignored if supplied.
added function theme_biblio_add_css which will allow users to override the default biblio.css file, thanks to jeromev for the idea.
added COinS information which (while invisible to the user) allows programs such as Zotero to harvest information from the biblio list
#112297: Added a setting to control password reset and %password token availability in activation email. Most sites will prefer to just use 1-time login URLs, so the password reset isn't needed or desired.
#125176: The settings for this module now appear in the "By Module" administration panel.