Releases: dlvhdr/gh-dash
Releases Β· dlvhdr/gh-dash
v4.11.0
Changelog
- 1590a7d feat: better footer + show version
v4.10.0
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.0
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
v4.8.1
Changelog
- d0c6b32 fix: attempt to fix memory leak
v4.8.0
Changelog
- 6f85c20 feat: allow disabling refetch interval with 0 value
- ac5d822 feat: dont show full screen loading on interval refetch
- a866a9a revert: debug interval
v4.7.3
Changelog
- 0f7dfcd fix: deleted lines fg color
v4.7.2
Changelog
- 1444655 ci: fix goreleaser deprecation warning and yaml formatting
- 977c431 feat: add android arm64 build
- bc8c633 fix: default config parsing
v4.7.1
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
Changelog
- 08e5576 feat: added '-u` to update PR from base branch (#458)