Your script shouldn’t have to live in one specific format to work with CineLog. So we added two more file types to the importer. You can now bring in RTF files and plain TXT files, right alongside FDX, Fountain, and PDF.
We also changed how imports run. Big scripts used to freeze the app for a moment while the file was being read. Now all of that heavy work happens in the background, so you can keep moving while your script comes in.
And the Fountain importer got smarter about recognizing elements. It now handles the trickier cases correctly, like parentheticals that run across multiple lines.
Most of the work in this release went in under the hood. We rebuilt the foundation that all the importers stand on, because the script features coming next need a really solid base.