Releases: muandane/goji
Releases · muandane/goji
v0.1.3
What's Changed
Features 🎉
- Fix: commit printing tabs by @muandane in #68
- Feat: added dynamic git flags
--git-flag
#32 - Fix: error logging #68
- Fix: added flags input not being passed to non interactive mode #59
Enhancements ✨
- fix 🐛(nixbuild): fix ldflags by @Banh-Canh in #60
👒 Dependencies
- Bump actions/setup-go from 5.0.1 to 5.0.2 by @dependabot in #61
- Bump github.com/charmbracelet/lipgloss from 0.11.0 to 0.12.1 by @dependabot in #63
- Bump github.com/charmbracelet/huh from 0.4.2 to 0.5.2 by @dependabot in #64
- Bump github.com/charmbracelet/glamour from 0.7.0 to 0.8.0 by @dependabot in #65
- Bump github.com/charmbracelet/huh from 0.5.2 to 0.5.3 by @dependabot in #66
Full Changelog: v0.1.2...v0.1.3
v0.1.2
What's Changed
Enhancements ✨
- Feature/git flags --add and --amend by @Banh-Canh in #58
- Added option to build with nix by @Banh-Canh
New Contributors
- @Banh-Canh made their first contribution in #58
Full Changelog: v0.1.1...v0.1.2
v0.1.1
What's Changed
Enhancements ✨
- Create dependabot.yml by @muandane in #41
- fix 🐛: fix mod by @muandane in #40
- Fix/commit output by @muandane in #51
- Update .goreleaser.yml by @muandane in #57
👒 Dependencies
- Bump actions/checkout from 4.1.1 to 4.1.6 by @dependabot in #42
- Bump codecov/codecov-action from 4.1.0 to 4.4.1 by @dependabot in #43
- Bump goreleaser/goreleaser-action from 5.0.0 to 5.1.0 by @dependabot in #44
- Bump actions/setup-go from 5.0.0 to 5.0.1 by @dependabot in #45
- Bump github.com/fatih/color from 1.16.0 to 1.17.0 by @dependabot in #46
- Bump github.com/charmbracelet/lipgloss from 0.10.0 to 0.11.0 by @dependabot in #47
- Bump github.com/charmbracelet/huh from 0.3.0 to 0.4.2 by @dependabot in #48
- Bump github.com/spf13/viper from 1.18.2 to 1.19.0 by @dependabot in #50
- Bump github.com/alecthomas/assert/v2 from 2.2.1 to 2.10.0 by @dependabot in #49
- Bump goreleaser/goreleaser-action from 5.1.0 to 6.0.0 by @dependabot in #52
- Bump github.com/spf13/cobra from 1.8.0 to 1.8.1 by @dependabot in #55
- Bump codecov/codecov-action from 4.4.1 to 4.5.0 by @dependabot in #54
- Bump actions/checkout from 4.1.6 to 4.1.7 by @dependabot in #53
New Contributors
- @dependabot made their first contribution in #42
Full Changelog: v0.1.0...v0.1.1
v0.1.0
v0.0.8
What's Changed
Features 🎉
- Added commit hooks through
goji check
command by @muandane in #35 - Ability to disable emoji in commit type by @muandane in #39
Enhancements ✨
- pre-commit hook fix by @muandane in #37
- removal of signoff flag in favor of config based value by @muandane in #38
- fixed reading config file from repo root if available dir by @muandane in #36
Full Changelog: v0.0.7...v0.0.8
v0.0.8-rc4
What's Changed
Features 🎉
- fix 🐛 (git): reading config file from repo root dir by @muandane in #36
- Feat: added commit hooks by @muandane in #35
Enhancements ✨
- Feature: pre-commit hook by @muandane in #37
- deprecate ⚰️: removal of signoff flag in favor of config based value by @muandane in #38
Full Changelog: v0.0.7...v0.0.8-rc4
v0.0.8-rc3
v0.0.8-rc2
v0.0.8-rc1
What's Changed
Features 🎉
- fix 🐛 (git): reading config file from repo root dir by @muandane in #36
- Feat: added commit hooks by @muandane in #35
Full Changelog: v0.0.7...v0.0.8-rc1
v0.0.7
What's Changed
Features 🎉
- Feat/manpage by @muandane in #33
- Updated huh version by @muandane in #34
- added height constraint to some prompt fields
- char count works with values defined in the config file
.goji.json
- you can autocomplete in the scope prompt with the predefined scopes in
.goji.json
withctrl+e
Full Changelog: v0.0.6...v0.0.7