Releases: dlvhdr/gh-dash
Releases · dlvhdr/gh-dash
gh-dash 3.3.0
What's Changed
- repo/path wildcard matching - closes #151 by @cdxn in #150
- Differentiate draft PRs from open PRs by @molawson in #158
- Change default Subscribed tab to Involved by @ceedubs in #156
- feat: pr commands by @dlvhdr in #165
- feat(prs): comments by @dlvhdr in #166
- More PR commands by @dlvhdr in #167
- merge PR command by @dlvhdr in #168
- dev by @dlvhdr in #169
- dev by @dlvhdr in #170
- fix: go mod tidy by @dlvhdr in #171
- upgrade go 1 18 by @dlvhdr in #172
- fix(action): github action - upgrade to 1.18 by @dlvhdr in #173
New Contributors
- @cdxn made their first contribution in #150
- @molawson made their first contribution in #158
- @ceedubs made their first contribution in #156
Full Changelog: v3.2.0...v3.3.0
gh-dash 3.2.0
What's Changed
Theme support
Thanks @itspngu for contributing this! ❤️
See the new section in the README for details on how to customize your theme.
Ad hoc search
- New search tab! You can now create a new search query in a dedicated tab.
- Modifying existing sections queries
Commits
- remove release.sh and old release workflow by @dlvhdr in #139
- Theme Support by @itspngu in #146
- search component + integrating into existing sections by @dlvhdr in #142
- theme-fixes by @dlvhdr in #148
- Fix table empty state showing when results are empty by @dlvhdr in #149
New Contributors
Full Changelog: v3.1.4...v3.2.0
gh-dash 3.1.4
v3.1.3
v3.1.3
v3.1.2
v3.1.2
v3.1.1
v3.1.0 - keybindings support, repo paths ⌨️
Keybindings for PRs
Run any bash command using Go Templates to embed the current PR data.
Example of opening Neovim and VSCode for PR review:
keybindings:
prs:
- key: c
command: >
tmux new-window -c {{.RepoPath}} '
gh pr checkout {{.PrNumber}} &&
nvim -c ":DiffviewOpen master...{{.HeadRefName}}"
'
- key: v
command: >
cd {{.RepoPath}} &&
code . &&
gh pr checkout {{.PrNumber}}
Repo paths
Specify where each repo is located on disk for use with keybindings:
Access using the {{.RepoPath}} template string.
repoPaths:
dlvhdr/gh-dash: ~/code/gh-dash
v3.0.0 - Issues support! 🔺
v3.0.0 introduces support for issues.
Press s to switch between views.
Other changes include:
- UI improvements to the selected line and tabs.
- Bug fixes
v2.1.1
v2.1.1
v2.1.0
v2.1.0