Skip to content

Releases: dlvhdr/gh-dash

v4.3.0

27 Jun 20:30
96cca1a
Compare
Choose a tag to compare

Changelog

  • 96cca1a feat: support showing the number of results in tab bar (#401)

v4.2.0

21 Jun 13:28
da1221b
Compare
Choose a tag to compare

Changelog

  • da1221b support modifying default keybindings prototype (#356)

v4.1.2

05 Jun 20:58
Compare
Choose a tag to compare

Changelog

  • 40df1bd fix: goreleaser duplicate artifacte names due to goarm

v4.1.0

05 Jun 17:05
Compare
Choose a tag to compare

Changelog

  • 04a048e add Table#Update
  • 68025d2 add spinner
  • a727687 centerize loading message
  • 3223dd9 feat: showing a loading message
  • 9276e7b fix: adjust ExpandedHelpHeight to prevent screen corruption
  • 9d27687 hide loading message during pagination
  • 2447fff use the colors from the user's theme

v4.0.1

05 Jun 17:07
Compare
Choose a tag to compare

Changelog

  • d964f93 Add labels to PR sidebar.
  • f262762 Refactor label rendering into common function.
  • 56d145e Render labels cleanly across multiple lines.
  • 1b07ffa chore: update go-gh

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