Skip to content

Releases: dlvhdr/gh-dash

v4.0.0

24 May 16:47
Compare
Choose a tag to compare

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 in repoPaths configuration
  • 85a75fe Support :owner/:repo template in repoPaths 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

v3.14.0

17 Feb 17:08
v3.14.0
Compare
Choose a tag to compare

Changelog

  • bf3764c feat(prs): show review threads in sidebar

v3.13.1

16 Feb 16:39
v3.13.1
Compare
Choose a tag to compare

Changelog

v3.13.0

07 Feb 19:12
v3.13.0
Compare
Choose a tag to compare

Changelog

  • 466c7cd chore: add testify module and update deps
  • 1e060f5 ci: upgrade github actions
  • d9ef14a feat: add support for a default repository path
  • f76c49e refactor: update repopath to use table tests

v3.12.0 - ability to watch PR checks βœ…

05 Jan 15:09
v3.12.0
Compare
Choose a tag to compare
  • Press w to watch a PR's checks. Once the checks are done running, you'll get a desktop notification with the results.
  • Ready to review has moved to W (capital W)

Changelog

  • f556f8c ci: verbose logging in go releaser
  • f4f5731 feat: show notification on watch finish
  • 045cbf1 fix free bsd build

v3.11.1

04 Jan 21:09
v3.11.1
Compare
Choose a tag to compare

Changelog

v3.11.0

12 Aug 17:00
Compare
Choose a tag to compare

Changelog

  • 555c5d9 chore: update deps
  • 5425172 feat: add a component to format changes summary
  • 6b8dc15 feat: background unchanged + add a small var for that
  • 8929c43 feat: keep same spaces between adds/deletions
  • 97b1ec3 feat: update the PR view diff changes summary
  • c70295f fix: background color of seleted line

v3.10.0

24 Jul 18:16
Compare
Choose a tag to compare

Changelog

  • bb6e5fc feat(ui): Remove footer left section when prompt confirmation shows
  • 144d589 feat(ui): ability to prompt a confirmation before an action is performed

v3.9.0

08 Jul 13:07
Compare
Choose a tag to compare

Changelog

  • 21a4668 Fix missing obsolete nerd font glyphs

v3.8.0

29 Jun 19:01
Compare
Choose a tag to compare

Changelog

  • b2e9d3e (MAINT) Update docs theme
  • 517cc1d Update parser.go
  • b6b0443 add environmental variable
  • b69baa6 feat(ui): ability to hide table separator
  • 1c180cd feat(ui): new footer
  • 4e80368 fix: colors when TERM=wezterm