Skip to content

Releases: VulcanJS/Vulcan

SettingsScope

29 Sep 06:44
Compare
Choose a tag to compare
  • 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

26 Sep 02:55
Compare
Choose a tag to compare

(I'm all out of name ideas for these releases, sorry…)

FixScope

20 Sep 02:15
Compare
Choose a tag to compare
  • Fixed /settings bug (thanks @steffenstraetz!).
  • Code cleanup (thanks @wulfmeister!).
  • Fixed upvote/downvote concurrency bug (thanks @spifd!).
  • Renamed SubmitServerCallbacks to SubmitMethodCallbacks 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

16 Sep 05:49
Compare
Choose a tag to compare
  • Removed unneeded allow insert on Posts and Comments.
  • Renaming postMeta template to postInfo 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!