You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This release includes two nice features that include scrolling the viewport and supporting Ctrl+<arrow> keys. You can now use the ScrollUp and ScrollDown commands to scroll the viewport. VHS will also now recognize Ctrl+Left/Up/Right/Down keys.
=== RUN TestChartCmdRequiredFlagErrors
=== PAUSE TestChartCmdRequiredFlagErrors
=== CONT TestChartCmdRequiredFlagErrors
testing.go:1712: race detected during execution of test
--- FAIL: TestChartCmdRequiredFlagErrors (0.01s)
=== RUN TestChartCmdRequiredFlagErrors/missing_overrides_in_set
=== PAUSE TestChartCmdRequiredFlagErrors/missing_overrides_in_set
=== CONT TestChartCmdRequiredFlagErrors/missing_overrides_in_set
testing.go:1712: race detected during execution of test
--- FAIL: TestChartCmdRequiredFlagErrors/missing_overrides_in_set (0.01s)
=== RUN TestRootCmdArgs
=== PAUSE TestRootCmdArgs
=== CONT TestRootCmdArgs
testing.go:1712: race detected during execution of test
--- FAIL: TestRootCmdArgs (0.01s)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.10.0→0.11.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
charmbracelet/vhs (vhs)
v0.11.0Scroll? More keys?
This release includes two nice features that include scrolling the viewport and supporting
Ctrl+<arrow>keys. You can now use theScrollUpandScrollDowncommands to scroll the viewport. VHS will also now recognizeCtrl+Left/Up/Right/Downkeys.Thanks to @joshka-oai and @sectore for their gracious contributions and support 🙂
Changelog
New!
bae3eb0: feat: add viewport scroll commands to tapes (#707) (@joshka-oai)9e27976: feat: supportctrl+ arrow keys (#673) (@sectore)Fixed
55f824a: fix(docker): remove ubuntu font which is no longer available in alpine (@aymanbagabas)b8a1d86: fix(docker): update env variables to use '=' (@aymanbagabas)9c80359: fix: lint issues (@aymanbagabas)Other stuff
9efc235: Fix lexer regex escaping (#678) (@raphamorim)0a14d2c: ci: sync dependabot config (#660) (@charmcli)0bb2251: ci: sync dependabot config (#668) (@charmcli)a94d725: ci: sync golangci-lint config (@caarlos0)be49219: ci: sync golangci-lint config (#650) (@github-actions[bot])Verifying the artifacts
First, download the
checksums.txtfile and thechecksums.txt.sigstore.jsonfile files, for example, withwget:Then, verify it using
cosign:If the output is
Verified OK, you can safely use it to verify the checksums of other artifacts you downloaded from the release usingsha256sum:Done! You artifacts are now verified!
Thoughts? Questions? We love hearing from you. Feel free to reach out on X, Discord, Slack, The Fediverse, Bluesky.
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.