三咲雅 misaki masa
|
4e3ac54c8e
|
feat: new yazi-vfs crate (#3187)
|
2025-09-21 11:44:52 +08:00 |
|
三咲雅 misaki masa
|
ece59974fe
|
refactor: use Cha for better cross-platform consistency (#3174)
|
2025-09-17 23:18:54 +08:00 |
|
三咲雅 misaki masa
|
7deeaa4356
|
feat: size calculator for remote file systems (#3170)
|
2025-09-15 22:41:17 +08:00 |
|
sxyazi
|
81a0cf4a1e
|
ci: enable Dependabot
|
2025-09-06 23:40:06 +08:00 |
|
adamnemecek
|
021d86f0d1
|
refactor: use Self where possible (#3138)
|
2025-09-06 00:48:30 +08:00 |
|
三咲雅 misaki masa
|
e795d6cf42
|
feat: offload mimetype fetching on opening files to the task scheduler (#3141)
|
2025-09-06 00:18:31 +08:00 |
|
三咲雅 misaki masa
|
cfc7238638
|
feat: port task manager to Lua (#3134)
|
2025-09-03 22:25:16 +08:00 |
|
三咲雅 misaki masa
|
d7df581b67
|
feat: tasks without progress (#3131)
|
2025-09-02 16:58:34 +08:00 |
|
三咲雅 misaki masa
|
8a0265ad64
|
perf: zero-copy UrlBuf to Url conversion (#3117)
|
2025-08-28 23:06:04 +08:00 |
|
三咲雅 misaki masa
|
dd7afaa64a
|
refactor: Url::pair() without allocation (#3116)
|
2025-08-27 23:52:09 +08:00 |
|
三咲雅 misaki masa
|
12172b7301
|
feat: support VFS for the file watcher (#3108)
|
2025-08-25 21:40:38 +08:00 |
|
三咲雅 misaki masa
|
c27ef58116
|
feat: support VFS for join(), starts_with(), and ends_with() of Url (#3094)
|
2025-08-23 23:06:11 +08:00 |
|
三咲雅 misaki masa
|
0054cf0b87
|
perf: lock-free hashing for string interns (#3091)
|
2025-08-21 09:40:52 +08:00 |
|
三咲雅 misaki masa
|
7a9bfff95d
|
perf: switch to a higher-performance hash algorithm (#3083)
|
2025-08-19 15:58:39 +08:00 |
|
三咲雅 misaki masa
|
3ca33c1f84
|
refactor: introduce UrlBuf (#3072)
|
2025-08-18 02:25:59 +08:00 |
|
三咲雅 misaki masa
|
9810196565
|
refactor: introduce LocBuf (#3062)
|
2025-08-17 16:25:04 +08:00 |
|
三咲雅 misaki masa
|
1bfcbc1664
|
feat: introduce the concept of Uri (#3049)
|
2025-08-13 01:38:43 +08:00 |
|
三咲雅 misaki masa
|
a109aa92e7
|
refactor: refine URN for archives (#3043)
|
2025-08-11 01:02:53 +08:00 |
|
三咲雅 misaki masa
|
d5f225bc4a
|
feat: virtual file system (#3034)
|
2025-08-05 02:23:57 +08:00 |
|
三咲雅 misaki masa
|
9535caad5b
|
fix: make URLs with invalid UTF-8 serializable (#3023)
|
2025-07-28 17:21:47 +08:00 |
|
三咲雅 misaki masa
|
0e3cd8545c
|
feat: URL schemas (#3019)
|
2025-07-27 18:06:13 +08:00 |
|
三咲雅 misaki masa
|
c2883f1e05
|
refactor: pull filesystem calls out into a designated yazi_fs crate (#3013)
|
2025-07-23 22:43:11 +08:00 |
|
三咲雅 misaki masa
|
74bd98031e
|
feat: key-* DDS events to allow canceling user key commands (#3005)
|
2025-07-20 14:11:57 +08:00 |
|
三咲雅 misaki masa
|
5f8a1496fe
|
refactor: invert the dependency relationship between yazi-parser and yazi-proxy (#2992)
|
2025-07-16 22:46:10 +08:00 |
|
三咲雅 misaki masa
|
60a2382087
|
refactor: switch to actor model (#2986)
|
2025-07-14 23:08:11 +08:00 |
|
三咲雅 misaki masa
|
f5d0f47b51
|
fix: Cargo doesn't respect the workspace profile settings (#2899)
|
2025-06-21 14:58:58 +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
|
4fdc0f120f
|
fix: make every effort to carry hidden states for dummy files (#2814)
|
2025-05-31 00:08:50 +08:00 |
|
三咲雅 misaki masa
|
622ba09a80
|
refactor: use raw identifiers (#2783)
|
2025-05-21 17:32:41 +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
|
2c99075ffa
|
feat: new fs.calc_size() API (#2691)
|
2025-04-28 21:56:08 +08:00 |
|
三咲雅 · Misaki Masa
|
6a9e7da8a3
|
perf: double directory size calculation speed (#2683)
|
2025-04-28 19:51:12 +08:00 |
|
三咲雅 · Misaki Masa
|
1a2a18e333
|
perf: rewrite config parser to double the startup speed (#2508)
|
2025-03-22 01:57:36 +08:00 |
|
三咲雅 · Misaki Masa
|
a0c6842626
|
fix: respect hidden status of directory junctions and symlinks themselves on Windows (#2471)
|
2025-03-11 13:02:58 +08:00 |
|
三咲雅 · Misaki Masa
|
235f6888d4
|
refactor: rename rt.manager to rt.mgr, and th.manager to th.mgr (#2397)
|
2025-02-25 23:12:54 +08:00 |
|
三咲雅 · Misaki Masa
|
b236f34d31
|
feat: new @since plugin annotation to specify the minimum supported Yazi version (#2290)
|
2025-02-05 15:55:56 +08:00 |
|
三咲雅 · Misaki Masa
|
c061397a09
|
feat: allow preloaders to return an optional Error to describe the failure (#2253)
|
2025-01-28 04:35:51 +08:00 |
|
三咲雅 · Misaki Masa
|
54918b506f
|
feat: new --cwd parameter for the shell command and fs.cwd() API (#2060)
|
2024-12-17 18:31:17 +08:00 |
|
三咲雅 · Misaki Masa
|
196a46cc5e
|
fix: choose a more conservative macro_workers value to ensure concurrency safety with certain USB flash drives (#2040)
|
2024-12-14 08:02:24 +08:00 |
|
三咲雅 · Misaki Masa
|
8ec944dbd3
|
fix: introduce own CWD instead of chdir to avoid potential race conditions (#2008)
|
2024-12-07 22:07:18 +08:00 |
|
三咲雅 · Misaki Masa
|
4bd8b0b446
|
feat: new load DDS event (#1980)
|
2024-12-03 09:13:23 +08:00 |
|
三咲雅 · Misaki Masa
|
d72f90356b
|
feat!: support passing arguments to previewer/preloader/spotter/fetcher (#1966)
|
2024-11-30 21:25:57 +08:00 |
|
三咲雅 · Misaki Masa
|
37292adfde
|
perf: introduce copy-on-write for event system to eliminate all memory reallocations (#1962)
|
2024-11-28 01:56:53 +08:00 |
|
Integral
|
87f7fb6b3b
|
refactor: make error messages more user-friendly (#1935)
Co-authored-by: sxyazi <sxyazi@gmail.com>
|
2024-11-23 13:09:56 +08:00 |
|
三咲雅 · Misaki Masa
|
1f32601dc4
|
feat: spotter (#1802)
|
2024-11-20 16:43:38 +08:00 |
|
三咲雅 · Misaki Masa
|
baf062f3b1
|
feat!: deprecate --sync option for the plugin command (#1891)
|
2024-11-07 23:08:39 +08:00 |
|
三咲雅 · Misaki Masa
|
0baccdc9aa
|
fix: use complete rendering instead of partial rendering for no task progress report (#1876)
|
2024-11-01 19:52:19 +08:00 |
|
Sarveshwaar SS
|
17a1169ea2
|
feat: append the suffix to the end when generating unique filenames for directories, i.e., after not before the extension (#1784)
Co-authored-by: sxyazi <sxyazi@gmail.com>
|
2024-10-16 00:44:27 +08:00 |
|
三咲雅 · Misaki Masa
|
097e5abb82
|
refactor: replace Metadata with Cha in the file scheduler to improve interoperability with yazi-fs (#1785)
|
2024-10-15 20:38:34 +08:00 |
|