-
-
Notifications
You must be signed in to change notification settings - Fork 12.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
yazi 0.2.4 #165615
yazi 0.2.4 #165615
Conversation
|
@sxyazi looks like for |
Hi @chenrui333, it seems that macOS's security policy is intercepting the binary from running. I think re-running the CI should solve this issue. |
yeah, I did run the build in my local, had the same issue. |
1afbe81
to
0f58de8
Compare
cc @sxyazi again |
Weird, not sure why it still failed... I tested it locally, the security alert only appeared the first time it was opened. Maybe we can simply remove this test? I'm not quite sure what I can do here, sorry. |
yeah, that is what I commented above, this behavior did not happen for the previous release? |
Yes, in previous releases, that hasn't happened/I haven't noticed. The security policy of macOS is a black box to me, I'm not sure what checks it does internally. |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. To keep this pull request open, add a |
Created by
brew bump
Created with
brew bump-formula-pr
.release notes
ya.input()
: Request user input;ya.notify()
: Send a foreground notification to the user, which is useful for background tasks;ya.hide()
: Request terminal control and hide Yazi in the background. This is useful for calling interactive programs like fzf, zoxide, etc., in plugins;ui.Clear()
: Clear a specific UI area, which is useful for implementing custom UI layouts.To implement
ya.notify()
, we have added a new Vim-like notification component:Vim-like.notification.mp4
For more changes, please read "What's Changed" below.
Heads up
The
exec
property will be deprecated in the next major version, v0.3, and will be replaced byrun
.Please replace all instances of
exec = ...
withrun = ...
in youryazi.toml
andkeymap.toml
if any.What's Changed
<Home>
and<End>
to[input]
keymap by @grig-iv in feat: add<Home>
and<End>
to[input]
keymap sxyazi/yazi#655<Delete>
to[input]
keymap by @grig-iv in feat: add<Delete>
to[input]
keymap sxyazi/yazi#665prepend_rules
andappend_rules
for[icon]
by @grig-iv in feat: addprepend_rules
andappend_rules
for[icon]
sxyazi/yazi#670scrolloff
option to[manager]
by @dedukun in feat: add newscrolloff
option to[manager]
sxyazi/yazi#679--hovered
to theopen
command by @fakerepic in feat: add a new option--hovered
to theopen
command sxyazi/yazi#687ya.sync
in a sync plugin call by @dedukun in fix: allow runningya.sync
in a sync plugin call sxyazi/yazi#702yazi-boot
crate by @sxyazi in refactor: newyazi-boot
crate sxyazi/yazi#728Display
overToString
by @sxyazi in refactor: preferDisplay
overToString
sxyazi/yazi#734$0
for shell and opener by @rrveex in feat: add hovered as$0
for shell and opener sxyazi/yazi#738[notify]
section to thetheme.toml
to configure thenotify
component's style by @evpeople in feat: add a new[notify]
section to thetheme.toml
to configure thenotify
component's style sxyazi/yazi#749prepend_rules
andappend_rules
for[open]
inyazi.toml
by @lpnh in feat: addprepend_rules
andappend_rules
for[open]
inyazi.toml
sxyazi/yazi#754YAZI_FILE_ONE
environment variable forfile(1)
path by @ndtoan96 in feat: supportYAZI_FILE_ONE
environment variable forfile(1)
path sxyazi/yazi#752add_many()
/remove_many()
to the visual mode items for selection conflict detecting by @sxyazi in perf: applyadd_many()
/remove_many()
to the visual mode items for selection conflict detecting sxyazi/yazi#758%0
as the hovered file for Windows by @sxyazi in feat: support%0
as the hovered file for Windows sxyazi/yazi#761ya.input()
plugin API by @sxyazi in feat:ya.input()
plugin API sxyazi/yazi#762run
property by @sxyazi in refactor: add newrun
property sxyazi/yazi#773Ctrl-[
as an escape key by @hankertrix in feat: addCtrl-[
as an escape key sxyazi/yazi#763ya.notify()
plugin API by @sxyazi in feat:ya.notify()
plugin API sxyazi/yazi#780ui.Clear
component for UI plugins by @sxyazi in feat:ui.Clear
component for UI plugins sxyazi/yazi#786<C-p>
and<C-n>
to the select component for moving the cursor up/down by @hankertrix in feat: add<C-p>
and<C-n>
to the select component for moving the cursor up/down sxyazi/yazi#779cx.yanked
plugin API by @sxyazi in feat:cx.yanked
plugin API sxyazi/yazi#788selected
,yanked
state when available by @sxyazi in fix: track the latest file changes for theselected
,yanked
state when available sxyazi/yazi#791ya.hide()
plugin API by @sxyazi in feat:ya.hide()
plugin API sxyazi/yazi#792New Contributors
<Home>
and<End>
to[input]
keymap sxyazi/yazi#655scrolloff
option to[manager]
sxyazi/yazi#679--hovered
to theopen
command sxyazi/yazi#687$0
for shell and opener sxyazi/yazi#738Ctrl-[
as an escape key sxyazi/yazi#763Full Changelog: sxyazi/yazi@v0.2.3...v0.2.4