Vulcan/History.md
2013-10-24 11:04:27 +09:00

57 lines
No EOL
1.2 KiB
Markdown

## v0.7
#### Huge update!
* Switched to IronRouter.
* Added new invite system.
* Made nested comments optional.
* Reworked notifications settings.
* Stopped publishing all users.
* Added URL slugs for user profiles
## v0.6.2
* Fixed bug where anybody could delete any comment.
* Added option to add new users to a MailChimp list.
## v0.6.1
* Added Bitly integration.
* Fixed Twitter avatars.
* Refactoring allow/deny code.
* Added click tracking on links.
* Refactoring RSS and API code to use server-side routing.
## v0.6
* Added categories
* Cleaned up file structure.
## v0.5.6
* Added simple JSON API showing the 100 last posts.
## v0.5.5
* Added Google Analytics pageview tracking.
* Added RSS feed for /new
## v0.5.4
* Added email notifications for approved users.
* Added delete users link.
## v0.5.3
* Added basic color customization.
* Fixed Flush bug.
## v0.5.2
* Added email notifications of new comments and new replies for all users (along with unsubcribe link) and notifications of new posts for admin users.
## v0.5.1
* Added a second `createdAt` timestamp. Score calculations still use the `submitted` timestamp, but it only gets set when (if) a post gets approved.
* Started keeping track of versions and changes.