Version 1.3 is a maintenance release that fixes a number of important issues in Roadkill:
- Turning the cache off resulted in an NHibernate error
- Unsafe tags were being displayed for the Creole parser
- The homepage tag is now protected for locked pages
- Refactors to support Lucene .NET 3
- SQlite database was out of sync with the other schemas
The following new features have been added:
- Print-friendly stylesheets for all themes
- A new optional boolean web.config attribute."ignoreSearchIndexErrors" can be set to true to avoid error messages when updating the search index.
- A new optional string web.config attribute. "userManagerType" (using the standard .NET "type, assembly" format) allows you to specify your own UserManager derived class for user authentication.
- Upgrade to NHibernate 3.3/Fluent 1.3
- The source dependencies are now NuGet based
Please note due to an NHibernate bug, support for SQL Compact 4.0 is currently broken.