This repository was archived by the owner on Jul 22, 2025. It is now read-only.
Releases: VulcanJS/Vulcan
Releases · VulcanJS/Vulcan
Release list
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
/settingsbug (thanks @steffenstraetz!). - Code cleanup (thanks @wulfmeister!).
- Fixed upvote/downvote concurrency bug (thanks @spifd!).
- Renamed
SubmitServerCallbackstoSubmitMethodCallbacksfor posts and comments. - Added
AfterSubmitMethodCallbacksfor posts and comments. - Made notifications into their own
telescope-notificationspackage. telescope-update-promptpackage now sends user, post, and comment count when phoning home.
UpdateScope
- Removed unneeded allow insert on Posts and Comments.
- Renaming
postMetatemplate topostInfoto avoid ambiguity. - Fixing avatar code.
- Adding update prompt package.
- Upgrading to Meteor 0.9.2.
- Do not remove deleted comments from database, use
isDeletedflag instead. - Now showing "X new posts" instead of just displaying them. Thanks @dburles!