Skip to content

Releases: VulcanJS/Vulcan

DummyScope

05 Jan 01:54
Compare
Choose a tag to compare

v0.12.0 “DummyScope”

Important: existing newsletters and feeds need to be manually enabled in the Settings panel

  • Added "Enable Newsletter" setting. Note: existing newsletters must be re-enabled.
  • Added "Enable Feeds" settings. Note: existing feeds must be re-enabled.
  • Now showing release notes for latest version right inside the app.
  • Added dummy posts, users, and comments.
  • Added new Events collection for keeping track of important events.
  • Log first run event.
  • MAIL_URL environment variable can now be set from Settings.
  • Renamed viewNav to viewsMenu.
  • Renamed adminNav to adminMenu.
  • Improvements to the Post by Feed package.
  • Added tests for nav bar (thanks @anthonymayer!).
  • New and improved documentation.

DummyScope

03 Jan 01:25
Compare
Choose a tag to compare
DummyScope Pre-release
Pre-release

v0.12.0 “DummyScope”

Important: existing newsletters and feeds need to be manually enabled in the Settings panel

  • Added "Enable Newsletter" setting. Note: existing newsletters must be re-enabled.
  • Added "Enable Feeds" settings. Note: existing feeds must be re-enabled.
  • Now showing release notes for latest version right inside the app.
  • Added dummy posts, users, and comments.
  • Added new Events collection for keeping track of important events.
  • Log first run event.
  • MAIL_URL environment variable can now be set from Settings.

FeedScope

29 Dec 09:28
Compare
Choose a tag to compare
  • Post submit and edit forms now submit to their respective methods directly.
  • Removed postSubmitRenderedCallbacks and postEditRenderedCallbacks.
  • telescope-post-by-feed package now lets you import posts from RSS feeds (thanks @delgermurun!).
  • Adding limit of 200 posts to post list request.
  • Refactoring post and comment submit to fix latency compensation issues.
  • Tags package now using Autoform.

AvatarScope

17 Dec 02:06
Compare
Choose a tag to compare
  • Added new userCreatedCallbacks callback hook.
  • Added new setting to subscribe new user to mailing list automatically.
  • Added new debug setting.
  • siteUrl setting now affects Meteor.absoluteUrl().
  • Added new clog function that only logs if debug setting is true.
  • Simplified post module system, modules are not split in three zones anymore.
  • Added new postThumbnail hook to show Embedly thumbnail.
  • Simplified Hubble theme CSS for both desktop and mobile.
  • Many CSS tweaks for Hubble mobile.
  • Show author and commenters avatars on post item.
  • Adding description to post list pages and showing them in menus.
  • Improved Russian translation (thanks @Viktorminator!).
  • Now using editorconfig (thanks @erasaur!).
  • Upgraded to useraccounts:unstyled@1.4.0 (thanks @splendido!).

Known bug: the avatar package triggers exceptions when it doesn't find a user. This should be fixed shortly.

RefactorScope

09 Dec 01:18
Compare
Choose a tag to compare
  • Renaming Errors to Messages (thanks @yourcelf!).
  • Adding fast-render (thanks @arunoda!).
  • Extracted digest into its own package.
  • Adding "scheduled" view that shows upcoming scheduled posts.
  • Bringing back "delete post" link that was removed by mistake.
  • Made user profile display page modular.
  • Made user profile edit page modular.
  • Started extracting invites into their own package.

FormScope

03 Dec 00:05
Compare
Choose a tag to compare
  • Now using Autoform's quickform feature to generate post submit and edit forms.
  • Various fixes by @anthonymayer.
  • Now using fourseven:scss to directly compile SCSS files.
  • Renamed post method to submitPost.
  • Post editing now happens via a postEdit method.
  • Categories are now normalized (only the _id is stored on the post object, not the whole category object).
  • Refactored Embedly package; now fills in description as well (thanks @kvindasAB!).
  • Thumbnail height and width are now customizable in settings panel.
  • Settings and Post forms now i18n'ized.

i18nScope

25 Nov 06:53
Compare
Choose a tag to compare
  • Now using tap:i18n for internationalization (thanks a ton to @theosp).
  • Each package is now i18n'd invididually.
  • Chinese i18n code is now zh-CN, not zh.
  • Various fixes (thanks @anthonymayer).
  • Upgrade Avatar package (thanks @bengott).

Meteor1.0Scope

19 Nov 06:42
Compare
Choose a tag to compare
  • Updating to Meteor 1.0.
  • Updating to Iron Router 1.0.
  • Adding view counter (thanks @steffenstraetz! See PR #489)
  • Splitting out router.js in multiple files.
  • URL can now be removed when editing a post (thanks @massimilianomarini! See PR 484).
  • Now waiting on allUsersAdmin subscription for post submit page (thanks @kai101! See PR 508)
  • Putting server-side routes for email template tests in their own respective packages.

Meteor1.0Scope

18 Nov 02:18
Compare
Choose a tag to compare
Meteor1.0Scope Pre-release
Pre-release
  • Updating to Meteor 1.0.
  • Updating to Iron Router 1.0.
  • Adding view counter (thanks @steffenstraetz! See PR #489)
  • Splitting out router.js in multiple files.
  • URL can now be removed when editing a post (thanks @massimilianomarini! See PR 484).
  • Now waiting on allUsersAdmin subscription for post submit page (thanks @kai101! See PR 508)

LateScope

18 Nov 01:41
Compare
Choose a tag to compare

Seems like I forgot to tag this release…

  • Fixing #457 (pending posts view not working).
  • Added German translation (thanks @Helmi!).
  • Added ?q= parameter to searches (thanks @yourcelf!).
  • Abstracting isAdmin (thanks @yourcelsf!).
  • Refactoring getPostsParameters (thanks @delgermurun!).
  • Using bengott:avatar package for avatars (thanks @bengott!).
  • Upgrading to Meteor 0.9.3.1.