So, preliminarily 0.94 has stabilized, but it hasn't seen much testing outside "the lab." I would like to invite folks who can build, to checkout the ffreeze branch (feature-freeze) and try it out while we continue our internal testing.
https://github.com/etotheipi/BitcoinArmory/tree/ffreeze++ In 0.94 the Armory home dir databases folder should now be less than 150 MB! This is what we refer to as "headless fullnode"
-- All database formats have changed. You must rebuild your databases! (and we don't have a clean way to help the user transition from the GUI).
Therefore, to use/test 0.94, please change your datadir, dbdir, or delete the databases folder in the Armory home directory. Though, you might want to just move the directory for the moment, in case you have to go back. Luckily, since the new version uses so much less space, it's not a big deal to create another directory for it!
It's also is a heck of a lot faster to start up Armory the first time once Core is sync'd, since we're not building a 30+ GB database anymore. It's called "headless fullnode" because it's the same as previous "fullnode" version of Armory, but without maintaining it's own copy of the blockchain (of course, if you run supernode it will maintain your 2x-3x sized DB, but that's not the default Armory mode).
Along with this, there's a ton of bug fixes and stability enhancements. We're looking forward to the database design finally settling down and stabilizing.
PLEASE checkout the ffreeze branch and help test! Once we get a little bit more testing we'll do a semi-official testing release with a proper bug bounty!