Commit graph

  • c72adf883c
    feat: merge the sender and severity in the DDS payload into the same field to simplify the protocol sxyazi 2024-04-04 01:55:34 +08:00
  • 1b030e0f52
    fix: a race condition in DDS static messages sent as internal events (#868) 三咲雅 · Misaki Masa 2024-04-03 00:31:11 +08:00
  • bca0b58a03
    fix: a race condition in DDS static messages sent as internal events sxyazi 2024-04-03 00:30:32 +08:00
  • ec83c5dc5c
    feat: detect CSI u through Stderr to allow using Stdout as the carrier of DDS payload without an ANSI sequence response timeout (#867) 三咲雅 · Misaki Masa 2024-04-02 20:50:36 +08:00
  • 0ca9cd0670
    .. sxyazi 2024-04-02 20:45:55 +08:00
  • 67d3470fa3
    feat: detect CSI u through Stderr to allow using Stdout as the carrier of DDS payload without an ANSI sequence response timeout sxyazi 2024-04-02 20:11:45 +08:00
  • b51babde1c
    feat: the cd event in DDS will now also be triggered when the tab is first created (#861) 三咲雅 · Misaki Masa 2024-04-02 01:39:20 +08:00
  • ce99a5c7b8
    feat: the cd event in DDS will now also be triggered when the tab is first created sxyazi 2024-04-02 01:35:00 +08:00
  • 7a99ea4409
    fix: wrong state pointed to and ignore plugin/flavor directory creation errors sxyazi 2024-04-01 00:11:07 +08:00
  • bfcf401b40
    feat: add a new sender property to the DDS payload (#855) 三咲雅 · Misaki Masa 2024-03-31 22:29:52 +08:00
  • fd455a1ae4
    feat: readable toml parsing error (#854) Solomon Jacobs 2024-03-31 15:44:17 +02:00
  • f32d830316
    Replace more unwrap() with ? operator sxyazi 2024-03-31 21:36:58 +08:00
  • e44b08bce3
    feat: add a new sender property to the DDS payload sxyazi 2024-03-31 21:14:00 +08:00
  • 82a3a57671 feat: readable toml parsing error Solomon Jacobs 2024-03-31 12:39:19 +02:00
  • 3553a4a61e
    fix: do not default to passing self to setup to respect user invocation behavior sxyazi 2024-03-31 15:37:03 +08:00
  • c240602046
    perf: port require() and ya.sync() to Rust to avoid plugin information initialization process (#853) 三咲雅 · Misaki Masa 2024-03-30 22:15:05 +08:00
  • 3d2f62ae59
    .. sxyazi 2024-03-30 22:14:37 +08:00
  • 6570c06f5d
    perf: port require() and ya.sync() to Rust to avoid plugin information initialization process sxyazi 2024-03-30 15:34:56 +08:00
  • 903f3da7e5
    feat: DDS (Data Distribution Service) (#826) 三咲雅 · Misaki Masa 2024-03-29 23:30:30 +08:00
  • 01010c1a9a
    .. sxyazi 2024-03-29 23:29:43 +08:00
  • 2961ecf5b2
    .. sxyazi 2024-03-29 13:50:35 +08:00
  • 5b4145ce77
    feat: DDS (Data Distribution Service) sxyazi 2024-03-18 12:37:18 +08:00
  • 66d12da09d
    perf: add BufWriter to Stderr to avoid frequent system calls and increase rendering frame rate (#849) 三咲雅 · Misaki Masa 2024-03-29 15:40:04 +08:00
  • 50207700ac
    perf: add BufWriter to Stderr to avoid frequent system calls and increase rendering frame rate sxyazi 2024-03-29 14:27:25 +08:00
  • 06e9fb8e67
    fix: Windows cmd.exe not responding to correct CSI sequences due to ConPTY (#845) 三咲雅 · Misaki Masa 2024-03-29 00:22:10 +08:00
  • e903320d95
    feat: add support for YAZI_FILE_ONE to the built-in file previewer (#846) 三咲雅 · Misaki Masa 2024-03-28 17:14:11 +08:00
  • 0679af8a4a
    feat: add support for YAZI_FILE_ONE to the built-in file previewer sxyazi 2024-03-28 17:05:14 +08:00
  • 6ccdd51f71
    fix: Windows cmd.exe not responding to correct CSI sequences due to ConPTY sxyazi 2024-03-28 16:06:27 +08:00
  • f6f2c30709
    feat: time-based selection order preservation (#843) 三咲雅 · Misaki Masa 2024-03-28 00:13:29 +08:00
  • e0f8b301d7
    .. sxyazi 2024-03-28 00:13:11 +08:00
  • 55c6aad3a7
    .. sxyazi 2024-03-27 23:51:54 +08:00
  • 058d3f9c4e
    feat: time-based selection order preservation sxyazi 2024-03-27 23:35:23 +08:00
  • e619a97ee2
    fix: mime-type for xz archives (#841) 三咲雅 · Misaki Masa 2024-03-26 21:21:41 +08:00
  • 8f2d01dd69
    fix: mime-type for xz archives sxyazi 2024-03-26 21:20:18 +08:00
  • f8e0aee311
    perf: accelerate kitty graphics protocol encoding by avoiding string reallocation (#837) 三咲雅 · Misaki Masa 2024-03-23 13:34:46 +08:00
  • b7daf028d4
    perf: accelerate kitty graphics protocol encoding by avoiding string reallocation sxyazi 2024-03-23 13:31:22 +08:00
  • 9ba47141bf
    feat: enhance the ya.dbg() and ya.err() debugging functions (#835) 三咲雅 · Misaki Masa 2024-03-22 16:44:04 +08:00
  • dd9d0ab364
    feat: enhance the ya.dbg() and ya.err() debugging functions sxyazi 2024-03-22 16:36:03 +08:00
  • e5c543cf80
    fix: disable ANSI colours for the tracing_subscriber so that the logs are not polluted with escape codes (#832) Rolv Apneseth 2024-03-22 03:40:22 +00:00
  • e8bc748af5 fix: disable ANSI colours for the tracing_subscriber so that the logs are not polluted with escape codes rolv 2024-03-21 14:06:43 +00:00
  • 9918ceb7f4
    fix: adjust calculation for number of lines in a notification message (#828) Rolv Apneseth 2024-03-20 05:14:48 +00:00
  • 2296adc823
    .. sxyazi 2024-03-20 04:06:08 +08:00
  • 5b437ff835 fix: number of lines calculation for notification message rolv 2024-03-19 13:38:50 +00:00
  • 955e8f59a9
    feat: add a bunch of new debugging information to yazi --debug (#824) sxyazi 2024-03-17 01:03:39 +08:00
  • ef4d95a093
    .. sxyazi 2024-03-17 01:00:20 +08:00
  • d400b33a3c
    feat: add a bunch of new debugging information to yazi --debug sxyazi 2024-03-17 00:51:59 +08:00
  • ca49a2d70b
    fix: kill all spawned processes when exiting Yazi (#812) sxyazi 2024-03-16 09:07:07 +08:00
  • 8ae6163ee2
    Rebase sxyazi 2024-03-16 09:03:06 +08:00
  • 1be8f2c307
    .. sxyazi 2024-03-13 23:46:25 +08:00
  • 7de161de5c
    fix: kill all spawned processes when exiting Yazi sxyazi 2024-03-13 23:32:14 +08:00
  • 80aebda22c
    feat: fix all dependencies to specific version numbers to allow non---locked builds (#821) 三咲雅 · Misaki Masa 2024-03-16 02:29:37 +08:00
  • 61cd8ea409
    feat: fix all dependencies to specific version numbers to allow non---locked builds sxyazi 2024-03-16 02:25:45 +08:00
  • 411ba2fe85
    refactor: switch to stderr (#819) 三咲雅 · Misaki Masa 2024-03-15 20:31:39 +08:00
  • 79aa077d39
    .. sxyazi 2024-03-15 20:18:13 +08:00
  • d672e1538b
    refactor: switch to stderr sxyazi 2024-03-15 09:04:07 +08:00
  • 483df21582 updated Readme file for docker usage sinawic 2024-03-14 14:43:20 +03:30
  • 50befdd2ad added basic dockerfile sinawic 2024-03-14 14:42:52 +03:30
  • 094d44e3ec
    fix: respond to the SIGTERM signal even when Yazi is in the background and has passed control of the terminal to the spawned process (#797) 三咲雅 · Misaki Masa 2024-03-13 23:26:17 +08:00
  • 15b2556b56 feat!: Only return selected when hover is selected hankertrix 2024-03-13 14:02:30 +08:00
  • 457c2a5c06
    fix: wrong type in iterator binding sxyazi 2024-03-13 00:13:17 +08:00
  • f3cf0e76e1
    fix: respond to the SIGTERM signal even when Yazi is in the background and has passed control of the terminal to the spawned process sxyazi 2024-03-10 19:00:30 +08:00
  • cddd0727ef
    refactor: wrap Opener with Cow to avoid unnecessary memory reallocations when opening files (#805) 三咲雅 · Misaki Masa 2024-03-12 23:35:26 +08:00
  • 903aad5dfc
    .. sxyazi 2024-03-12 23:13:50 +08:00
  • 8fe080d802
    .. sxyazi 2024-03-12 23:06:25 +08:00
  • 0233a0e952
    .. sxyazi 2024-03-12 20:52:09 +08:00
  • 9e4c70138c
    .. sxyazi 2024-03-12 18:43:21 +08:00
  • 3ec0d45be7
    .. sxyazi 2024-03-12 18:31:12 +08:00
  • f168dbb1e3
    fix: graceful shutdown sxyazi 2024-03-12 18:24:45 +08:00
  • 7525e3fbd2
    Update folder.lua sky03 2024-03-11 13:14:45 +08:00
  • 7be81e42a3
    Update folder.lua sky03 2024-03-11 13:13:48 +08:00
  • 78b98a98c3
    fix: use BTreeSet for selected files to maintain order (#799) 三咲雅 · Misaki Masa 2024-03-10 20:12:54 +08:00
  • 8a523b7d11
    fix: use BTreeSet for selected files to maintain order sxyazi 2024-03-10 20:10:20 +08:00
  • 408248d620 Merge branch 'main' into feat/independent-style-on-inner-section-of-status Anton Simonov 2024-03-09 17:38:11 +03:00
  • 17a00d2334
    Merge branch 'sxyazi:main' into main Anton Simonov 2024-03-09 17:32:50 +03:00
  • b10f2de16d
    feat: add --debug flag to print debug information (#794) v0.2.4 sxyazi 2024-03-09 19:04:46 +08:00
  • e2f2077ce6
    .. sxyazi 2024-03-09 18:46:26 +08:00
  • 31608862f8
    .. sxyazi 2024-03-09 18:28:12 +08:00
  • 55c4aa580d
    .. sxyazi 2024-03-09 18:07:58 +08:00
  • fbea323d1e
    .. sxyazi 2024-03-09 17:26:55 +08:00
  • c7c87eae10
    feat: add --debug flag to print debug information sxyazi 2024-03-09 17:21:11 +08:00
  • 9396d8760c
    feat: ya.hide() plugin API (#792) 三咲雅 · Misaki Masa 2024-03-09 03:07:20 +08:00
  • 9b3c56535b
    .. sxyazi 2024-03-09 03:05:37 +08:00
  • 8d92ba3fd1
    feat: ya.hide() plugin API sxyazi 2024-03-09 02:34:01 +08:00
  • 3f80bc56a6
    feat: truncate path for deeply nested directories (#787) 翊小久 2024-03-08 17:54:29 +08:00
  • 70d69ca62d
    Simplify the code sxyazi 2024-03-08 17:46:51 +08:00
  • 30af0af443
    feat: truncate path for deeply nested directories yixiajiu 2024-03-06 19:04:16 +08:00
  • d96af54574
    fix: track the latest file changes for the selected, yanked state when available (#791) 三咲雅 · Misaki Masa 2024-03-08 15:37:53 +08:00
  • ee9faac87c
    .. sxyazi 2024-03-08 15:36:40 +08:00
  • 1a5a84e3b1
    fix: track the latest file changes for the selected, yanked state when available sxyazi 2024-03-08 02:58:38 +08:00
  • 33782f1224
    feat: cx.yanked plugin API (#788) 三咲雅 · Misaki Masa 2024-03-07 17:26:18 +08:00
  • 19ff321dd3
    .. sxyazi 2024-03-07 17:21:59 +08:00
  • 95384d94c1
    feat: cx.yanked plugin API sxyazi 2024-03-07 16:52:41 +08:00
  • 1aed6e8b36
    feat: send a foreground notification to the user when the process fails to run (#775) Prajna 2024-03-06 23:43:39 +08:00
  • b6e458f221
    feat: add <C-p> and <C-n> to the select component for moving the cursor up/down (#779) hankertrix 2024-03-06 23:39:52 +08:00
  • 913a83b858
    Refactor sxyazi 2024-03-06 23:34:43 +08:00
  • 82b78d31df feat: Add <C-n> and <C-p> for moving the cursor hankertrix 2024-03-05 15:31:46 +08:00
  • 14f458213b feat: Update warning notify when the process module's external::shell error zhaoyi.wu 2024-03-06 21:54:04 +08:00
  • 42307ee037
    feat: test new color system sxyazi 2024-03-06 21:44:38 +08:00
  • 36b3842a38
    Merge branch 'sxyazi:main' into main Prajna 2024-03-06 20:10:58 +08:00
  • 4e873e62f1
    feat: ui.Clear component for UI plugins (#786) 三咲雅 · Misaki Masa 2024-03-06 19:07:37 +08:00