Vulcan/History.md

126 lines
3.2 KiB
Markdown
Raw Normal View History

2014-08-01 09:07:58 +09:00
## v0.9.1.2
2014-07-22 10:29:37 +09:00
* Added `lastCommentedAt` property to posts.
2014-08-01 09:07:58 +09:00
* Added hooks to `post_edit` and `post_submit`'s `rendered` callback.
2014-07-22 10:29:37 +09:00
2014-07-08 15:17:34 +09:00
## v0.9.1
* Using Arunoda's [Subscription Manager](https://github.com/meteorhacks/subs-manager).
* Updating mobile version.
2014-07-11 10:54:07 +09:00
* Made the background color setting into a more general background CSS setting.
* Added `postHeading` and `postMeta` hooks.
2014-07-08 15:17:34 +09:00
2014-07-08 10:39:14 +09:00
## v0.9
2014-07-04 11:32:04 +09:00
2014-07-07 13:41:25 +09:00
* See [blog post](http://telesc.pe/blog/telescope-v09-modulescope) for changelog.
2014-07-04 11:32:04 +09:00
2014-07-03 17:13:22 +09:00
## v0.8.3 “CleanScope”
* Refactored the way dating and timestamping works with pending/approved posts.
2014-07-03 17:42:45 +09:00
* Cleaned up unused/old third-party code.
* Migrated "submitted" property to "postedAt".
* Added a "postedAt" property to comments.
2014-07-03 17:13:22 +09:00
2014-06-25 14:35:51 +09:00
## v0.8.2 “SchemaScope”
* Improved migrations with timestamps and number of rows affected.
* Created `telescope-lib` and `telescope-base` pacakge.
* Pulled out search into its own `telescope-search` package.
* Made menu and views modular.
* Using SimpleSchema and Collection2 for models.
2014-05-30 10:35:28 +09:00
## v0.8.1 “FlexScope”
* Extracted part of the tags feature into its own package.
* Made subscription preloader more flexible.
* Made navigation menu dynamic.
2014-05-07 10:23:11 +09:00
## v0.8 “BlazeScope”
* Updated for Meteor 0.8.1.1/Blaze compatibility.
* Using Collection2/SimpleSchema/Autoforms for Settings form.
2013-11-21 11:42:35 +09:00
## v0.7.4 “InterScope”
2013-11-22 14:20:47 +09:00
* Added basic internationalization (thanks Toam!).
* Added search logging.
2013-11-21 11:42:35 +09:00
## v0.7.3
2013-11-18 11:31:32 +09:00
* Refactored notifications.
* Added notifications for new users creation.
2013-11-15 15:29:39 +09:00
## v0.7.2
* Added basic search (thanks Ry!).
2013-11-15 15:29:39 +09:00
2013-11-08 11:10:23 +09:00
## v0.7.1
* Added karma redistribution.
* Improved user dashboard.
* Improved user profiles.
Note: run the "update user profile" script from the toolbox after updating.
## v0.7 “IronScope”
2013-10-16 10:44:16 +09:00
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 21:17:44 +09:00
* Added URL slugs for user profiles.
* Using nProgress to show loading.
2013-10-25 10:04:34 +09:00
* Paginating users dashboard.
2013-11-04 22:05:54 +09:00
* Filtering users dashboard.
2013-10-16 10:44:16 +09:00
2013-10-29 17:31:25 +09:00
Note: If you're upgrading from a previous version of Telescope, you'll need to run the "update user slugs" method from within the Admin Toolbox panel inside the web app to get user profiles to work.
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.