Releases: SKalt/git-cc
Releases · SKalt/git-cc
v0.0.18
Changelog
- 4af579d Merge branch 'master' of https://github.com/SKalt/git-cc
- 3030ff4 Merge pull request #36 from tanducmai/delete-redundant-word
- e9ed5e9 Merge pull request #37 from tanducmai/fix-wrong-link
- 92e5d58 build(cli): make
vhs
recordings more reproducible - 55ad417 chore(devtools): check in .editorconfig
- 667e63b chore(devtools): ignore nix result-symlink dir
- 122fdc5 chore(release): 0.0.18
- 50b4e55 feat: search for config in ${REPO_ROOT}/.config
- 41664aa temp: attempt to make git hashes in demo deterministic
v0.0.17
v0.0.16
Changelog
- 3a714cf Merge branch 'master' of https://github.com/SKalt/git-cc
- 3a8e314 Merge pull request #35 from SKalt/dependabot/go_modules/golang.org/x/text-0.3.8
- 9b49bfb chore(deps): bump golang.org/x/text from 0.3.7 to 0.3.8
- 8a71483 chore(release): 0.0.16
- b5ccbf8 feat(cli): allow using ctrl+n/ctrl+p to navigate
- 7362b74 feat(dist): add brew installation to installer, docs
- 05a3c90 fix(cli): correct creation of config file for new scopes
v0.0.15
v0.0.14
v0.0.13
v0.0.12
v0.0.11
Changelog
- e17fd3a Merge branch 'custom-config'
- 734e241 chore(parser): clean up unused fns
- 6cb7a73 chore(release): 0.0.11
- 3c7c296 chore: remove already-addressed TODOs
- e12c2f1 feat(cli): accept map[string]string config
- 923d3a1 feat(cli): add --redo flag
- adcb96c feat(cli): send new scope to clipboard!!!
- 13ed429 feat(dist): add homebrew tap
- 05a12b7 feat(dist): attempt manually triggering the gh release pipeline
- 45e4d4a fix(cli): fail fast on empty redo commits, remove old comments/unused code
- b0e02b4 fix(cli): return error rather than immediately panicing
- 03b3a0c fix(cli): validation-error conditions
- bec1764 refactor(cli): drop
viper
in favor of hand-rolled config management - 45fa4c5 refactor(cli): store cc validity as a bitmap uint8
- c849707 refactor(parser): fix spelling of
Delimited
, add docs
v0.0.10
Changelog
- 3244521 Merge branch 'master' of https://github.com/SKalt/git-cc
- 6f729cf Merge pull request #22 from brainwo/get_arch
- c30c277 Merge pull request #24 from lincolnjpg/feat/adds-no-editor-warning
- 4ece0d9 chore(release): 0.0.10
- 8a31a1c feat(cli): adds a warning for editor not found when creating scope
- 804e87f feat(devtools): draft nix flake
- 3a96806 fix(cli): correctly handle spawning editors in a subprocess
- 71cc1dd fix(devtools): get
go build
working with nix - 1ef1bd7 fix(dist): fix get_arch in install.sh
- d35e20a fix: prevent video from being stripped from GFM
- 2841a53 revert: back to using a gif :(
v0.0.9
Changelog
- a6176fc Merge branch 'master' of https://github.com/SKalt/git-cc
- c997ea0 Merge pull request #17 from SKalt/search-upwards-for-cfg
- a4dc54a Merge pull request #19 from lincolnjpg/fix/only-available-commit-types
- 805c578 chore(release): 0.0.9
- 60563af fix(cli): prevents next step until an available commit type is selected