Below is a rough list of new features, broken down by Jupyter Book version.
- Added support for Thebelab to auto-generate interactive cells within the static page.
- Added support for Bibliographies via jekyll-scholar
- Added ability to customize look and feel of the site with your own CSS/JS
- API CHANGE: there is now a separate configuration section for each button (jupyterhub, binderhub, etc).
- Added the ability to hide code cells and make them collapsible (#59](jupyter-book/jupyter-book#59))
- Added option to hide sidebar (#59](jupyter-book/jupyter-book#59))
- Minor improvements to page layout
- Redirections for sanitized URLs now check whether the filesystem is case-sensitive and raise an error if unexpected behavior would occur without changes. @matthew-brett
- Tests added to the Jupyter Book
- Utility scripts are now a mini python module
- Rearranging the location of the build folder and derivative files in this folder
- Default license picker (#48)
- YAML front-matter is now retained by default (#53)
- Re-built the backend to Jupyter Book to use a simpler theme
- Niftier javascript features for faster page loading
- Improvements to CSS for math and text display
First Jupyter Book proof-of-concept.