sxyazi
|
3c39a326ab
|
chore: bump version to 26.1.4 (#3498)
|
2026-01-04 12:35:06 +08:00 |
|
三咲雅 misaki masa
|
81c66a645f
|
fix: a race condition generating unique filenames for concurrent file operations (#3494)
|
2026-01-03 16:40:49 +08:00 |
|
三咲雅 misaki masa
|
f31147d246
|
chore: bump version to 25.12.29 (#3471)
|
2025-12-29 08:21:43 +08:00 |
|
三咲雅 misaki masa
|
faf33e1b03
|
fix: stricter casefold matching (#3470)
|
2025-12-28 16:05:06 +08:00 |
|
三咲雅 misaki masa
|
8c81172a19
|
feat: new duplicate DDS event for copying files (#3456)
|
2025-12-24 13:28:38 +08:00 |
|
sxyazi
|
6e3c96289e
|
feat: make task post-hooks stateful (#3454)
|
2025-12-24 01:15:18 +08:00 |
|
三咲雅 misaki masa
|
329c5d28f0
|
fix: a race condition when terminal resumes while signal system is restarting (#3448)
|
2025-12-19 18:46:38 +08:00 |
|
三咲雅 misaki masa
|
e9eb8b9155
|
fix: unify path expansion and absolutization behavior (#3438)
|
2025-12-17 23:00:05 +08:00 |
|
三咲雅 misaki masa
|
80b3b8465d
|
perf: immediate task cancellation (#3429)
|
2025-12-14 21:02:22 +08:00 |
|
三咲雅 misaki masa
|
5fe58ba2b1
|
feat: include context in error logs when a task fails (#3427)
|
2025-12-13 19:43:29 +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 |
|
三咲雅 misaki masa
|
9ae8b90d23
|
feat: prioritize symbolic links when cutting remote files (#3412)
|
2025-12-07 18:00:49 +08:00 |
|
三咲雅 misaki masa
|
d2e9e72684
|
refactor: pull directory traversal out into a function (#3411)
|
2025-12-07 01:28:45 +08:00 |
|
三咲雅 misaki masa
|
c569263a50
|
fix: always follow symlinks when pasting remote files (#3406)
|
2025-12-05 23:46:23 +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
|
44e244b9d6
|
perf: concurrent chunked upload and download of a single file over SFTP (#3393)
|
2025-12-01 22:39:36 +08:00 |
|
sxyazi
|
0b8aaba29b
|
refactor: make Clippy happy
|
2025-11-29 07:39:04 +08:00 |
|
三咲雅 misaki masa
|
a1fb206a59
|
feat: ya.quote() support escaping strings containing invalid UTF-8 (#3369)
|
2025-11-26 08:57:35 +08:00 |
|
sxyazi
|
76fe6d7244
|
fix: user-prepended open rules do not override presets (#3360)
|
2025-11-24 12:30:52 +08:00 |
|
三咲雅 misaki masa
|
a08b345a02
|
docs: document the applicability of all yazi-* crates (#3345)
|
2025-11-20 09:00:01 +08:00 |
|
三咲雅 misaki masa
|
d3ad1c0920
|
refactor: refine PathLike and StrandLike traits (#3340)
|
2025-11-19 18:07:04 +08:00 |
|
三咲雅 misaki masa
|
f9abe886cc
|
feat: multi-path architecture (#3334)
|
2025-11-18 13:56:20 +08:00 |
|
三咲雅 misaki masa
|
4b56e73235
|
feat: dynamic paths (#3316)
|
2025-11-06 18:01:02 +08:00 |
|
三咲雅 misaki masa
|
97c63e2708
|
fix: make file counter more distinguishable in dark mode (#3311)
|
2025-11-05 01:20:56 +08:00 |
|
三咲雅 misaki masa
|
ff5f656a31
|
feat: add CHANGELOG.md (#3285)
|
2025-10-27 20:06:26 +08:00 |
|
三咲雅 misaki masa
|
4b08e8d899
|
feat: new mimetype fetcher dedicated to remote files (#3268)
|
2025-10-21 15:14:08 +08:00 |
|
三咲雅 misaki masa
|
782ecb16b2
|
feat!: live editing of remote files (#3264)
|
2025-10-20 13:48:57 +08:00 |
|
三咲雅 misaki masa
|
e067a705ac
|
feat: new download/upload commands to cache/sync remote or local files to the peer (#3243)
|
2025-10-16 01:22:55 +08:00 |
|
三咲雅 misaki masa
|
c68e2df8c0
|
feat: encode SFTP paths on Windows in a revised WTF-8 (#3238)
|
2025-10-13 19:50:46 +08:00 |
|
三咲雅 misaki masa
|
554cb52cc5
|
feat: shell formatting (#3232)
|
2025-10-06 23:44:32 +08:00 |
|
三咲雅 misaki masa
|
cd6881c9fe
|
feat: support task initialization failure status (#3227)
|
2025-10-03 22:35:48 +08:00 |
|
三咲雅 misaki masa
|
149a5feffb
|
fix!: open command doesn't work under empty directories (#3226)
|
2025-10-03 18:18:27 +08:00 |
|
三咲雅 misaki masa
|
4d39194cd8
|
feat!: folder mime-type support (#3222)
|
2025-10-01 20:03:41 +08:00 |
|
三咲雅 misaki masa
|
7b36b7fe14
|
refactor: invert the dependency relationship between yazi-fs and yazi-vfs (#3215)
|
2025-09-28 15:50:25 +08:00 |
|
三咲雅 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
|
fe9ce240b5
|
fix: respect URL covariance when updating mimetypes (#3079)
|
2025-08-18 23:20:03 +08:00 |
|
三咲雅 misaki masa
|
3ca33c1f84
|
refactor: introduce UrlBuf (#3072)
|
2025-08-18 02:25:59 +08:00 |
|