chore(deps): update ⬆️ aqua-packages #324
Merged
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:
v0.19.1
->v0.19.2
v0.3.4
->v0.3.5
v1.10.10
->v1.10.11
v0.3.2
->v0.3.3
v0.189.0
->v0.190.0
Release Notes
eza-community/eza (eza-community/eza)
v0.19.2
: eza v0.19.2 (the one with the theme.yml)Compare Source
Changelog
And we are back from vacation, with a packed eza release.
One highlight to take note of this release is custom theme files!
Custom Themes
Eza has recently added support for a
theme.yml
file, where you can specify all of the existing theme-ing optionsavailable for the
LS_COLORS
andEXA_COLORS
environment variables, as well as the option to specify different iconsfor different file types and extensions. Any existing environment variables set will continue to work and will take
precedence for backwards compatibility.
An example theme file is available in
docs/theme.yml
, and needs to either be placed in a directory specified by theenvironment variable
EZA_CONFIG_DIR
, or will looked for by default in$XDG_CONFIG_HOME/eza
.Full details are available on the man page and an example theme file is included here
Bug Fixes
Documentation
Features
Miscellaneous Tasks
Refactor
Styling
Testing
Build
Ci
Checksums
sha256sum
md5sum
blake3sum
fujiwara/awslim (fujiwara/awslim)
v0.3.5
Compare Source
kevincobain2000/gobrew (kevincobain2000/gobrew)
v1.10.11
Compare Source
Changelog
5e8a165
(docs) CHANGE LOGedeeff9
(docs) fixes CHANGE LOG and only keep major changes to the CHANGE LOGb13d6ae
Fix: Handle unset GOBREW_ROOT variable safely (#208)186c1c2
Update README.md (#209)7ffc9d7
feat: new flag options for cache (#204)bbb18aa
fix: fail script process on errors (#206)sxyazi/yazi (sxyazi/yazi)
v0.3.3
Compare Source
This version fixes a regression from the previous release that caused some keys to stop working. And it resolves a long-standing issue where the file list couldn't refresh automatically in Windows WSL.
This version also introduces the following three new features:
Git integration
Show the status of Git file changes as a linemode in the file list.
Feel free to use it and report any issues! For now, you need to manually install it (pretty easy to do) from https://github.com/yazi-rs/plugins/tree/main/git.yazi. In the future, it will be included as one of Yazi's built-in plugins.
screenshot-001986.mp4
size
linemode supports displaying the number of files in a directoryhttps://github.com/sxyazi/yazi/pull/1591 updates the
size
linemode for directories to support displaying the number of files within the directory instead of leaving it blank as before.If size information is available for the directory (triggered when sorting by size), that information will be shown as a priority.
screenshot-001992.mp4
Windows Terminal support for image previews
Windows Terminal Preview v1.22.2362.0 now supports the Sixel image format. Yazi provided an adaptation for this in https://github.com/sxyazi/yazi/pull/1588 (Thanks @e82eric).
Note that Windows Terminal Preview v1.22.2362.0 has a bug that can cause Yazi to time out at startup. If you want to try this feature, make sure to apply the patch from https://github.com/microsoft/terminal/pull/17833.
output.mp4
What's Changed
PollWatcher
on WSL by @sxyazi in https://github.com/sxyazi/yazi/pull/1574Rail
component should have a higher rendering priority by @sxyazi in https://github.com/sxyazi/yazi/pull/1585size
linemode supports showing the file count for directories by @sxyazi in https://github.com/sxyazi/yazi/pull/1591ratatui
to 0.28.1 by @sxyazi in https://github.com/sxyazi/yazi/pull/1601is_absolute
,has_root
,starts_with
,ends_with
,strip_prefix
toUrl
Userdata by @sxyazi in https://github.com/sxyazi/yazi/pull/1605dict_merge()
function by @sxyazi in https://github.com/sxyazi/yazi/pull/1609New Contributors
Full Changelog: sxyazi/yazi@v0.3.2...v0.3.3
weaveworks/eksctl (weaveworks/eksctl)
v0.190.0
: eksctl 0.190.0Compare Source
Release v0.190.0
🧰 Maintenance
Configuration
📅 Schedule: Branch creation - "after 4pm on thursday" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.