Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 0.14.0 #30

Merged
merged 1 commit into from
Jul 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.13.0"
".": "0.14.0"
}
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ body:
attributes:
label: Reproduction Version
description: The latest version that reproduces the issue (check `gh fzf version`)
placeholder: v0.13.0 # x-release-please-version
placeholder: v0.14.0 # x-release-please-version
validations:
required: true
- type: input
Expand Down
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog

## [0.14.0](https://github.com/benelan/gh-fzf/compare/v0.13.0...v0.14.0) (2024-07-22)


### Features

* Add `status` command that prints GitHub's service [status](https://www.githubstatus.com/) summary ([4ac7a48](https://github.com/benelan/gh-fzf/commit/4ac7a48adffcd576f06010b06dbc60fbc29f8e9d))
* Add upgrade command to pin the latest version ([4ac127c](https://github.com/benelan/gh-fzf/commit/4ac127ccf8a5fbb78646db20000877f070c49ae6))
* **config:** Increase GH_FZF_DEFAULT_LIMIT to 75 ([b442dbd](https://github.com/benelan/gh-fzf/commit/b442dbd16aa53590a3653367fc548d9a9b0124cf))
* Display GitHub service alerts in the preview-label during incidents ([4ac7a48](https://github.com/benelan/gh-fzf/commit/4ac7a48adffcd576f06010b06dbc60fbc29f8e9d))
* **pr:** Add column showing the diff shortstat ([26c1d50](https://github.com/benelan/gh-fzf/commit/26c1d500fee4f966f444b243303312d73154c45f))
* **run:** Add `alt-w` keybind to filter by selected workflow ([48a29dd](https://github.com/benelan/gh-fzf/commit/48a29dd1447de2dcc14ee7feb69e8999537ae748))
* **ui:** Add second layout to `alt-P` preview toggling ([d77d364](https://github.com/benelan/gh-fzf/commit/d77d364bc59ba0252e869a5c0e4cf5c65048fd90))
* **ui:** Display command in fzf prompt ([66bbf1e](https://github.com/benelan/gh-fzf/commit/66bbf1e742747030b420e61754503f734f293a8a))
* **workflow:** Add `ctrl-y` keybinding to copy file url ([2f478f2](https://github.com/benelan/gh-fzf/commit/2f478f26dd57a9b6c24222a6943affb9e05862ed))
* **workflow:** Add custom list formatting ([0a57814](https://github.com/benelan/gh-fzf/commit/0a57814dad10c985fcb7366bc1fdac0c106c09bf))


### Bug Fixes

* **linux:** Check XDG_SESSION_TYPE when determining copy command ([f743c80](https://github.com/benelan/gh-fzf/commit/f743c8025b58c10e1e4309a9cbe959e166ff9ddd))
* **ui:** Pad preview columns to prevent word wrap weirdness ([79cbd4b](https://github.com/benelan/gh-fzf/commit/79cbd4be80133afacfc1b6e92dfd47a1c6b9be6b))
* **upgrade:** Skip if already on latest version ([#35](https://github.com/benelan/gh-fzf/issues/35)) ([e944671](https://github.com/benelan/gh-fzf/commit/e944671d2d378076ac2cb1ef9939ffbb3233b603))
* **util:** Execute notify-run-completed as a background process ([5a3469c](https://github.com/benelan/gh-fzf/commit/5a3469c0f44500cac5d2880cc18f22ed88f41739))

## [0.13.0](https://github.com/benelan/gh-fzf/compare/v0.12.0...v0.13.0) (2024-06-23)


Expand Down
2 changes: 1 addition & 1 deletion gh-fzf
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

set -e

GH_FZF_VERSION="v0.13.0" # x-release-please-version
GH_FZF_VERSION="v0.14.0" # x-release-please-version

# USAGE INFO AND LOGS {{{1

Expand Down