chore(deps): update dependency ubi:gpanders/ijq to v1.3.0#178
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
chore(deps): update dependency ubi:gpanders/ijq to v1.3.0#178renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
5b148ab to
4c1c308
Compare
Owner
|
[memo] |
1fa0e0c to
46042a4
Compare
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the
Comment |
972a897 to
b343952
Compare
a449cf7 to
5eddfb4
Compare
b8aa16e to
7b6c721
Compare
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.
This PR contains the following updates:
1.1.2→1.3.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
gpanders/ijq (ubi:gpanders/ijq)
v1.3.0Compare Source
Version 1.3.0 of ijq has a few exciting new features.
Config file
ijqnow supports a config file at$XDG_CONFIG_HOME/ijq/config(or~/.config/ijq/configby default). For a whileijqwas simple enough not to have many config knobs, but with some other recent feature additions a config file started to make sense.Most users probably won't need to create a config file (which is good). But you can now use a config file to set things like the location of the history file, the binary that
ijquses under the hood to runjq, whether or not to show the input pane, and to customize key bindings.Overlay menu
ijqhas a new popup overlay menu that you can use at runtime to toggle options (both those that affectijqitself, such as toggling the input pane, as well as those that only affect the final output thatijqwrites to stdout). You can also manage history entries at runtime (deleting, searching, and recalling history), save the current filter to the history without needing to closeijq, and view ajqcheat sheet (this is a feature I've personally wanted for a very long time!)Migration to Codeberg CI
This won't affect users, but with 1.3.0 I've finally migrated ijq from builds.sr.ht to ci.codeberg.org. We now have automated tests running on every push to master, which will help ensure quality and prevent regressions in the future now. As a reminder to packagers,
ijqnow lives at Codeberg so please adjust your package definitions accordingly.Full Changelog: gpanders/ijq@v1.2.0...v1.3.0
v1.2.0Compare Source
Full Changelog: gpanders/ijq@v1.1.2...v1.2.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.