Releases: KTS-o7/snapshell
Releases · KTS-o7/snapshell
v1.1.2
v1.1.1
Full Changelog: v1.1.0...v1.1.1
v1.1.0
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, andos.
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
- Added a new contributor: Nihaal SP.
Code Changes
- Bumped package version to
1.1.0insetup.py. - Added
__init__.pyfor module initialization. - Refactored
cli.pyto improve colorized terminal output and handle user inputs. - Removed
database.pyandsystem_info.py, merging their functionalities intoutils.py.
Resolved Issues and Pull Requests
- #4 Complete Over Haul - Bumped package version to 1.1.0
- #3 Improved documentation
- #1 Improve Documentation
You can view the complete diff here.
v1.0.0
Full Changelog: https://github.com/KTS-o7/snapshell/commits/v1.0.0
Changelog
- Commits:
- 7f36b6ac47: Added workaround for API prompting and saving
- 539b73a0ef: Added workaround for colors
- 27f2f8f8a2: Update python-publish.yml
These results may be incomplete. For more commits, you can view the full commit history.
New Features and Updates
- Added workaround for API prompting and saving
- Added workaround for colors
- Updated python-publish.yml