- New Features
- Added shell integration. A shell is now chosen based on your OS (Powershell for Windows, Bash for Linux)
- Added hostname to prompt
- Added blur effect to window
- Removed custom shell (being redone)
Change to versioning. Now versioning with numbers only hence skipping beta naming
- New Features
- Added lots of new Unix commands (type
helpfor the list of commands) - Syntax highlighting. The terminal now has colors instead of plain white.
- Terminal Customization
- Themes! Currently there are 6 themes to choose from.
- Copy and paste.
- Added lots of new Unix commands (type
- Bug fixes
- Backspace works properly
Current bugs
- The
cpcommand currently doesnt work properly. As a result its been disabled temporarily. - Attempting to execute a process that requires input (ie powershell, windows cmd, node, etc) does work but does not show in the terminal. This causes it to hang indefinately. Its advised to try to not run those until a fix is found. Note: When running a process, it works but only the result will show in the terminal. At the moment it doesn't show the output while running. This will be fixed soon.
- When you open the settings window, choose a theme, close it, and open it again, the selector will be back at "default". Themes still work as normal.
- Fixed bugs
- Commands will no longer not be accepted if there is a new line before the command. They should now work no matter what.
- Backspace bug still persists. Working on a fix.
- Other non signifigant fixes
- Changed loading icon and exe icon
- Initial release