Releases: VulcanJS/Vulcan
Releases · VulcanJS/Vulcan
SettingsScope
- Updating to Meteor 0.9.3.
- Improving RSS feed (thanks @delgermurun!).
- Fixed redirection issues on sign-up (thanks @steffenstraetz!)
- Fixed bug on Twitter sign-in.
- Splitting up the settings form into sub-sections.
- Adding help text to settings form.
- Fixing problem with daily view theming.
- Improving avatar stuff (thanks @shaialon and @bengott!).
UnicornScope
- Fixed security hole in user update.
- Kadira is now included by default.
- Comments now have their own feed (thanks @delgermurun!).
- Fixed URL collision bug (thanks @GoodEveningMiss!).
- Now using
account-templates
(thanks @splendido!). - Retinizing avatar sizes (thanks @shaialon!).
- Updated to Meteor 0.9.3.
(I'm all out of name ideas for these releases, sorry…)
FixScope
- Fixed
/settings
bug (thanks @steffenstraetz!). - Code cleanup (thanks @wulfmeister!).
- Fixed upvote/downvote concurrency bug (thanks @spifd!).
- Renamed
SubmitServerCallbacks
toSubmitMethodCallbacks
for posts and comments. - Added
AfterSubmitMethodCallbacks
for posts and comments. - Made notifications into their own
telescope-notifications
package. telescope-update-prompt
package now sends user, post, and comment count when phoning home.
UpdateScope
- Removed unneeded allow insert on Posts and Comments.
- Renaming
postMeta
template topostInfo
to avoid ambiguity. - Fixing avatar code.
- Adding update prompt package.
- Upgrading to Meteor 0.9.2.
- Do not remove deleted comments from database, use
isDeleted
flag instead. - Now showing "X new posts" instead of just displaying them. Thanks @dburles!