Releases: G000D1ESS/snakeshell
Releases · G000D1ESS/snakeshell
Release list
v0.0.2
🔖 Release v0.0.2: Enhanced Stability and UI/UX:
Changes:
- 🐛 Improved shell stability
- ✨ Added support for interactive readline
- ✨ Support for arrow keys, command editing before submission, Ctrl+C, and Ctrl+D
- 🦺 Enhanced built-in commands with added error handling for specific cases
Full Changelog: v0.0.1...v0.0.2
v0.0.1
Initial version of Bash in Python:
- Implemented part of the built-in commands.
- Introduced support for Sequence List.
- Implemented AND and OR lists for logical command operations.
- Added support for PEG parser to enhance command processing.
Full Changelog: https://github.com/G000D1ESS/snakeshell/commits/v0.0.1