satty 0.21.0 - #7747
Closed
chenrui333 wants to merge 1 commit into
Closed
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the Homebrew formula for satty to the newly released 0.21.0, keeping the tap in sync with the latest upstream source release.
Changes:
- Bump
sattyfrom0.20.1to0.21.0. - Update the source tarball URL and
sha256accordingly.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
3
to
+4
| homepage "https://github.com/gabm/Satty" | ||
| url "https://github.com/gabm/Satty/archive/refs/tags/v0.20.1.tar.gz" | ||
| sha256 "86e85e8abdcfee925f0b95d424bd9eed9ad78aeb537707132e77ccb63133ac97" | ||
| url "https://github.com/gabm/Satty/archive/refs/tags/v0.21.0.tar.gz" |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Created by
brew bumpCreated with
brew bump-formula-pr.Details
release notes
cargo publishasks that nothing is generated outside ofOUT_DIRviabuild.rs. This includes completions which we previously generated tocompletionsdirectory.Since
OUT_DIRmight be tricky to locate programmatically, we added a featureci-releasewhich generates completions tocompletionsjust like before. We use this in our release workflow and suggest for packagers to consider using the feature in packaging scripts as well.config/cli
Early exit config/cli can now be configured with specific triggers:
or
Please note that the experimental option
early-exit-save-as, introduced in 0.20.1, was removed on the back of this change.Other Changes
--auto-copyflag for live clipboard updates on annotation by @ZmoleCristian in Add--auto-copyflag for live clipboard updates on annotation Satty-org/Satty#416New Contributors
--auto-copyflag for live clipboard updates on annotation Satty-org/Satty#416Full Changelog: Satty-org/Satty@v0.20.1...v0.21.0
New Maintainer
@robertwidfen joined as a maintainer. Welcome to the project!
View the full release notes at https://github.com/Satty-org/Satty/releases/tag/v0.21.0.