三咲雅 · Misaki Masa
|
7d993c1517
|
feat: support and hide Windows system files by default (#2149)
|
2025-01-03 08:18:34 +08:00 |
|
三咲雅 · Misaki Masa
|
7d3e58951c
|
feat: new ya.confirm() API (#2095)
|
2024-12-25 00:35:46 +08:00 |
|
三咲雅 · Misaki Masa
|
50a81bea31
|
fix: element style of ui.Text was not applied to the entire area (#2093)
|
2024-12-24 16:43:19 +08:00 |
|
greg
|
5bd71bf225
|
feat: theme support for the spotter border and title (#2002)
|
2024-12-21 00:17:28 +08:00 |
|
hankertrix
|
f0176992f5
|
feat: new fs.create() Lua API (#2068)
|
2024-12-20 19:07:05 +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
|
6e1948e7e1
|
fix: set the current working directory in a thread-safe way (#2043)
|
2024-12-14 13:26:37 +08:00 |
|
三咲雅 · Misaki Masa
|
ccf466d881
|
feat: new option to suppress 0.4 deprecation warnings (#2027)
|
2024-12-11 17:38:43 +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
|
c7d9265d25
|
fix: missing a repeek on unyanking files in the hovered folder (#1988)
|
2024-12-05 08:45: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 |
|
三咲雅 · 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
|
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 |
|
三咲雅 · 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
|
1f32601dc4
|
feat: spotter (#1802)
|
2024-11-20 16:43:38 +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 |
|
三咲雅 · 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 |
|
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 |
|
三咲雅 · Misaki Masa
|
c6687237e1
|
perf: introduce reflow for the rendering engine (#1863)
|
2024-10-30 19:06:06 +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
|
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
|
16881aab2f
|
feat: support reading non-UTF8 data with Child:read_line() API (#1816)
|
2024-10-21 02:59:38 +08:00 |
|
三咲雅 · Misaki Masa
|
e58cf555da
|
feat: add a compatibility layer for ui.Paragraph to help users transition more smoothly to the new ui.Text (#1794)
|
2024-10-16 20:17:56 +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 |
|
三咲雅 · Misaki Masa
|
1acd7ca80f
|
feat!: decouple ui.List, ui.Bar, ui.Border, and ui.Gauge from coordinates (#1782)
|
2024-10-14 19:39:59 +08:00 |
|
三咲雅 · Misaki Masa
|
43b5ae0e6c
|
feat!: add ui.Text, ui.Table, remove ui.Paragraph and ui.ListItem (#1776)
|
2024-10-14 01:54:03 +08:00 |
|
三咲雅 · Misaki Masa
|
35c3c9e0f7
|
refactor!: rename the term select to toggle to reserve select for future use (#1773)
|
2024-10-13 18:47:12 +08:00 |
|
三咲雅 · Misaki Masa
|
13e307eab2
|
refactor: simplify module exports (#1770)
|
2024-10-12 21:05:12 +08:00 |
|
sxyazi
|
da1b2365b9
|
feat: add the plugin name to the deprecated API warning to make it more clear
|
2024-10-11 22:01:38 +08:00 |
|
三咲雅 · Misaki Masa
|
2014aee646
|
fix!: introduce a new btime term to align ctime with Unix (#1761)
|
2024-10-11 18:05:08 +08:00 |
|
三咲雅 · Misaki Masa
|
558d97d084
|
perf: merge multiple file operations into one to greatly speed up updates in large directories (#1745)
|
2024-10-08 19:33:38 +08:00 |
|
三咲雅 · Misaki Masa
|
3150fb10f7
|
refactor: turn RectRef, PaddingRef, PositionRef into Rect, Padding, Position (#1730)
|
2024-10-04 20:23:36 +08:00 |
|
三咲雅 · Misaki Masa
|
e1773b11f1
|
feat: async micro task initialization error handling (#1710)
|
2024-10-01 18:38:37 +08:00 |
|
三咲雅 · Misaki Masa
|
40211df219
|
fix: replace control characters to printable characters in plain text preview (#1704)
|
2024-09-30 00:37:33 +08:00 |
|
三咲雅 · Misaki Masa
|
3e4973dbbf
|
feat: allow overriding and rewriting the sync methods of builtin plugins (#1695)
|
2024-09-28 00:41:34 +08:00 |
|
三咲雅 · Misaki Masa
|
5b66192332
|
fix: one file's mime-type changed multiple times without triggering a preview again (#1682)
|
2024-09-26 00:22:55 +08:00 |
|
三咲雅 · Misaki Masa
|
631afd09ee
|
fix: warnings should be output to stderr instead of stdout (#1669)
|
2024-09-21 20:12:35 +08:00 |
|
三咲雅 · Misaki Masa
|
1a1820cf77
|
feat: add the area() API for renderable elements (#1667)
|
2024-09-21 01:47:34 +08:00 |
|
三咲雅 · Misaki Masa
|
ac196f211e
|
feat: support calling methods in builtin plugins with arbitrary types of arguments (self can now be omitted) (#1666)
|
2024-09-21 00:23:46 +08:00 |
|