Docyrus Open IDE v0.1.7
Docyrus Open IDE v0.1.7 reopens the workspace you closed the app with, instead of starting over from the folder chooser.
Highlights:
- Your workspace comes back. Quitting used to throw everything away. The app now saves which project folders are open and which one was active, the tabs each pane holds and which was selected, how the splits were sized, and whether the File Explorer was open — and restores all of it on the next launch.
- Saved as you work, not just on quit. State is written a few seconds after it changes and flushed as the app closes, so a crash or a force quit costs at most the last edit. The file is written through a temporary and renamed into place, so it can never be left half-written.
- Restore that checks its work. A project folder that moved, a file that was deleted, a pane whose tabs all disappeared — none of it comes back as a broken tab or an empty split. Markdown tabs re-read their file so the reading surface is populated. A restored terminal tab reopens as a fresh shell in the project root.
- Terminals wake up on a project switch. Switching to a project whose selected tab was a terminal used to show a dead pane until you clicked it.
Unsaved editor changes are not part of the restored session: a file with unsaved edits comes back as it is on disk. Save before quitting.
Apple Silicon macOS install:
curl -fsSL https://github.com/Docyrus/docyrus-open-ide/releases/latest/download/install-mac.sh | bashThe installer verifies the archive's SHA-256 against the digest pinned in install-mac.sh before replacing the app. SHA256SUMS.txt lists the digest of every asset.