Releases: zaidfadhil/kemit
Releases · zaidfadhil/kemit
v0.0.8
v0.0.7
Changelog
Bug fixes
- a6b5833: fix: prompt text order (@zaidfadhil)
Other
- 2ff7db4: Merge pull request #8 from zaidfadhil/fix/prompt-text-order (@zaidfadhil)
v0.0.6
Changelog
Other
- 02bdb91: chore: move install script to the scripts folder (@zaidfadhil)
- 284b062: chore: remove install.sh and uninstall.sh from root dir (@zaidfadhil)
- 3ef5e37: new cli pkg (@zaidfadhil)
- ed93337: chore: add unknown command error handling and refactor CLI exit logic (@zaidfadhil)
- 9bb588e: refactor(main.go): remove unused parameter in default command handler (@zaidfadhil)
- 5bba12b: Merge pull request #7 from zaidfadhil/feat/cli (@zaidfadhil)
- 5cda1e1: feat(cli): update cli command error message and add help command (@zaidfadhil)
v0.0.5
Changelog
New Features
- d703d82: feat(kemit): Add uninstall script and documentation (@Loule95450)
- 451888a: feat: Update config/config.go to support commit style (@zaidfadhil)
Bug fixes
- de37862: fix: update main.go to include --commit_style option (@zaidfadhil)
Other
- df9ea8d: Improve prompt in engine/prompt.go (@zaidfadhil)
- 6eb9512: Update GitHub workflows for build, lint and release (@zaidfadhil)
- e0c5ba2: Update README.md to use 'fs' instead of 's' in curl command (@zaidfadhil)
- a2202fd: Update config/config.go to use strings.ToLower for Provider validation (@zaidfadhil)
- 2ba6b25: Update .goreleaser.yml, Makefile, VERSION and main.go to include version number (@zaidfadhil)
- 3f7f6c1: Update .gitignore and main.go to add dist/ directory and improve code formatting (@zaidfadhil)
- 076d872: Add pre-push hook and update Makefile to include setup-githook target (@zaidfadhil)
- 1b5289e: Update .githooks/pre-push permissions to executable (@zaidfadhil)
- a51ef4c: Merge pull request #2 from Loule95450/main (@zaidfadhil)
- a4b9e1b: Update README.md (@zaidfadhil)
- 59635fe: Update README.md: add uninstall script instructions (@zaidfadhil)
- 5b01dc7: Merge pull request #4 from zaidfadhil/feat/commit-styles (@zaidfadhil)
v0.0.4
Changelog
Other
- 13de492: Update config/config.go and keychain.go files (@zaidfadhil)
- 9e80524: Update config/config.go and main.go to add provider validation and default values (@zaidfadhil)
- 9ce4dd5: Update README.md and config/config.go with new installation instructions (@zaidfadhil)
- b286bc9: Update error messages for ollama_missing_data and unsupported_provider (@zaidfadhil)
- d585fe7: Merge pull request #1 from zaidfadhil/feat/config-file (@zaidfadhil)
v0.0.3
Changelog
Other
- 7dcc546: Update README.md (@zaidfadhil)
- 97e2e6b: Update README.md with new Ollama link (@zaidfadhil)
- 5292c3d: Update README.md with installation and setup instructions (@zaidfadhil)
- 9ea7657: Update install script to use temporary directory and improve installation process. (@zaidfadhil)
- 0f18aa2: Update Makefile and install.sh to set executable permissions for kemit binary. (@zaidfadhil)
- b65b497: Add prompt functionality (@zaidfadhil)
- 32a0cb6: Update README.md with new information and Go Report Card badge (@zaidfadhil)
- a1cb862: Fix README (@zaidfadhil)
v0.0.2
Changelog
Other
- b39db82: fix install.sh for different architectures and add download URL for releases (@zaidfadhil)
v0.0.1
Changelog
Other
- be3dedf Update build and release workflows to use goreleaser action, adding support for multiple go versions and uploading artifacts.
- bbe1135 Update prompt.go: Improved formatting and added prePrompt variable.
- 92ee5b0 Update .golangci.yml
- 4048872 Update build workflow to use make and add goreleaser configuration, update Makefile for building and installing, and modify install script to handle different architectures
- 6af5fad Update setConfig function to handle errors and exit with 1 if an error occurs. Add error handling in run function for git.Diff() and ollama.GetCommit().
- ab4177e Update ollama request to include diff string and fix json decoding error
- 3cf7673 update go.mod
- 835b3e5 Update prompt.go: Add new prePrompt variable definition for improved user experience.
- 42b3c6f Rename engines to engine package and update imports. This change is necessary to reflect the new package name and avoid confusion.
- 749d245 Update engine to remove unnecessary imports and simplify code. Removed unused 'git' package and simplified method.
- 20e833f add ollama logic
- e11b6e9 replase git status with git diff --name-status to get only staged files
- 42ecc66 list modified git files
- 9d73a29 init
- 24f11d9 update README.md
- d33b473 Initial commit