Coffeepaste 2.0.0
* Upgrade all the dependencies, including Hyper from 0.x to 1.5 which is
a MAJOR change
* Minor behavioral changes, like treating '.diff' as plain-text
Coffepaste 1.5.1
* Upgrade (and document) highlight.js
* Upgrade some more packages
* Actually remember to update the version number on album.html this time
Coffeepaste 1.5.0
* Fixed a memory issue with C strings
* Modernize the code a bit, remove #[macro_use]
* Upgrade all the dependencies to their newest version
Coffeepaste 1.4.0
* Upgrade Rust dependencies to the latest version
* Upgrade highlight.js to fix some highlighting issues
* Guess language for highlighting if anything goes wrong with the
provided language
* Add an album feature at /a/ to show multiple images at once
* Some HTTP status code fixes
Coffeepaste 1.3.0
* Improved CSS
* Don't serve all application/ mime types as text
* Other minor fixes