0.8.2 Release Candidate

By: Chris Pickel On: January 19 2017 In: antares, mac, linux, preview

I’ve cut a release candidate for Antares 0.8.2:

As with all release candidates, bugs or reports are welcome.

The 0.8.2 release should fix the following issues:

As with 0.8.1, these are mostly of interest to Linux users, but for Mac users, the supported version of OS X has been rolled back to 10.7+ (it was formerly 10.9+).

Debian and Ubuntu users can also now install Antares directly through the built-in package management system. Run the following commands from a terminal:

$ sudo -s
$ curl https://raw.githubusercontent.com/sfiera/id/master/sfiera.asc | apt-key add -
$ apt-add-repository "http://apt.arescentral.org contrib"
$ apt-get update
$ apt-get install antares
$ exit