Releases: Maran1947/localite
Releases · Maran1947/localite
v0.1.0
Changelog
- be09048 chore: remove universal_binaries option
- d5a715d chore: update goreleaser version
- 1278f82 chore: add goreleaser configuration and release workflow; change version to v0.1.0
- 6bd8a86 fix: improve command descriptions and error messages
- 648d4e8 fix: fix minor formatting issues in cmd and internal packages
- 1d391d4 feat: add push command to save localite keys to file
- 828e545 Merge branch 'main' of https://github.com/Maran1947/localite
- 9e32f1b docs: improve readme and add support section
- 91f8d02 Create FUNDING.yml
- 520001e Merge branch 'main' of https://github.com/Maran1947/localite
- 28f6230 update readme with new features, installation, usage, and contribution guidelines.
- 7cdafbb Initial commit
- 85a28a2 added spinner to show progress when generating commit message
- bc791ca rename: generate command to genc
- 5d82a53 refactor: move git diff functionality to gitcommands.go
- 6f930f8 improve commit message formatting and remove unnecessary output.
- 10ffb39 add get command to read config values
- 902154c added config management commands (set,del,update)
- accf4ce added functionality to run git add command to stage all changes before running git diff
- 08affc6 implememted functionality to run git commit command
- bbbbb33 added -p flag for allowing conventional prefixe in commit message
- f9a62f8 implemented commit message generation based on the git diff using Gemini AI
- e6cae00 setup localite cli with config, version, and generate commands