New Features
* Arithmetic expressions can now be evaluated in the YAML file by prepending `!calc`
* Added the ability to "go to" a slide, as by typing `g` then `2` then enter to go to slide 2 (slides are 0-indexed). The user can also can also go to a slide with a particular `id` by typing `g` followed by the id, and then enter. Slides can be given an `id` by adding an `id` key to the slide configuration; `id` must contain at least one alphabetic character.
* Once the presenter has used the go-to feature to go to a particular slide, they can use `b` to go back to their previous slide (retaining build if needed).
* If in the middle of a go-to, the escape key cancels the go-to.
* Add pure HTML slides, by giving a slide a `type: html` as well as an `html: ` key (if the latter is present, the former is assumed). HTML takes up the entire page, and can be used to add images, iframes, buttons, etc. to a page.
* Add support for HTML objects as elements on a slide.
* For HTML, added a `.center` class which can be used to center an element both horizontally and vertically.
Enhancements
* Title slides without a type; if `title` and `subtitle` keys are present, then a title slide is assumed
* Individual bullets can now have a custom color, by putting the bullet under a `text:` key and adding a `color:` key to the bullet. If no `color` key is present, the color of for the bullets overall is assumed.
Bug Fixes
* Fixed bug where in `--watch` mode, files were not regenerated when in the current directory
* Fixed bug where `attr` and `style` properties would not copy correctly to transitioned objects if the transitioned object also had an `attr` or `style` key