Loading...
- v1.3.0iOS
Happy Fall 2024! Here's what's new in v1.3: - Added SSH Plugin: connect to remote systems over SSH from the terminal. - NodeJS Plugin - Added stepping debugger. Set breakpoints by tapping on the line number or adding the "debugger" keyword. - Added debugger panel. See running session, start/stop execution, and step over/in/out when paused. View active call frames and scope variables. - Added breakpoints panel. See all added breakpoints. - Detect run configurations in package.json files and select them from the run menu. Run with single tap on the play button. - Enhanced run environment, supporting Vite 5.4.x - Bookmarks Plugin - Added option to include a note for the bookmark. Notes will appear in the bookmark panel and in the editor as a line-level notice. - Added icon in editor gutter to indicate bookmarked lines. - Fixed bug causing some bookmarked lines to not appear in the panel. - JSHint Plugin - Default esversion changed to 6. - Terminal - Added support for multiple commands on a single line using &&. - Code Editor - Added syntax highlighting for TypeScript files. - v1.2.5iOS
- Extensive improvements to the NodeJS plugin. - Supports Vite 4+5, create-vite. - Includes native esbuild command. - Rebuilt child_process support including wider support for stdin/stdout redirects. - Added support for ESM modules, WebAssembly, and Rollup. - Added support for stdin. - Improved stdout/stderr reliability and performance. - Terminal - Added support for arrow-key input when using an attached keyboard. - Initial support for limited .sh files. - Bookmarks plugin - Add bookmarks to lines in the code editor and easily jump back to line from the bookmarks panel. - Search panel - Performance improvements. - Code Editor - Performance improvements for large files. - Gutter will adjust width based on number of lines. - Fixed crash when using "select to start of line" key command from within prefix whitespace. - Added syntax highlighting for Vue and JSON files. - Updated Inspect Browser to v2.4.3 - v1.2.1iOS
- Fixed visible whitespace layout bug in iOS 17 - Fixed iCloud projects not being fully downloaded on open. - Other small bug fixes and performance improvements.
- v1.2.0iOS
- Added Node.js plugin: run Node.js files and projects locally, entirely on-device. - Includes npm and npx commands in the terminal. - Includes several node.js examples as file templates. - Added terminal: run commands in a CLI environment. - iOS 17 support. - New file templates. - Markdown syntax example. - "Readme.md" example file. - "Contributing.md" example file. - Pull request markdown template. - Fixed code editor bugs and crashes. - Design tweaks and refinements. - Updated Inspect Browser to v2.4. - v1.1.0iOS
New Features: - SQLite plugin: a complete SQLite database editor. - JSHint customization: The JSHint plugin will now search for .jshintrc files to customize behavior. - File templates: Tapping "New..." in the add menu from the files panel will bring up a list of file templates so you can easily add common files to your projects.
- v1.0.2iOS
- Performance improvements for the code editor.
- v1.0.1iOS
A small quick post-release update. - A few important bugfixes. - Added PHP thread safety. - Added cURL PHP extension. - Added run configurations.