- Enhancement: Add ability to export to a specific file using the CLI
- Enhancement: Python 3 compatibility (thanks, @fly!)
- Bugfix: Fix issue styles weren't being downloaded properly (thanks, @fly!)
- Bugfix: Support anchoring to section headers like GitHub
- Readme: Document rate limits and --user / --pass
- Readme: Refer to the "offline rendering" work
- Readme: Fix 'GitHub' spelling
- Extract and expose constants
- Update requirements
- 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 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
- Add AUTHORS.md for attributing credit.
- Feature: Can now click hyperlinks to render other files without re-running (thanks, @vladwing!)
- Update GitHub CSS regular expression.
- Upgrade path-and-address.
- Use exact versions in requirements.
- Readme: Clarify and add examples.
- Bugfix: Typo in requirements.
- Clean up setup.py
- CLI: now accepts an address, not just a port.
- CLI: now accepts --gfm and --context= arguments for rendering GitHub Flavored Markdown.
- API:
serve
function now acceptsNone
for its arguments to indicate 'use default'. - API:
serve
function now accepts a 'host'. - API:
serve
now resolves the default file when given a path. - Now using docopt for more advanced argument processing.
- Now using path-and-address for humanistic path / address handling.
- Issue #5: Fixed the installer to work in the case where the requirements are not already installed.
- Github styles are now retrieved dynamically when run, instead of using the outdated styles from the config.
- Added the port command-line argument.
First public preview release.