[0.70.4] - 2021-04-01
As always, back up your Save.
(april fools)
MacOS Note
This MacOS binary is not signed, so before it can be installed it must be de-quarantined by executing this command in the same directory as Etterna-0.70.4-Darwin.dmg
:
xattr -d com.apple.quarantine ./Etterna-0.70.4-Darwin.dmg
Additionally, OpenSSL is required. It can be installed with Homebrew:
NOTE: If you don't have Homebrew installed already, follow the instructions from the Homebrew website.
brew install openssl
Fixes
- Fixed Favorites SortMode being sorted into groups that are also in an alphabetical order of an unknown language
- Fixed extreme RAM usage when building in MSVC - large calc data has been moved from std array to std vector