Skip to content

Releases: dlvhdr/gh-dash

v2.0.1

10 Jan 11:23
8f0960b
Compare
Choose a tag to compare

v2.0.1

v2.0.0 - Sidebar, more powerful config, refresh and more.

08 Jan 19:44
91f48e3
Compare
Choose a tag to compare

v2.0.0 - Sidebar, a more powerful config, refresh and more.

  • Added a sidebar to display the contents of the hovered PR
    • Includes the PR description, status, checks, reviews and comments
  • Changed the structure of the config
    • Renamed config to config.yml
    • Sections are now written purely using GitHub search filters
    • repos are not supported anymore
      • To migrate to the new config structure each repo can be replaced by a repo:some/repo in the filters property
    • defaults section supports configuration for the preview: if it should start open and what's its width.
  • gh-prs now creates a default config.yml if one doesn't exist
  • Ctrl-D and Ctrl-U now scroll the sidebar
  • p toggles the preview
  • Added refresh - pressing r will refresh all the sections

v1.2.3

25 Nov 12:02
21e90a5
Compare
Choose a tag to compare

v1.2.3

v1.2.2

25 Nov 10:44
9c6a6b1
Compare
Choose a tag to compare

v1.2.2

v1.2.1

25 Nov 10:33
ae6d757
Compare
Choose a tag to compare

v1.2.1

v1.1.1

22 Nov 10:54
Compare
Choose a tag to compare

Full Changelog: v1.1.0...v1.1.1

v1.1.0 - Rewrite in Go with a proper TUI!

21 Nov 19:11
Compare
Choose a tag to compare
  • Rewrite in Go
  • Using bubbletea for the TUI
  • Keyboard navigation
  • Supports opening PRs in Github
  • Performant - fetching all repos simutaneously

v1.0.3

21 Nov 16:13
Compare
Choose a tag to compare

Full Changelog: v1.0.1...v1.0.3

v1.0.0

21 Nov 15:52
Compare
Choose a tag to compare
  • Use Go with bubbletea to create a rich TUI
  • Allow users to configure their own sections using a sections.yml file
  • Highly asynchronous
  • Keyboard navigation