Cordex v0.2.1

Fixed

  • macOS: app crashed a few seconds after launching from Launchpad or Finder (only worked when started from a terminal). Config and project files were being written to the current working directory, which is the read-only root filesystem when the app is launched outside a shell.

Changed

  • User data (config, project, samples) now lives under the platform-standard directory:
    • macOS: ~/Library/Application Support/com.zezic.cordex/
    • Linux: ~/.config/cordex/ (config) and ~/.local/share/cordex/ (project, samples)
    • Windows: %APPDATA%\com\zezic\cordex\

Migration

  • If you had a project saved as ./cordex-project.crdx in a specific folder (with a matching ./cordex-project/samples/ sibling), move both into the new location shown above before launching this version.

Install this release

On macOS or Linux, run:

curl -fsSL https://cordex.zezic.ru/install.sh | bash -s 0.2.1

Manual downloads