Skip to content

Releases: carrot/roots-cms

v0.0.7 - Commit Changes, UI Improvements Bug fixes

14 Apr 19:26
Compare
Choose a tag to compare

Pardon the skipped version number here, npm failed to properly publish 0.0.5 and 0.0.6, but at the same time it thinks that the failed publish actually worked, and I can't force publish or unpublish.

  • Add ability to commit changes for a piece of content (including any image files referenced in that piece of dynamic content).
  • Fix image uploader issue that caused all images to be saved with .png file extension.
  • Add image upload icon to editing toolbar.
  • Fix various bugs.

v0.0.4

05 Mar 22:47
Compare
Choose a tag to compare

Fixes a dastardly bug where the app crashes if you use the file system image uploader but don't specify AWS creds. (my bad)

v0.0.3

05 Mar 22:23
Compare
Choose a tag to compare

Add local image uploads

This release defaults image uploads to upload directly into the roots project into assets/img/uploads.

To change the upload directory, add image_upload_dir to your roots project's cms.json. To change the uploader to use Amazon S3, set uploader to s3.

v0.0.2

04 Mar 22:14
Compare
Choose a tag to compare

Roots-CMS has changed significantly from v0.0.1.

Features:

  • can edit roots dynamic content front matter
  • add markdown editor for updating markdown content
  • upload images within text editor to amazon s3

v0.0.1

13 Dec 21:32
Compare
Choose a tag to compare

Woohoo! First release for roots-cms, a tool for managing your roots dynamic content in the browser

Features

  • roots-cms command line tool to launch an in-browser GUI editor for your roots dynamic content
  • easy reordering of content using jQuery sortable