Releases: CraigOpie/ponopush
Releases · CraigOpie/ponopush
v1.1.0
Changelog
[1.1.0] - 2024-07-01
Added
- GPG Signing: Added support for GPG commit signing. This can be enabled via the
gpg.enabled
configuration setting. - User-Provided Context: Developers can now provide additional context for the AI by using the
-m
flag followed by a string. This information is used as the primary reference for generating commit messages. - Subdirectory Execution: PonoPush can now be executed from any subdirectory within a Git repository, ensuring it operates as if run from the repository root.
Changed
- Configuration Management: Enhanced configuration management to include the
gpg.enabled
setting. - Prompt Template: Modified the prompt template to prioritize reasoning as an executive summary, followed by details and impact.
Fixed
- Error Handling: Improved error handling for non-Git directories and other potential runtime issues.
[1.0.0] - 2024-06-26
v1.0.0
Full Changelog: https://github.com/CraigOpie/ponopush/commits/v1.0.0