Released v0.19.1 #36
cipriancraciun
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The good news is that there are no backward incompatible changes! As with the previous release, I use it everyday, thus it can't be that broken... Also, I've been using this build for almost 4 months without any issues!
The other good news is that some bugs were fixed,
z-run --input
has been improved (a lot, just runz-run --input --help
).Of major importance is the refactoring of the source code, by splitting it into smaller packages, allowing one to have independent reusable executables like
z-input
,z-select
,z-fzf
, that use just portions ofz-run
. Thus if one doesn't likez-run
itself, it could still use parts of it.Unfortunately, there still isn't much documentation or proper error messages... There are however:
z-run --help
,z-run --manual
andz-run --readme
embedded files;z-run
can do.Also, under the hood some things have changed:
ZRUN_LIBRARY_IDENTIFIER
for the first (for example in caches) andZRUN_LIBRARY_FINGERPRINT
in the other;fzf
);Beta Was this translation helpful? Give feedback.
All reactions