Skip to content

v0.8.7

Latest

Choose a tag to compare

@kwhorne kwhorne released this 12 Jul 17:35

Fixed

  • Opening a project in e failed with "cannot open files in the 'folder' format."
    open -a routed the project path through macOS's document-open flow, which refuses
    folders unless the app declares it handles them. Launching with open -a … --args <path> instead hands the path over as a plain argument, like any other editor.