Skip to content

Releases: VulcanJS/Vulcan

FixesScope RC

08 Apr 00:42
Compare
Choose a tag to compare
FixesScope RC Pre-release
Pre-release

SideScope

01 Apr 07:28
Compare
Choose a tag to compare

Layout

  • Added new postListTop zone that only appears on post lists.
  • Now showing tagline on every post list.
  • Added the Side Nav layout.
  • New Admin menu layout.

Settings

  • Added the Post Views setting.
  • Changed color settings names.
  • Added field for optional category image (thanks @dtsepelev!).

SEO

  • Added telescope-sitemap package (thanks @yourcelf!).
  • Added improved SEO support (thanks @yourcelf!).
  • Added field for SEO site image.

Other

  • Improved performance when loading comments for long threads (thanks @dandv!).
  • Usernames are now case and space insensitive. John Smith, JohnSmith, and johnsmith are now all considered to be the same username (thanks @splendido!).
  • Now using feedparser instead of htmlparser2 to parse RSS feeds (thanks @delgermurun!).
  • Now supporting RSS categories (thanks @delgermurun).
  • Refactored dropdowns into menu components.
  • New {{{icon}}} helper for icons, using FontAwesome.
  • New accent color customization API.
  • Fixed various bugs (thanks @webyak, @yourcelf, @ywang28, @delgermurun!).
  • Now publishing upvoters and downvoters on single post page.

Internationalization

  • Added Arabic translation (thanks @nwabdou85!).
  • Added missing translations in Brazilian Portuguese (thanks @alanmeira!).
  • Improved French translation (thanks @klamzo!).
  • Romanian translation (thanks @razvansky!).
  • Added Dutch translation (thanks @reneras!).

SideScope

26 Mar 03:11
Compare
Choose a tag to compare
SideScope Pre-release
Pre-release
  • Usernames are now case and space insensitive. John Smith, JohnSmith, and johnsmith are now all considered to be the same username (thanks @splendido!).
  • Romanian translation (thanks @razvansky!).
  • Now using feedparser instead of htmlparser2 to parse RSS feeds (thanks @delgermurun).
  • Now supporting RSS categories (thanks @delgermurun).
  • Added new postListTop zone that only appears on post lists.
  • Now showing tagline on every post list.
  • Refactored dropdowns into dropdown components.
  • Now using SVG for some icons and [SVGInjector]https://github.com/iconic/SVGInjector() to substitute <img> tags with <svg> elements.
  • Added the Side Nav layout.
  • Added the Post Views setting.
  • New Admin menu layout.
  • Now using FontAwesome.
  • New {{{icon}}} helper for icons.
  • New accent color customization API.
  • Changed color settings names.
  • Added telescope-seo package (thanks @yourcelf!).
  • Added Arabic translation (thanks @nwabdou85!).
  • Added field for optional category image (thanks @dtsepelev!).
  • Added missing translations in Brazilian Portuguese (thanks @alanmeira!).
  • Fixed various bugs (thanks @webyak, @yourcelf, @ywang28, @delgermurun!).

TableScope

16 Mar 04:58
Compare
Choose a tag to compare
  • Implemented Reactive Table for the Users dashboard (thanks @jshimko!).
  • Upgraded Herald package (thanks @kestanous!).
  • Upgraded Avatar package (thanks @bengott!).
  • Upgraded Autoform package.
  • Added Greek translation (thanks @portokallidis!).
  • Improved Spanish translation (thanks @brayancruces!).
  • Added new callbacks for upvoting and downvoting (thanks @Baxter900 !).
  • OP comments now get the author-comment CSS class.

FaviconScope

24 Feb 08:14
Compare
Choose a tag to compare
  • Added settings for auth methods.
  • Added setting for external fonts.
  • Use site tagline as homepage title.
  • Make favicon customizable.
  • Making webfont customizable. To get previous font back, use: https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,400italic,700italic.
  • Fix juice issue.
  • Non-admins should not be able to access rejected posts.
  • Bulgarian translation (thanks @durrrr91!)

TaglineScope

11 Feb 10:31
Compare
Choose a tag to compare
  • Fix double notification bug.
  • Fix singleday view bug.
  • Fix post approval date bug.
  • Don't let non-admins access pending posts.
  • Give search field a border on white backgrounds.
  • Spanish, Brazilian, Turkish, Vietnamese, Polish translations (thanks everybody!).
  • Do not put comment reply page behind log-in wall.
  • Various CSS tweaks.
  • Added tagline banner package.
  • You can now assign a category to posts generated from feeds (thanks @Accentax!).
  • Use tagline as title on homepage.
  • Refactor default view route controller code.
  • Added indexes (thanks @queso!)

GridScope

27 Jan 03:22
Compare
Choose a tag to compare
  • Adeed Grid Layout option.
  • Cleaned up vote click handling functions and added tests (thanks @anthonymayer!).
  • Added threadModules zone.
  • Added upvoteCallbacks and downvoteCallbacks callback arrays.
  • Fix “post awaiting moderation” message bug.
  • You can now subscribe to comment threads (thanks @delgermurun!).
  • Added postApproveCallbacks callback array.
  • Added notifications for pending and approved posts, for admins and end users.
  • Renaming "digest" view to "singleday".
  • Make sure only valid properties can be added to posts and comments.
  • Added newsletter time setting (thanks @anthonymayer!).
  • Change "sign up" to "register" (thanks @Kikobeats!).

GridScope

21 Jan 07:52
Compare
Choose a tag to compare
GridScope Pre-release
Pre-release
  • Adeed Grid Layout option.
  • Cleaned up vote click handling functions and added tests (thanks @anthonymayer!).
  • Added threadModules zone.
  • Added upvoteCallbacks and downvoteCallbacks callback arrays.
  • Fix “post awaiting moderation” message bug.
  • Added postApproveCallbacks callback array.
  • Added notifications for pending and approved posts, for admins and end users.

ComponentScope

18 Jan 02:17
Compare
Choose a tag to compare
  • Tweaked comments layout in Hubbble theme.
  • Added Bulgarian translation (thanks @toome123!).
  • Cleaned up permission functions (thanks @anthonymayer!).
  • Various fixes (thanks @comerc and @Kikobeats!).
  • Stopped synced-cron message logging.
  • Limit all posts lists to 200 posts.
  • Refactored posts lists to use the template-level subscription pattern when appropriate.
  • Refactored single day and daily packages.
  • Footer field now accepts Markdown instead of HTML.
  • Feeds can now be assigned to a user.
  • Various CSS tweaks.
  • Fixing newsletter issue.
  • Post rank now has its own module.
  • Changed how field label i18n works.

ComponentScope

14 Jan 00:56
Compare
Choose a tag to compare
ComponentScope Pre-release
Pre-release
  • Tweaked comments layout in Hubbble theme.
  • Added Bulgarian translation (thanks @toome123!).
  • Cleaned up permission functions (thanks @anthonymayer!).
  • Various fixes (thanks @comerc and @Kikobeats!).
  • Stopped synced-cron message logging.
  • Limit all posts lists to 200 posts.
  • Refactored posts lists to use the template-level subscription pattern when appropriate.
  • Refactored single day and daily packages.
  • Footer field now accepts Markdown instead of HTML.