Releases: dlvhdr/gh-dash
Releases Β· dlvhdr/gh-dash
v4.9.0
Git Repo Config Support
gh-dash
will now look for a .gh-dash.yml
file if you run it from a git repo.
This allows you to define sections that are specific to this repo, and aren't suited for the global config.
Use cases include seeing PRs by teams you work closely with, issues sorted by reactions for your OSS project etc.
Changelog
v4.8.1
v4.8.0
v4.7.3
v4.7.2
v4.7.1
v4.7.0
v4.6.0
Changelog
- f62afad Enable approving a PR without entering a comment (#420)
- ba8e86a chore: remove calls to styles.Copy() after upgrading lipgloss (#423)
- 8eea0c6 feat(branch): checkout and delete (#422)
- 39b54bc feat(branch): push branch (#426)
- 0cd42da feat(branch): support switching to/from (#425)
- 04fff7f feat(branches): config for refresh interval of prs+branches (#436)
- a176530 feat(branches): create branch (#432)
- f9057e5 feat(branches): create pr (#447)
- 59bdd14 feat(branches): delete branch with prompt (#430)
- 4e10f81 feat(branches): fast-forward + refresh on interval (#427)
- f22047c feat(branches): footer to show git status (#437)
- f8c232d feat(branches): proper help menu (#431)
- 904fde4 feat(branches): search (#428)
- 3c09b32 feat(branches): show # of commits ahead/behind (#424)
- 96a5959 feat(branches): sidebar skeleton (#451)
- 141f0f8 feat: focus/process exit to refresh (#453)
- 4d4f61e feat: universal keybinds (#435)
- 7792112 fix(branches): fast-forward to use up-to-date repo (#433)
- dba6346 fix(branches): new branch to use real head branch name (#438)
- 2c887b3 fix(branches): open branch pr (#429)
- d7e563b fix(branches): search placeholder (#434)
- ba8e0a6 fix(pr): fix swapping of
Assignees
andBase
on PR sections (#449) - 8708484 fix: new layout - hide base if hidden (#456)
- 93bd7bc fix: only log on fatal when not debug mode (#455)
- a7291c9 fix: remove full screen loading when refreshing (#459)