-
Notifications
You must be signed in to change notification settings - Fork 61
Home
Phillip Haydon edited this page Mar 5, 2014
·
42 revisions
Welcome to the Sandra.Snow wiki!
Please use the Sidebar to get started and take a look at the SnowSite directory in the repo as a guide on how to setup your blog.
- New SnowByte theme (default)
- Old theme still available
- Merging of assemblies now has 3 dll's :( but should be runable on Mono now (paths to be fixed)
- Absolute URLs in RSS
- Absolute URLs in Atom
- New Atom processor
- Allow extensions on post URLs
- Allow copy directory to root (using . as the path)
- New Universal analytics Extension Method (new Google Analytics crap)
- New Page Size config option (dictates the # of items on paging)
- New
server=true
config setting, allows you to run a test server! - Merging of most assemblies, now requires .exe and 1 .dll
Breaking Changes
Now that assemblies are merged, you will need to remove all the .dll
files except for Nancy.ViewEngines.Razor.dll
The _compiler
file should now only contain Snow.exe
and Nancy.ViewEngines.Razor.dll
:)
- Support for
AllCategories
on the base view model (thanks @ritasker)
Breaking Changes
Now that we have AllCategories
defined on the base view model, category pages will now need to iterate over AllCategories
rather than Categories
- Better error handling (thanks @TheCodeJunkie)
- Support for Drafts via Published attribute
- RSS feeds updated to use absolute URLs instead of relative (fixes images not showing)
- Some minor bug fixes
- Fixed
CustomMarkdownViewEngine
to not attempt to process Razor syntax (fixes @ in Markdown)
- Initial 1.0 Release... Enjoy!