This repository was archived by the owner on Jul 22, 2025. It is now read-only.
Releases: VulcanJS/Vulcan
Releases · VulcanJS/Vulcan
Release list
DummyScope
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_URLenvironment variable can now be set from Settings.- Renamed
viewNavtoviewsMenu. - Renamed
adminNavtoadminMenu. - Improvements to the Post by Feed package.
- Added tests for nav bar (thanks @anthonymayer!).
- New and improved documentation.
DummyScope
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_URLenvironment variable can now be set from Settings.
FeedScope
- Post submit and edit forms now submit to their respective methods directly.
- Removed
postSubmitRenderedCallbacksandpostEditRenderedCallbacks. telescope-post-by-feedpackage 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
- Added new
userCreatedCallbackscallback hook. - Added new setting to subscribe new user to mailing list automatically.
- Added new
debugsetting. siteUrlsetting now affectsMeteor.absoluteUrl().- Added new
clogfunction that only logs ifdebugsetting is true. - Simplified post module system, modules are not split in three zones anymore.
- Added new
postThumbnailhook 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
- 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
- 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
postmethod tosubmitPost. - Post editing now happens via a
postEditmethod. - Categories are now normalized (only the
_idis 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
Meteor1.0Scope
- Updating to Meteor 1.0.
- Updating to Iron Router 1.0.
- Adding view counter (thanks @steffenstraetz! See PR #489)
- Splitting out
router.jsin multiple files. - URL can now be removed when editing a post (thanks @massimilianomarini! See PR 484).
- Now waiting on
allUsersAdminsubscription for post submit page (thanks @kai101! See PR 508) - Putting server-side routes for email template tests in their own respective packages.
Meteor1.0Scope
- Updating to Meteor 1.0.
- Updating to Iron Router 1.0.
- Adding view counter (thanks @steffenstraetz! See PR #489)
- Splitting out
router.jsin multiple files. - URL can now be removed when editing a post (thanks @massimilianomarini! See PR 484).
- Now waiting on
allUsersAdminsubscription for post submit page (thanks @kai101! See PR 508)
LateScope
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:avatarpackage for avatars (thanks @bengott!). - Upgrading to Meteor 0.9.3.1.