三咲雅 · Misaki Masa
|
4194befb88
|
feat: true custom mime fetcher support - using user rules even during open or in watcher (#1976)
|
2024-12-01 00:15:43 +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 |
|
三咲雅 · Misaki Masa
|
5e48df5126
|
feat!: extend the available styles for mode by separating mode from the separator styles (#1953)
|
2024-11-26 17:11:36 +08:00 |
|
sxyazi
|
ab04ce5d77
|
fix: make cd expand variables regardless
|
2024-11-25 23:29:31 +08:00 |
|
三咲雅 · Misaki Masa
|
4026cebd88
|
feat!: auto switch between dark and light icons/flavors based on terminal backgrounds (#1946)
|
2024-11-25 16:43:07 +08:00 |
|
三咲雅 · Misaki Masa
|
1277b01758
|
feat: new log system (#1945)
|
2024-11-24 17:47:32 +08:00 |
|
三咲雅 · Misaki Masa
|
805597268a
|
feat!: use an Error userdata instead of a plain error code for I/O errors (#1939)
|
2024-11-23 18:30:17 +08:00 |
|
三咲雅 · Misaki Masa
|
99d6c81fbb
|
refactor: remove unnecessary UI element construction (#1938)
|
2024-11-23 14:42:26 +08:00 |
|
sxyazi
|
870b0504e9
|
fix: ignore cancellation in C functions
|
2024-11-23 13:16:11 +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
|
0f9a3195b7
|
feat!: video spotter & using ffmpeg instead of ffmpegthumbnailer as previewer backend (#1928)
|
2024-11-22 18:21:29 +08:00 |
|
三咲雅 · Misaki Masa
|
22e7d579d2
|
fix!: eliminate the x- prefix in mime-types (#1927)
|
2024-11-21 15:06:07 +08:00 |
|
Integral
|
202751b46a
|
fix: show "0/0" instead of "1/0" in empty directories (#1925)
|
2024-11-21 13:37:49 +08:00 |
|
boydaihungst
|
e965b865b9
|
feat: noop for spotters (#1924)
|
2024-11-20 23:45:40 +08:00 |
|
三咲雅 · Misaki Masa
|
1f32601dc4
|
feat: spotter (#1802)
|
2024-11-20 16:43:38 +08:00 |
|
Perfectio07
|
af565fbc40
|
chore: add CODE_OF_CONDUCT.md (#1911)
|
2024-11-16 09:25:23 +08:00 |
|
sxyazi
|
c65bdb3b09
|
fix: implement FromLua for Cha instead of AnyUserData
|
2024-11-14 13:08:11 +08:00 |
|
三咲雅 · Misaki Masa
|
00486521b8
|
perf: lazy load ui, ya, fs, and ps (#1903)
|
2024-11-13 11:38:11 +08:00 |
|
sxyazi
|
4ff4038b41
|
fix: register and ignore the SIGINT signal explicitly
|
2024-11-12 08:24:28 +08:00 |
|
Ion
|
fd8871d878
|
feat: add additional environment and dependency info in yazi --debug (#1896)
Co-authored-by: sxyazi <sxyazi@gmail.com>
|
2024-11-10 22:58:47 +08:00 |
|
三咲雅 · Misaki Masa
|
a9a8a190a4
|
refactor: upgrade to mlua v0.10.0 (#1842)
|
2024-11-08 22:37:32 +08:00 |
|
三咲雅 · Misaki Masa
|
baf062f3b1
|
feat!: deprecate --sync option for the plugin command (#1891)
|
2024-11-07 23:08:39 +08:00 |
|
Integral
|
6001f3c619
|
feat: support searching with the alias fdfind if fd cannot be found (#1889)
Co-authored-by: sxyazi <sxyazi@gmail.com>
|
2024-11-06 20:28:12 +08:00 |
|
sxyazi
|
81ce040443
|
feat: disable the rayon feature for image since Yazi already uses multithreading
|
2024-11-05 23:38:18 +08:00 |
|
三咲雅 · Misaki Masa
|
362fbebcc5
|
feat: add a new tab parameter for all tab-specific commands to specify which one (#1885)
|
2024-11-03 23:58:14 +08:00 |
|
yama
|
6086134d41
|
feat: include package revision hash in ya pack --list (#1884)
Co-authored-by: sxyazi <sxyazi@gmail.com>
|
2024-11-03 20:56:06 +08:00 |
|
Li-Lun Lin
|
565f9cc898
|
feat: new copy --separator option to allow specifying the path separator (#1877)
Co-authored-by: sxyazi <sxyazi@gmail.com>
|
2024-11-03 17:40:29 +08:00 |
|
三咲雅 · Misaki Masa
|
5531874a9a
|
feat: allow disabling certain preset keybinds with the new noop virtual command (#1882)
|
2024-11-03 16:48:17 +08:00 |
|
Integral
|
441ebcb764
|
refactor: destructure tuples to enhance readability (#1874)
|
2024-11-03 15:47:24 +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 |
|
Integral
|
a510673123
|
refactor: use for loop to generate completions file (#1869)
|
2024-10-31 22:15:28 +08:00 |
|
aidancz
|
e3c91115a2
|
fix: wrong file list offset squeeze when scrolloff = 0 (#1866)
|
2024-10-31 14:15:20 +08:00 |
|
三咲雅 · Misaki Masa
|
c6687237e1
|
perf: introduce reflow for the rendering engine (#1863)
|
2024-10-30 19:06:06 +08:00 |
|
yw1ee
|
81b8c89ec1
|
feat: prioritize paths that need to be processed first during bulk renaming (#1801)
Co-authored-by: sxyazi <sxyazi@gmail.com>
|
2024-10-30 13:28:19 +08:00 |
|
三咲雅 · Misaki Masa
|
5eabd7d897
|
fix: copy the CWD path regardless even if the directory is empty (#1849)
|
2024-10-28 21:28:33 +08:00 |
|
三咲雅 · Misaki Masa
|
e3507205fb
|
feat: suggest keywords in the header if a finder is active (#1847)
|
2024-10-28 17:14:41 +08:00 |
|
三咲雅 · Misaki Masa
|
4dd24f779c
|
perf: eliminate all memory reallocations during sorting (#1846)
|
2024-10-28 15:36:27 +08:00 |
|
三咲雅 · Misaki Masa
|
ef1a31a274
|
perf: using usize instead of *const OsStr reduces memory usage (#1839)
|
2024-10-26 17:09:27 +08:00 |
|
三咲雅 · Misaki Masa
|
96bcd820b8
|
refactor: add tests for Pattern::match_path (#1837)
|
2024-10-26 08:53:01 +08:00 |
|
三咲雅 · Misaki Masa
|
56f9a6a1eb
|
fix: reset image rendering and skip peeking if the TUI in the background (#1833)
|
2024-10-25 16:52:57 +08:00 |
|
三咲雅 · Misaki Masa
|
60cfa7dba9
|
feat: launch from preset settings if the user's config cannot be parsed (#1832)
|
2024-10-25 16:27:26 +08:00 |
|
sxyazi
|
81fd949016
|
chore: add discussion template
|
2024-10-25 08:48:52 +08:00 |
|
三咲雅 · Misaki Masa
|
e8c1d625ac
|
fix: use a unique Id for each tab (#1826)
|
2024-10-24 08:57:08 +08:00 |
|
三咲雅 · Misaki Masa
|
35d781e240
|
feat: allow customizing Zoxide's FZF options with YAZI_ZOXIDE_OPTS (#1822)
|
2024-10-23 10:45:41 +08:00 |
|
三咲雅 · Misaki Masa
|
0e118b5b3a
|
fix: use std copy function in a blocking thread (#1817)
|
2024-10-21 09:16:54 +08:00 |
|
三咲雅 · Misaki Masa
|
16881aab2f
|
feat: support reading non-UTF8 data with Child:read_line() API (#1816)
|
2024-10-21 02:59:38 +08:00 |
|
三咲雅 · Misaki Masa
|
24a77d8a5f
|
feat: add ICC profile to images for better color accuracy (#1808)
|
2024-10-19 21:07:41 +08:00 |
|
三咲雅 · Misaki Masa
|
11c5f3fed4
|
perf: apply rotate in place to images with orientation (#1807)
|
2024-10-19 10:29:36 +08:00 |
|
三咲雅 · Misaki Masa
|
df78827af5
|
fix: implement the file copy process for Linux and Android separately (#1805)
|
2024-10-19 08:58:06 +08:00 |
|