三咲雅 misaki masa
|
dbb0cc0d55
|
feat: experimental %y, %Y, %t, %T, %yN, %YN, %tN, %TN shell formatting parameters (#4108)
|
2026-07-08 17:04:12 +08:00 |
|
三咲雅 misaki masa
|
aa850f9a3b
|
feat: input history (#4104)
|
2026-07-06 18:43:08 +08:00 |
|
三咲雅 misaki masa
|
c92c4aba88
|
feat: make visual mode support wraparound scrolling (#4101)
|
2026-07-05 18:06:25 +08:00 |
|
三咲雅 misaki masa
|
b8ceaea940
|
feat!: show file icons in trash/delete/overwrite confirmations (#4096)
|
2026-07-02 04:09:12 +08:00 |
|
三咲雅 misaki masa
|
de611b0e6b
|
perf: switch memory allocator to mimalloc (#4083)
|
2026-06-26 14:34:28 +08:00 |
|
三咲雅 misaki masa
|
ef654f4420
|
feat: context-aware icons for inputs (#4080)
|
2026-06-24 23:14:16 +08:00 |
|
三咲雅 misaki masa
|
581886a355
|
feat!: make help menu a command palette (#4074)
|
2026-06-22 23:57:29 +08:00 |
|
三咲雅 misaki masa
|
4f45ddb514
|
fix: ignore NumLock state when comparing keybindings (#4071)
|
2026-06-20 23:57:12 +08:00 |
|
三咲雅 misaki masa
|
53d36b5186
|
refactor: switch to ratatui-core (#4050)
|
2026-06-18 16:23:26 +08:00 |
|
三咲雅 misaki masa
|
446a5721bf
|
refactor: move Lua bindings down into each subcrates (#4049)
|
2026-06-18 15:06:31 +08:00 |
|
三咲雅 misaki masa
|
b37be0529a
|
feat: new ui.Input element (#4040)
|
2026-06-13 19:37:29 +08:00 |
|
三咲雅 misaki masa
|
07a5deb109
|
feat: dynamic keymap Lua API (#4031)
|
2026-06-10 15:09:49 +08:00 |
|
sxyazi
|
9cfeb67db7
|
refactor: make Lua bindings Send (#4027)
|
2026-06-09 22:52:43 +08:00 |
|
三咲雅 misaki masa
|
f6113d3865
|
feat: advanced app overall style (#4023)
|
2026-06-07 21:46:07 +08:00 |
|
三咲雅 misaki masa
|
9bdd6777e4
|
feat: keymap Lua bindings (#4021)
|
2026-06-06 13:45:52 +08:00 |
|
三咲雅 misaki masa
|
6c30430666
|
fix: a TOCTOU race condition while creating temporary directories (#4008)
|
2026-05-28 18:07:31 +08:00 |
|
JinHyuk Sung
|
5d643ee01a
|
fix: restrict preview cache directory permissions (#3984)
Co-authored-by: sxyazi <sxyazi@gmail.com>
|
2026-05-22 18:56:19 +08:00 |
|
三咲雅 misaki masa
|
c037855c4f
|
feat!: new virtual terminal backend (#3989)
|
2026-05-22 17:00:06 +08:00 |
|
三咲雅 misaki masa
|
92b9ea3794
|
fix: make the input component sync and reactive (#3949)
|
2026-05-09 09:26:07 +08:00 |
|
三咲雅 misaki masa
|
aa526434f0
|
chore: bump to v26.5.6 (#3935)
|
2026-05-06 02:02:39 +08:00 |
|
三咲雅 misaki masa
|
10fc76db07
|
feat: custom styles for plugins (#3934)
|
2026-05-05 06:03:25 +08:00 |
|
三咲雅 misaki masa
|
62dd22b8da
|
fix: put package cache in cache dir instead of state dir (#3930)
|
2026-05-02 22:15:25 +08:00 |
|
WINLAIC
|
a2996908de
|
feat: drag-resize panes with mouse (#3890)
Co-authored-by: Lingxuan Ye <yelingxuan@xiaomi.com>
Co-authored-by: sxyazi <sxyazi@gmail.com>
|
2026-04-22 19:35:19 +08:00 |
|
sxyazi
|
4a2e5addcd
|
feat: new app:theme action that hot-reload user themes/flavors (#3906)
|
2026-04-21 23:34:56 +08:00 |
|
三咲雅 misaki masa
|
369c47539c
|
feat: dynamic open/opener Lua API (#3901)
|
2026-04-19 16:58:57 +08:00 |
|
sxyazi
|
463150848d
|
feat: dynamic previewer Lua API (#3891)
|
2026-04-16 17:05:46 +08:00 |
|
三咲雅 misaki masa
|
74d903a49a
|
feat: expose stash action and give it a new search source (#3872)
|
2026-04-11 07:59:38 +08:00 |
|
sxyazi
|
ad655eda52
|
refactor: simplify FromStr implementations with strum
|
2026-04-03 09:13:52 +08:00 |
|
itsvyle
|
741f84e22b
|
feat: certificate authentication for SFTP VFS provider (#3716)
Co-authored-by: sxyazi <sxyazi@gmail.com>
|
2026-03-07 15:45:27 +08:00 |
|
三咲雅 misaki masa
|
be91b4111c
|
fix: shift of auto-wrap points in both code and JSON previewers (#3739)
|
2026-03-05 20:16:03 +08:00 |
|
Yashank
|
b92b576ce1
|
feat: new hovered condition specifying different icons for hovered files (#3728)
Co-authored-by: sxyazi <sxyazi@gmail.com>
|
2026-03-03 20:18:55 +08:00 |
|
三咲雅 misaki masa
|
0a83f0bd27
|
feat: keep span info when config parsing fails (#3727)
|
2026-03-02 16:47:28 +08:00 |
|
三咲雅 misaki masa
|
578016e00f
|
refactor: use the term "action" instead of "command" (#3694)
|
2026-02-18 17:08:48 +08:00 |
|
三咲雅 misaki masa
|
7f339381f1
|
feat: new marker_symbol option to specify the symbol used for marking files (#3689)
|
2026-02-16 21:42:36 +08:00 |
|
SuniRein
|
c0f96f553b
|
feat: new sort_fallback option to control fallback sorting behavior (#3077)
Co-authored-by: sxyazi <sxyazi@gmail.com>
|
2026-02-15 14:00:58 +08:00 |
|
三咲雅 misaki masa
|
13bdb164a4
|
feat!: new ind-app-title DDS event to customize the app title (#3684)
|
2026-02-13 13:03:44 +08:00 |
|
三咲雅 misaki masa
|
0aeeb3b0f7
|
feat!: custom tab name (#3666)
|
2026-02-08 10:46:38 +08:00 |
|
sxyazi
|
dc66f79cef
|
feat!: finer control over concurrent workers (#3661)
|
2026-02-06 22:27:08 +08:00 |
|
三咲雅 misaki masa
|
6d942ea011
|
feat: subscribe to and intercept app-level events through DDS (#3632)
|
2026-01-29 00:34:28 +08:00 |
|
三咲雅 misaki masa
|
e0911f2507
|
refactor: new yazi-tty crate (#3623)
|
2026-01-27 22:03:48 +08:00 |
|
三咲雅 misaki masa
|
92880b844b
|
refactor: make command data cloneable (#3613)
|
2026-01-26 07:36:35 +08:00 |
|
三咲雅 misaki masa
|
face6aed40
|
feat: new ind-which-show DDS event to change the which component behavior (#3608)
|
2026-01-25 03:06:50 +08:00 |
|
三咲雅 misaki masa
|
faf33e1b03
|
fix: stricter casefold matching (#3470)
|
2025-12-28 16:05:06 +08:00 |
|
三咲雅 misaki masa
|
e9eb8b9155
|
fix: unify path expansion and absolutization behavior (#3438)
|
2025-12-17 23:00:05 +08:00 |
|
三咲雅 misaki masa
|
55ef88b726
|
feat!: rounded corners for indicator bar (#3419)
|
2025-12-09 22:25:01 +08:00 |
|
三咲雅 misaki masa
|
396f634bb8
|
fix: add preset VFS config file to avoid TOML parsing errors (#3414)
|
2025-12-08 16:24:19 +08:00 |
|
sxyazi
|
205b7fe11f
|
refactor: rename the "provider" term in VFS config to "service" (#3403)
|
2025-12-05 15:04:39 +08:00 |
|
三咲雅 misaki masa
|
c6e03e91d2
|
feat: remote filesystem support for interactive cd (#3398)
|
2025-12-03 17:06:42 +08:00 |
|
三咲雅 misaki masa
|
c7739c5941
|
feat: remote file management (#3396)
|
2025-12-02 19:33:27 +08:00 |
|
三咲雅 misaki masa
|
a8f2498471
|
feat: new stash command to let users customize back and forward command behavior (#3380)
|
2025-11-29 05:27:17 +08:00 |
|