PRE-WARNING: This is still beta software, and should not be used in production installations.
Without further ado, the authoring tool core dev team would like to announce that a release candidate for the upcoming v0.5.0 release is now available for testing!
This release bundles lots of enhancements and fixes, but the two main shout-out features are:
- The ability to import courses created in the framework or another authoring tool instance
- The change of dependency from Node.js v4.x.x to v8.x.x, which brings with it massive performance gains, and lots of security fixes
Testing instructions
We're always looking for helpers to test new releases, so if you're adventurous and have some spare time, we'd really appreciate your help.
Make sure you update your Node.js install to v8.x.x. We recommend you use a version manager to do this, such as NVM (Mac OS X and Linux), or NVM for windows (windows).
Before using the beta code, please ensure you back-up your existing authoring tool data, or start afresh with a new DB and code-base.
- Check you're using Node.js v8.x.x (you can do this using
node --version
) - Pull the code from git tagged v0.5.0-rc.1
- If testing with an existing install, remove your node_modules folder
- Run
npm install && grunt build:prod
- Log any issues you find to GitHub, following our guidelines
You can view specific testing instructions for the release on the wiki.
If you have any questions, get in touch via commenting on this post or Gitter.