- Feature: Styles are now cached (from the not-yet-released offline rendering) (thanks, [isbadawi][]!)
- Feature: Add user/pass options for GitHub auth (thanks, [joelittlejohn][]!)
- Feature: Add export to single HTML file (thanks, [iliggio][]!)
- Enhancement: Better HTML titles by normalizing the path, always providing a title
- Enhancement: Allow styles to be overridden, with examples in static directory
- Enhancement: Relay GitHub API HTTP errors to browser for debuggability
- Enhancement: Extract render_app and add create_app in API
- Bugfix: Fix manual installs using setup.py (thanks, [briancappello][]!)
- Bugfix: Fix rendering local images (thanks, [jgallagher][]!)
- Bugfix: Handle File Not Found errors as 404 when given a directory
- Rename and re-arrange the configuration files
- Update README.md with new features
- Update AUTHORS.md format
- Upgrade requirements
- Simplify code