Releases: KTS-o7/snapshell
Releases · KTS-o7/snapshell
v1.1.2
Sorry, something went wrong.
No results found
KTS-o7
released this
26 Dec 13:15
Full Changelog: v1.1.1...v1.1.2
v1.1.1
Sorry, something went wrong.
No results found
KTS-o7
released this
26 Dec 13:06
Full Changelog: v1.1.0...v1.1.1
v1.1.0
Sorry, something went wrong.
No results found
KTS-o7
released this
10 Oct 06:46
Release Notes for SnapShell v1.1.0
We are excited to announce a significant update to SnapShell, including new features, enhancements, and bug fixes. Below are the detailed release notes for version 1.1.0.
Installation
- Added a new prerequisite section for Python 3.10 and pip.
- Added custom installation steps, including cloning the repository and setting up a virtual environment.
Configuration
- Added instructions for setting up the GROQ_API_KEY.
Dependencies
- Listed required libraries such as argparse, sqlite3, and os.
API Documentation
- Brief overview of how SnapShell interacts with the GROQ API for command suggestions.
Contributing
- Detailed steps for contributing to the project, including forking the repository, creating a feature branch, and submitting a pull request.
Troubleshooting
- Common issues and solutions, including installation errors, missing API key, and permission errors.
License
- Updated license details to MIT License.
Contact
- Added contact information for the project maintainer.
Contributors
Code Changes
- Bumped package version to 1.1.0 in setup.py.
- Added __init__.py for module initialization.
- Refactored cli.py to improve colorized terminal output and handle user inputs.
- Removed database.py and system_info.py, merging their functionalities into utils.py.
Resolved Issues and Pull Requests
You can view the complete diff here.
v1.0.0