Releases: dlvhdr/gh-dash
Releases · dlvhdr/gh-dash
v4.0.1
v4.0.0
Breaking Changes
ab52fdf Remove default_path support in repoPaths configuration
Now that we support the more general :owner/:repo
template configuration (#343), the prior default_path
functionality (#327) is redundant - e.g. this configuration:
default_path: ~/code/repos
can be achieved equivalently with:
:owner/:repo: ~/code/repos/:repo
Thus, we are deprecating the default_path
syntax.
Changelog
- 8ad08bc Add date format option to defaults
- 4dc6aae Allow BaseRefName in template
- 44f2b46 Apply gofmt changes to repopath.go
- 71df4ec Fix "defult" -> "default" typo in repopath_test.go
- 300ae6d Fix header visibility and layout adaptation in help view on window resize
- ab52fdf Remove
default_path
support inrepoPaths
configuration - 85a75fe Support
:owner/:repo
template inrepoPaths
configuration - 3e17cea chore: fix typos
- 5f70d22 doc: update readme
- 512018d feat: add confirmQuit support in configuration
- d861c9f feat: show prompt on quit
- 27e4fa3 feature(custom-commands): streamline running custom commands across different contexts
- 272dfc1 fix(keybinds): Address premature error re; #353
- 0a8950e fix(keybinds): replace fatal error with bubbletea error message
- 81e89e2 fix(keybinds): replace struct with map for template inputs (#353)
- 9ae0545 fix: duplicate record display on rapid consecutive refreshes
- e41171f fix: queries exceeding number of allowed nodes
- 4bcaec0 fix: typo
- 00553d6 include project name in release assets
- 4dee5c6 make the help text for switching views vary between panes
- 6f57521 rename field
- 73f533e style: capitalisation in comment
- 94c6603 try and add docs for date format, use lowerwcase relative
- 3c57b53 ui: better display for username in footer
- d0aace9 update footer to include username