Bugs fixes
- Fixed a bug that were causing all commands to not output anything
- Fixed segmentation fault on clang
- The font size of the terminal is now used for the editor too
- Added 'jsc' command to interpret JavaScript code
Bug fixes
- Text can now be modified by moving the cursor
- Changed '$TERM' environment variable
- Semicolon now parse as arguments
- Fixed "python3" command
- Enable green text in Settings
- Run commands from Shortcuts
The app launch is now faster.
- Made functions from 'math.h' and other headers work.
- Fixed completion for paths with single or double quotes
- Preparing for something new...
Bug fixes
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
- 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
- Added option to disable suggestion bar
- Fixed input on Python commands
- Added ifconfig
- Bug fixes
Bug fixes
Bug fixes
Bug fixes
- 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".
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.
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.
- 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.Fixed "python: command not found". Python 2.7 is replaced by Python 3.7. Update your packages!
- Updated to Python 3.7!
- 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.
- Internal changes
- Empty commands from the history are removed