roadmap.md (1435B)
1 --- 2 label: Limitations & Roadmap 3 icon: milestone 4 order: 540 5 --- 6 7 # Current Limitations 8 9 - **Flat file system** — the main IDE has no directory/subfolder support; flat array mapping only (Veyrix Web solves this separately with a true VFS) 10 - **Snapshot limit** — hardcoded FIFO limit of 5 snapshots per file, to prevent storage quota bloat 11 - **No language servers** — relies entirely on basic Ace autocompletion arrays; no deep IntelliSense (LSP) 12 - **Single view** — split-pane or multi-tab rendering isn't yet supported in the main IDE's DOM structure 13 14 # Development Roadmap 15 16 ## Core IDE 17 18 **v1.1.0** — Removed the Ace.js worker to reduce RAM usage. 19 20 **v1.0.9** — Re-engineered the file sharing logic to use `application/octet-stream` and URI-context anchoring, bypassing strict Desktop OS security blocks that previously triggered "Permission Denied" errors. 21 22 **v1.0.8** — Updated version history logic to trigger a confirmation modal before restoration, preventing accidental data loss and ensuring a clean editor state after recovery. 23 24 ## Web IDE 25 26 **v1.0.2** — Implemented a draggable split-pane interface (Dynamic Viewport Resizer), letting users manually adjust preview width to simulate and test designs across device breakpoints. 27 28 **v1.0.1** — Introduced nested folder mapping, batch file uploads, and a persistence-linked tab system for navigating complex project structures (Advanced File System & Workspace).