Releases: aviator-co/av
Releases · aviator-co/av
v0.1.16
v0.1.15
Changelog
- 4f517fb Better handling for Cursor by verifying stdin (#644)
- 1573dd9 Fix: Prevent incorrect merge propagation when PR is flattened (#641)
- 6e9672a allow excluding branches from
sync --all(#643) - 105a471 chore(deps): bump actions/cache from 4 to 5 in the github-actions group (#637)
- c34705a chore(deps): bump actions/checkout from 5 to 6 in the github-actions group (#633)
- 46a92af chore(deps): bump github.com/spf13/cobra from 1.10.1 to 1.10.2 in the golang group (#634)
- c9fa6b3 chore(deps): bump golang.org/x/crypto from 0.42.0 to 0.45.0 (#631)
- e1d13b4 chore(deps): bump golang.org/x/mod from 0.31.0 to 0.32.0 in the golang group (#642)
- a4b3a56 chore(deps): bump the golang group with 2 updates (#632)
- 791bd26 chore(deps): bump the golang group with 2 updates (#636)
- 31760da update man-pages and help strings (#646)
v0.1.14
Changelog
- eb3e5b5 Add an option to adopt remote branches (#616)(#615)(#614)
- b992749 Allow adopting branches on top of local branches (#625)
- c630b69 Fix a bug that already adopted branch names are not shown properly (#626)
- 8717e32 Fix the documentation to use $GIT_EDITOR instead of $EDITOR (#627)
- 89c8ecc Handle a case where a stack is partially merged (#624)
- e3a2206 Support specifying a branching point even if the parent is trunk (#623)(#622)(#621)(#620)(#619)(#618)
- 0dc8c54 chore(deps): bump golang.org/x/oauth2 from 0.32.0 to 0.33.0 in the golang group (#629)
- 6f0057b chore(deps): bump golangci/golangci-lint-action from 8 to 9 in the github-actions group (#630)
- f00946c chore(deps): bump the golang group with 2 updates (#610)
v0.1.13
v0.1.12
What's Changed
- fix av squash command by @Brookke in #575
- revert Fix av squash pr, and add comprehensive tests by @Brookke in #576
- chore(deps): bump golang.org/x/mod from 0.26.0 to 0.27.0 in the golang group by @dependabot[bot] in #577
- chore(deps): bump actions/checkout from 4 to 5 in the github-actions group by @dependabot[bot] in #581
- feat(tree): add --current to show only the current stack (fixes #550) by @Brookke in #580
- chore(deps): bump the golang group across 1 directory with 2 updates by @dependabot[bot] in #585
- chore(deps): bump the golang group with 2 updates by @dependabot[bot] in #586
- chore(deps): bump the github-actions group with 2 updates by @dependabot[bot] in #587
- chore(deps): bump github.com/charmbracelet/bubbletea from 1.3.8 to 1.3.9 in the golang group by @dependabot[bot] in #592
- chore(deps): bump github.com/charmbracelet/bubbletea from 1.3.9 to 1.3.10 in the golang group by @dependabot[bot] in #593
- Handle a special case in reparenting when the new parent is in the middle of the branch's history by @draftcode in #594
- Strip the PR metadata from the PR body by @draftcode in #598
- Remove golines and add gofupt to pre-commit config by @draftcode in #596
- Abstract parts as tea.Model where possible in av sync by @draftcode in #600
- Run pre-av-sync hook with tty by @draftcode in #601
- fix: editor var expansion by @Brookke in #603
Full Changelog: v0.1.11...v0.1.12
v0.1.11
Changelog
- 69a4e52 Fix golangci-lint (#573)
- 0d05fbe Skip branches without PRs (#571)
- 9e04aac add homebrew fish autocompletions (#567)
- e55c014 chore(deps): bump github.com/go-git/go-git/v5 from 5.16.1 to 5.16.2 in the golang group (#568)
- 298eeaa chore(deps): bump github.com/go-viper/mapstructure/v2 from 2.2.1 to 2.3.0 (#569)
- dcb1d0e chore(deps): bump github.com/spf13/pflag from 1.0.6 to 1.0.7 in the golang group (#572)
- 0780dce chore(deps): bump the golang group with 2 updates (#570)
- 9089c92 feat: add squash command (#492)
v0.1.10
Changelog
- 53226c3 Switch autocomplete for reparent to using valid branch names (#566)
- 0632faf chore(deps): bump golangci/golangci-lint-action from 7 to 8 in the github-actions group (#561)
- c3b6c39 chore(deps): bump the golang group across 1 directory with 4 updates (#565)
- 7402425 failure to fetch latest release version should be debug only message (#563)
- c48682f update precommits (#564)