Skip to content

Releases: dlvhdr/gh-dash

v4.7.3

10 Nov 11:33
Compare
Choose a tag to compare

Changelog

  • 0f7dfcd fix: deleted lines fg color

v4.7.2

09 Nov 20:00
Compare
Choose a tag to compare

Changelog

  • 1444655 ci: fix goreleaser deprecation warning and yaml formatting
  • 977c431 feat: add android arm64 build
  • bc8c633 fix: default config parsing

v4.7.1

09 Nov 11:16
Compare
Choose a tag to compare

Changelog

  • fcc3664 Fix nil pointer deref introduced in 4.6.0 by introducing guard around potentially nil currSection
  • d1f4954 ci: bump actions to latest versions
  • 5ec0201 fix: error color missing crashes the app
  • 4028f62 fix: help height
  • 2358d9b fix: initial textinput width (#470)

v4.7.0

02 Oct 11:33
08e5576
Compare
Choose a tag to compare

Changelog

  • 08e5576 feat: added '-u` to update PR from base branch (#458)

v4.6.0

02 Oct 10:29
a7291c9
Compare
Choose a tag to compare

Changelog

  • f62afad Enable approving a PR without entering a comment (#420)
  • ba8e86a chore: remove calls to styles.Copy() after upgrading lipgloss (#423)
  • 8eea0c6 feat(branch): checkout and delete (#422)
  • 39b54bc feat(branch): push branch (#426)
  • 0cd42da feat(branch): support switching to/from (#425)
  • 04fff7f feat(branches): config for refresh interval of prs+branches (#436)
  • a176530 feat(branches): create branch (#432)
  • f9057e5 feat(branches): create pr (#447)
  • 59bdd14 feat(branches): delete branch with prompt (#430)
  • 4e10f81 feat(branches): fast-forward + refresh on interval (#427)
  • f22047c feat(branches): footer to show git status (#437)
  • f8c232d feat(branches): proper help menu (#431)
  • 904fde4 feat(branches): search (#428)
  • 3c09b32 feat(branches): show # of commits ahead/behind (#424)
  • 96a5959 feat(branches): sidebar skeleton (#451)
  • 141f0f8 feat: focus/process exit to refresh (#453)
  • 4d4f61e feat: universal keybinds (#435)
  • 7792112 fix(branches): fast-forward to use up-to-date repo (#433)
  • dba6346 fix(branches): new branch to use real head branch name (#438)
  • 2c887b3 fix(branches): open branch pr (#429)
  • d7e563b fix(branches): search placeholder (#434)
  • ba8e0a6 fix(pr): fix swapping of Assignees and Base on PR sections (#449)
  • 8708484 fix: new layout - hide base if hidden (#456)
  • 93bd7bc fix: only log on fatal when not debug mode (#455)
  • a7291c9 fix: remove full screen loading when refreshing (#459)

v4.5.4

14 Aug 20:08
a7f720c
Compare
Choose a tag to compare

Changelog

v4.5.3

13 Aug 19:21
c37003b
Compare
Choose a tag to compare

Changelog

v4.5.2

06 Aug 14:32
c524f60
Compare
Choose a tag to compare

Changelog

v4.5.1

04 Aug 10:36
45d9e61
Compare
Choose a tag to compare

Changelog

v4.5.0

03 Aug 19:34
8c43384
Compare
Choose a tag to compare

Support for sparse layout

image

This is the new default!

To use the old UI include this in your config:

theme:
  ui:
    table:
      compact: true

Changelog