Skip to content

Releases: KTS-o7/snapshell

v1.1.2

26 Dec 13:15
dc2e2a5

Choose a tag to compare

v1.1.1

26 Dec 13:06
bf74f57

Choose a tag to compare

Full Changelog: v1.1.0...v1.1.1

v1.1.0

10 Oct 06:46
b4e8d9a

Choose a tag to compare

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

06 Oct 17:50
7f36b6a

Choose a tag to compare

Full Changelog: https://github.com/KTS-o7/snapshell/commits/v1.0.0

Changelog

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