Skip to content

Releases: dlvhdr/gh-dash

v4.16.1

02 Jul 13:44
v4.16.1
Compare
Choose a tag to compare

Changelog

  • d36f42d chore: upgrade packages
  • 2a7e017 fix: update GoReleaser configurations
  • db23e27 fix: update GoReleaser configurations

v4.16.0

31 May 12:04
v4.16.0
Compare
Choose a tag to compare

Donate button and some minor fixes

Changelog

  • 1af9243 feat: donate button
  • ec43160 fix(pr-sidebar): no reviews requested
  • 4558845 fix(prs): remove shown pr in sidebar when refreshing

v4.15.0

10 May 17:20
v4.15.0
Compare
Choose a tag to compare

Better PR sidebar, tab loading indicators and redraw builtin

  • The PR sidebar saw some improvements
    • the PR summary is now limited to 500 characters with an ability to expand it (e by default)
    • the number of files changed / additions / deletions and number of commits is now shown in the overview tab
    • some fixes to the checks and files tab
  • If you have drawing issues, you can now bind the redraw builtin command
  • Tabs will now show a loading indicator

Changelog

  • cd22afc Fix glamour link in README.md
  • d16610d Fix go.sum
  • ed35728 chore: bump bubbles v0.18.0 => v0.21.0
  • 556cd98 feat: add redraw builtin key-binding, unbound
  • eb2624d feat: changes summary
  • 7bb2f79 feat: merge as admin
  • 33b51f7 feat: set proper inputbox limit (pr/issue)
  • 403a213 feat: show loading indicator in tab name
  • 83d59e0 feat: summary view more
  • f2fbad5 fix(pr-sidebar): allow long file names
  • c06efe8 fix: empty checks + sidebar fixes

v4.14.0

29 Mar 15:13
v4.14.0
Compare
Choose a tag to compare

v4.14.0

Better help menu for custom commands

You can now provide a name to your custom keybind / overrides and see it in the help menu.
Thanks @joelazar!

Better sidebar organization with tabs

The sidebar is now split into tabs, like on GitHub.
To navigate the tabs use [ and ].

Changelog

  • f661d85 Make PR approve comment configurable
  • 605b25a docs
  • f71d6b5 feat(pr): sidebar checks tab to show checks in order of importance
  • 26004aa feat: add universal keybindings to helpmenu and fix rendering of names for custom keybindings
  • a23b142 feat: pr sidebar tabs
  • 7279397 feat: show custom keybindings in the help menu
  • 8748353 feat: truncate too long commands, so they would fit to the help menu
  • d065605 fix: increase help menu height to fit all keybindings there
  • 32527d4 fix: long file names

v4.13.0

07 Mar 19:12
v4.13.0
Compare
Choose a tag to compare

Changelog

Commits

v4.12.0

22 Feb 18:22
v4.12.0
Compare
Choose a tag to compare

Changelog

  • PRs now show the collaborator role (owner/collaborator/contributor/new etc)
  • The PR sidebar now shows a more detailed merge status - similar to how github's

Commits

  • ca40246 Update usage.md -c alias default documentation
  • 639c3f7 WIP
  • 1e9ddc3 WIP: checks box
  • 1abd85b WIP: connect to real data
  • 52859fb WIP: review
  • 55268fd build(docs): nix + makefile
  • fe7e7b5 build:nix
  • 87f2087 chore
  • f94aec8 chore
  • 0e1da41 chore(makefile): mock data
  • e9fd3e5 chore: better requested changes
  • bd2cb30 chore: reduce size of pr.json
  • c69d984 chore: remove pills and move to status to top
  • 87f862a chore: update colab icons
  • 803b093 docs(REAMDE): remove redundant bullet
  • f292dda feat(prs): show comments review status
  • 9a3c548 feat: add closed state
  • 400a01e feat: bigger merge status
  • 0e37552 feat: improve labels in pr sidebar
  • 93aa7b1 feat: show confirm-cancel prompt for comments and approvals
  • c629cdd feat: show issue/PR author-role indicators in UI, after author logins
  • 313d504 feat: show merge status
  • e495592 feat: smart filtering of PRs/issues to remote tracked by current directory
  • 5a1c54e fix typo
  • 9b7cca6 fix: icons
  • 742131b fix: missing nil pointer check on PRs and Issues view #527
  • 6e7727b fix: url
  • e5a144f nix build for linux + macos, inline into flake.nix

v4.11.0

25 Jan 20:53
v4.11.0
Compare
Choose a tag to compare

Changelog

  • 1590a7d feat: better footer + show version

v4.10.0

24 Jan 16:58
v4.10.0
Compare
Choose a tag to compare

Changelog

  • 51b705a better fix for leak and cleanup of unnecessary string ptr (#508)
  • 98b3d56 feat: add CreatedAt column to PR view and Issue view (#450)
  • 46f9151 fix: stop compiling static regex in hot path, compile once globally

v4.9.1

11 Jan 12:55
d222314
Compare
Choose a tag to compare

Changelog

v4.9.0

04 Jan 18:28
Compare
Choose a tag to compare

Git Repo Config Support

gh-dash will now look for a .gh-dash.yml file if you run it from a git repo.
This allows you to define sections that are specific to this repo, and aren't suited for the global config.
Use cases include seeing PRs by teams you work closely with, issues sorted by reactions for your OSS project etc.

Changelog

  • a5f99ce Update LICENSE.txt, fix license year
  • 666aeba feat: read .gh-dash.yml file in repo root if exists