三咲雅 misaki masa
|
a076ff8c82
|
refactor: satisfy mismatched-lifetime-syntaxes lint (#2881)
|
2025-06-16 11:52:35 +08:00 |
|
三咲雅 misaki masa
|
52d37fa25d
|
perf: app data instead of Lua registry to reduce stack pushes (#2880)
|
2025-06-16 11:25:02 +08:00 |
|
三咲雅 misaki masa
|
51560c30b7
|
perf: do not pre-allocate memory for Lua tables (#2879)
|
2025-06-16 11:19:18 +08:00 |
|
三咲雅 misaki masa
|
917fee939f
|
perf: make preload tasks discardable (#2875)
|
2025-06-14 16:13:48 +08:00 |
|
三咲雅 misaki masa
|
aae3f9ea4a
|
refactor: promote Id to the task scheduler (#2873)
|
2025-06-14 12:07:22 +08:00 |
|
三咲雅 misaki masa
|
0eec8fc80e
|
feat: zoom in or out of the preview image (#2864)
|
2025-06-11 15:24:11 +08:00 |
|
三咲雅 misaki masa
|
414d46fd16
|
perf: copy-on-write on command data & avoid converting primitive types to strings thereby allocating memory (#2862)
|
2025-06-11 10:13:51 +08:00 |
|
三咲雅 misaki masa
|
0752b53298
|
perf: sequence-based rendering merge strategy (#2861)
|
2025-06-11 08:49:05 +08:00 |
|
三咲雅 misaki masa
|
693dff25e3
|
feat: search view shares file selection and yank state (#2855)
|
2025-06-09 16:55:50 +08:00 |
|
Axlefublr
|
c0615e5f45
|
feat: port several widespread GUI keys to the input component (#2849)
Co-authored-by: sxyazi <sxyazi@gmail.com>
|
2025-06-09 08:22:13 +08:00 |
|
三咲雅 misaki masa
|
b637c32ef7
|
feat: increase terminal response timeout to better tolerate slow SSH network environments (#2843)
|
2025-06-05 23:03:46 +08:00 |
|
三咲雅 misaki masa
|
d55e002d5a
|
fix: cd on the initial creation of a tab should not be added to the backstack (#2842)
|
2025-06-05 20:11:37 +08:00 |
|
三咲雅 misaki masa
|
145349b0e6
|
feat: allow upgrading only specific packages (#2841)
|
2025-06-05 19:46:49 +08:00 |
|
Ruowen
|
20446544ef
|
fix(nix): missing ffmpeg and resvg dependencies (#2825)
Signed-off-by: Ruowen Qin <chinqrw@gmail.com>
|
2025-06-04 00:08:18 +08:00 |
|
三咲雅 misaki masa
|
f866d75ef0
|
fix: incomplete hidden state check on Windows for Cha (#2835)
|
2025-06-03 23:54:50 +08:00 |
|
三咲雅 misaki masa
|
2d95221f59
|
perf: use AnyUserData::type_id() to reduce stack pushes (#2834)
|
2025-06-03 23:40:23 +08:00 |
|
三咲雅 misaki masa
|
d5038eeed5
|
perf: reduce file change event frequency (#2820)
|
2025-06-01 09:20:17 +08:00 |
|
三咲雅 misaki masa
|
b65a88075a
|
chore: bump version to 25.5.31 (#2815)
|
2025-05-31 00:39:47 +08:00 |
|
三咲雅 misaki masa
|
4fdc0f120f
|
fix: make every effort to carry hidden states for dummy files (#2814)
|
2025-05-31 00:08:50 +08:00 |
|
三咲雅 misaki masa
|
4076e35a2f
|
fix: forward --end-of-word of the input should consider the mode's delta (#2811)
|
2025-05-30 18:50:00 +08:00 |
|
三咲雅 misaki masa
|
e6471b7fe0
|
fix: expose ui.Wrap (#2810)
|
2025-05-30 18:14:57 +08:00 |
|
三咲雅 misaki masa
|
5cb6e1f224
|
chore: bump version to 25.5.28 (#2804)
|
2025-05-28 20:48:57 +08:00 |
|
三咲雅 misaki masa
|
8a4d495132
|
refactor!: deprecate [manager] in favor of [mgr] (#2803)
|
2025-05-28 20:41:56 +08:00 |
|
三咲雅 misaki masa
|
d7716cab44
|
feat: new ui.Align, ui.Wrap, and ui.Edge (#2802)
|
2025-05-28 16:49:47 +08:00 |
|
三咲雅 misaki masa
|
74a8ea9bc0
|
fix: update rust-onig to v6.5.1 for GCC 15 compatibility (#2794)
|
2025-05-26 16:46:23 +08:00 |
|
三咲雅 misaki masa
|
622ba09a80
|
refactor: use raw identifiers (#2783)
|
2025-05-21 17:32:41 +08:00 |
|
三咲雅 misaki masa
|
c6fcb4f799
|
feat: make custom tab bar easier (#2782)
|
2025-05-21 13:56:52 +08:00 |
|
Eugene Diachkin
|
546920e049
|
feat: add a / to the interactive cd auto-completion candidates (#2777)
Co-authored-by: sxyazi <sxyazi@gmail.com>
|
2025-05-19 23:32:36 +08:00 |
|
三咲雅 misaki masa
|
b6ae5d3ca9
|
feat: truncate long paths in archive preview file list (#2778)
|
2025-05-19 23:23:40 +08:00 |
|
三咲雅 misaki masa
|
70e459a011
|
feat: new ya pkg subcommand (#2770)
|
2025-05-17 18:25:05 +08:00 |
|
三咲雅 misaki masa
|
358524347f
|
fix: always try to create state directory before draining DDS data (#2769)
|
2025-05-17 14:25:08 +08:00 |
|
三咲雅 · Misaki Masa
|
746c7f5ce9
|
chore: bump Rust version to 1.86.0 (#2766)
|
2025-05-16 16:55:03 +08:00 |
|
三咲雅 · Misaki Masa
|
ffc635e434
|
feat: improve path auto-completion results (#2765)
|
2025-05-16 16:37:04 +08:00 |
|
三咲雅 · Misaki Masa
|
e257581fe7
|
perf: remove intermediate variables in natural sorting algorithm to avoid unnecessary allocation (#2764)
|
2025-05-16 16:26:22 +08:00 |
|
三咲雅 · Misaki Masa
|
464acfe47b
|
feat: show file extension for truncated file list items (#2759)
|
2025-05-15 14:34:10 +08:00 |
|
三咲雅 · Misaki Masa
|
9a0ef6bb20
|
fix: icon rules mixing (#2755)
|
2025-05-14 16:31:21 +08:00 |
|
三咲雅 · Misaki Masa
|
5a4e6e4068
|
feat: truncate long items in the file list (#2754)
|
2025-05-14 02:03:54 +08:00 |
|
三咲雅 · Misaki Masa
|
cea2628a19
|
perf: avoid unnecessary memory allocation in ya.truncate() (#2753)
|
2025-05-14 01:34:16 +08:00 |
|
三咲雅 · Misaki Masa
|
55f69fbfee
|
refactor: deprecate the Command:args() method (#2752)
|
2025-05-14 01:29:03 +08:00 |
|
三咲雅 · Misaki Masa
|
ea90b0477e
|
feat!: redesign tabs (#2745)
|
2025-05-11 12:11:29 +08:00 |
|
三咲雅 · Misaki Masa
|
41cba40072
|
feat: make ui.Line renderable (#2743)
|
2025-05-10 11:50:06 +08:00 |
|
Kreijstal
|
3ae7673274
|
fix: windows-sys missing a Win32_Security feature (#2728)
Co-authored-by: sxyazi <sxyazi@gmail.com>
|
2025-05-07 09:57:35 +08:00 |
|
三咲雅 · Misaki Masa
|
4e2a8bdf51
|
fix: avoid tmux interfering with kitty graphical sequences (#2734)
|
2025-05-07 09:54:20 +08:00 |
|
三咲雅 · Misaki Masa
|
db60951783
|
fix: detach background and orphan processes from the controlling terminal with setsid() (#2723)
|
2025-05-05 16:11:25 +08:00 |
|
三咲雅 · Misaki Masa
|
ca96c5bd98
|
feat: increase the granularity of back/forward history navigation to make its behavior more sensible (#2720)
|
2025-05-05 02:21:28 +08:00 |
|
三咲雅 · Misaki Masa
|
c53865788a
|
fix: missing a hover event after cd (#2719)
|
2025-05-05 01:18:09 +08:00 |
|
sxyazi
|
a201c93419
|
docs: add icon contribution guide
|
2025-05-03 02:17:11 +08:00 |
|
hankertrix
|
5da39722e4
|
feat: add --hovered to the copy command (#2709)
Co-authored-by: sxyazi <sxyazi@gmail.com>
|
2025-05-02 20:02:40 +08:00 |
|
Mika Vilpas
|
37e8747c01
|
fix: ya pub-to 0 checks if any peer is able to receive the message (#2697)
Co-authored-by: sxyazi <sxyazi@gmail.com>
|
2025-05-02 19:12:40 +08:00 |
|
三咲雅 · Misaki Masa
|
01a13fd664
|
fix: reset the cursor position with arrow() after deleting files (#2708)
|
2025-05-02 02:35:19 +08:00 |
|