Loading...
- v5.2.2iOS
Bugs fixes
- v5.2.1iOS
- Fixed a bug that were causing all commands to not output anything - Fixed segmentation fault on clang
- v5.2iOS
- The font size of the terminal is now used for the editor too - Added 'jsc' command to interpret JavaScript code
- v5.1.5iOS
Bug fixes
- v5.1.4iOS
- Text can now be modified by moving the cursor - Changed '$TERM' environment variable
- v5.1.3iOS
- Semicolon now parse as arguments - Fixed "python3" command
- v5.1.2iOS
- Enable green text in Settings - Run commands from Shortcuts
- v5.1.1iOS
The app launch is now faster.
- v5.1iOS
- Made functions from 'math.h' and other headers work. - Fixed completion for paths with single or double quotes - Preparing for something new...
- v5.0.2iOS
Bug fixes
- v5.0.1iOS
5.0.1 === Fixed crashes on iOS 12 and issues with clang and lli. Sorry for the long wait. 5.0 == - iOS 13 support for dark mode and multiple windows: On iPad, drag a tab to open a new window. - New commands: 'clang', 'lli', 'llvm-link', 'nm'. You can now compile and run C programs! - Bug fixes
- v5.0iOS
- iOS 13 support for dark mode and multiple windows: On iPad, drag a tab to open a new window. - New commands: 'clang', 'lli', 'llvm-link', 'nm'. You can now compile and run C programs! - Bug fixes
- v4.8iOS
- Added option to disable suggestion bar - Fixed input on Python commands
- v4.7iOS
- Added ifconfig - Bug fixes
- v4.6iOS
Bug fixes
- v4.3iOS
Bug fixes
- v4.2iOS
Bug fixes
- v4.1iOS
- Replaced Python API by Nicolas Holzschuch's Python 3 command. That fixes exiting, the 'queue' module and more things. - Use pip to install Python dependencies: "python -m pip" or "python3 -m pip".
- v4.0.2iOS
Python 3.7 should now be free for users who downloaded LibTerm before the 4.0. Sorry for bugs! It's difficult to test those things before production.
- v4.0.1iOS
Users who downloaded the app before the version 4.0 should have Python 3.7 for free. The only way I can test if that works is by publishing the app to the App Store. So sorry if you have not access to Python 3.7 and you downloaded the app before the 4.0.
- v4.0iOS
- New commands: 'python2': Python 2.7 'credits': Shows credits 'ssh-keygen': Create SSH keys to use them with other SSH clients - Keyboard shortcuts - Fixed tabbing bugs - Removed 'id' command: This command crashed on previous version. I fixed that but I can't publish it because it uses private APIs. - v3.0.1iOS
Fixed "python: command not found". Python 2.7 is replaced by Python 3.7. Update your packages!
- v3.0iOS
- Updated to Python 3.7!
- v2.0iOS
- Updated ios_system: New commands: xargs, bc, say. - Edit files with a graphical editor and syntax highlighting with the 'edit' command. - Multi-tabbing works properly now. - Tabs are saved on the disk. - Lua REPL works now. - Fixed bugs.
- v1.5iOS
- Internal changes - Empty commands from the history are removed