Vulcan/History.md

57 lines
1.2 KiB
Markdown
Raw Normal View History

2013-10-16 10:44:16 +09:00
## v0.7
2013-10-23 20:20:10 +09:00
#### Huge update!
2013-10-16 10:44:16 +09:00
* Switched to IronRouter.
2013-10-23 20:20:10 +09:00
* Added new invite system.
2013-10-16 10:44:16 +09:00
* Made nested comments optional.
2013-10-23 20:20:10 +09:00
* Reworked notifications settings.
* Stopped publishing all users.
2013-10-24 11:04:27 +09:00
* Added URL slugs for user profiles
2013-10-16 10:44:16 +09:00
2013-10-05 11:44:01 +09:00
## v0.6.2
* Fixed bug where anybody could delete any comment.
* Added option to add new users to a MailChimp list.
2013-07-04 12:07:34 +09:00
## v0.6.1
2013-10-05 11:44:01 +09:00
* 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.
2013-07-04 12:07:34 +09:00
2013-04-13 15:10:07 +09:00
## v0.6
* Added categories
2013-10-05 11:44:01 +09:00
* Cleaned up file structure.
2013-04-13 15:10:07 +09:00
2013-03-04 10:45:22 +09:00
## v0.5.6
2013-10-05 11:44:01 +09:00
* Added simple JSON API showing the 100 last posts.
2013-03-04 10:45:22 +09:00
2013-02-28 09:19:08 +09:00
## v0.5.5
2013-10-05 11:44:01 +09:00
* Added Google Analytics pageview tracking.
2013-02-28 09:48:11 +09:00
* Added RSS feed for /new
2013-02-28 09:19:08 +09:00
2013-02-22 15:57:50 +09:00
## v0.5.4
* Added email notifications for approved users.
2013-10-05 11:44:01 +09:00
* Added delete users link.
2013-02-22 15:57:50 +09:00
2013-02-14 10:20:41 +09:00
## v0.5.3
* Added basic color customization.
2013-10-05 11:44:01 +09:00
* Fixed Flush bug.
2013-02-14 10:20:41 +09:00
2013-01-19 22:50:02 +09:00
## v0.5.2
2013-02-14 10:20:41 +09:00
* Added email notifications of new comments and new replies for all users (along with unsubcribe link) and notifications of new posts for admin users.
2013-01-19 22:50:02 +09:00
## 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.