From f31147d246b8930dd82f2c45b24a230896d3fda4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=89=E5=92=B2=E9=9B=85=20misaki=20masa?= Date: Mon, 29 Dec 2025 08:21:43 +0800 Subject: [PATCH] chore: bump version to 25.12.29 (#3471) --- CHANGELOG.md | 3 +++ Cargo.lock | 56 +++++++++++++++++++-------------------- README.md | 3 ++- yazi-actor/Cargo.toml | 34 ++++++++++++------------ yazi-adapter/Cargo.toml | 12 ++++----- yazi-binding/Cargo.toml | 12 ++++----- yazi-boot/Cargo.toml | 16 +++++------ yazi-build/Cargo.toml | 4 +-- yazi-cli/Cargo.toml | 14 +++++----- yazi-codegen/Cargo.toml | 2 +- yazi-config/Cargo.toml | 12 ++++----- yazi-core/Cargo.toml | 28 ++++++++++---------- yazi-dds/Cargo.toml | 14 +++++----- yazi-ffi/Cargo.toml | 4 +-- yazi-fm/Cargo.toml | 36 ++++++++++++------------- yazi-fs/Cargo.toml | 10 +++---- yazi-macro/Cargo.toml | 2 +- yazi-packing/Cargo.toml | 2 +- yazi-parser/Cargo.toml | 16 +++++------ yazi-plugin/Cargo.toml | 28 ++++++++++---------- yazi-proxy/Cargo.toml | 10 +++---- yazi-scheduler/Cargo.toml | 22 +++++++-------- yazi-sftp/Cargo.toml | 2 +- yazi-shared/Cargo.toml | 4 +-- yazi-shim/Cargo.toml | 4 +-- yazi-term/Cargo.toml | 6 ++--- yazi-vfs/Cargo.toml | 12 ++++----- yazi-watcher/Cargo.toml | 16 +++++------ yazi-widgets/Cargo.toml | 14 +++++----- 29 files changed, 201 insertions(+), 197 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5a33417..0bd9de25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/): ## [Unreleased] +## [v25.12.29] + ### Added - Remote file management ([#3396]) @@ -973,6 +975,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/): [v25.4.8]: https://github.com/sxyazi/yazi/compare/v25.3.2...v25.4.8 [v25.5.28]: https://github.com/sxyazi/yazi/compare/v25.4.8...v25.5.28 [v25.5.31]: https://github.com/sxyazi/yazi/compare/v25.5.28...v25.5.31 +[v25.12.29]: https://github.com/sxyazi/yazi/compare/v25.5.31...v25.12.29 [#4]: https://github.com/sxyazi/yazi/pull/4 [#5]: https://github.com/sxyazi/yazi/pull/5 [#6]: https://github.com/sxyazi/yazi/pull/6 diff --git a/Cargo.lock b/Cargo.lock index 8e447e3e..a36d1b28 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5320,7 +5320,7 @@ checksum = "7a5a4b21e1a62b67a2970e6831bc091d7b87e119e7f9791aef9702e3bef04448" [[package]] name = "yazi-actor" -version = "25.9.15" +version = "25.12.29" dependencies = [ "anyhow", "crossterm 0.29.0", @@ -5353,7 +5353,7 @@ dependencies = [ [[package]] name = "yazi-adapter" -version = "25.9.15" +version = "25.12.29" dependencies = [ "ansi-to-tui", "anyhow", @@ -5375,7 +5375,7 @@ dependencies = [ [[package]] name = "yazi-binding" -version = "25.9.15" +version = "25.12.29" dependencies = [ "ansi-to-tui", "futures", @@ -5396,7 +5396,7 @@ dependencies = [ [[package]] name = "yazi-boot" -version = "25.9.15" +version = "25.12.29" dependencies = [ "clap", "clap_complete", @@ -5416,14 +5416,14 @@ dependencies = [ [[package]] name = "yazi-build" -version = "25.9.15" +version = "25.12.29" dependencies = [ "yazi-term", ] [[package]] name = "yazi-cli" -version = "25.9.15" +version = "25.12.29" dependencies = [ "anyhow", "clap", @@ -5446,7 +5446,7 @@ dependencies = [ [[package]] name = "yazi-codegen" -version = "25.9.15" +version = "25.12.29" dependencies = [ "quote", "syn 2.0.111", @@ -5454,7 +5454,7 @@ dependencies = [ [[package]] name = "yazi-config" -version = "25.9.15" +version = "25.12.29" dependencies = [ "anyhow", "bitflags 2.10.0", @@ -5478,7 +5478,7 @@ dependencies = [ [[package]] name = "yazi-core" -version = "25.9.15" +version = "25.12.29" dependencies = [ "anyhow", "crossterm 0.29.0", @@ -5508,7 +5508,7 @@ dependencies = [ [[package]] name = "yazi-dds" -version = "25.9.15" +version = "25.12.29" dependencies = [ "anyhow", "hashbrown", @@ -5533,7 +5533,7 @@ dependencies = [ [[package]] name = "yazi-ffi" -version = "25.9.15" +version = "25.12.29" dependencies = [ "anyhow", "core-foundation-sys", @@ -5544,7 +5544,7 @@ dependencies = [ [[package]] name = "yazi-fm" -version = "25.9.15" +version = "25.12.29" dependencies = [ "anyhow", "better-panic", @@ -5584,7 +5584,7 @@ dependencies = [ [[package]] name = "yazi-fs" -version = "25.9.15" +version = "25.12.29" dependencies = [ "anyhow", "arc-swap", @@ -5615,15 +5615,15 @@ dependencies = [ [[package]] name = "yazi-macro" -version = "25.9.15" +version = "25.12.29" [[package]] name = "yazi-packing" -version = "25.9.15" +version = "25.12.29" [[package]] name = "yazi-parser" -version = "25.9.15" +version = "25.12.29" dependencies = [ "anyhow", "bitflags 2.10.0", @@ -5644,7 +5644,7 @@ dependencies = [ [[package]] name = "yazi-plugin" -version = "25.9.15" +version = "25.12.29" dependencies = [ "anyhow", "crossterm 0.29.0", @@ -5689,7 +5689,7 @@ checksum = "33232d9116df6415ddfcdf72701b1b7439ce87f240a14723e8dd5d17e7ed5f98" [[package]] name = "yazi-proxy" -version = "25.9.15" +version = "25.12.29" dependencies = [ "anyhow", "tokio", @@ -5701,7 +5701,7 @@ dependencies = [ [[package]] name = "yazi-scheduler" -version = "25.9.15" +version = "25.12.29" dependencies = [ "anyhow", "async-priority-channel", @@ -5730,7 +5730,7 @@ dependencies = [ [[package]] name = "yazi-sftp" -version = "0.1.0" +version = "25.12.29" dependencies = [ "bitflags 2.10.0", "parking_lot", @@ -5742,7 +5742,7 @@ dependencies = [ [[package]] name = "yazi-shared" -version = "25.9.15" +version = "25.12.29" dependencies = [ "anyhow", "crossterm 0.29.0", @@ -5765,7 +5765,7 @@ dependencies = [ [[package]] name = "yazi-shim" -version = "25.9.15" +version = "25.12.29" dependencies = [ "twox-hash", "yazi-macro", @@ -5773,7 +5773,7 @@ dependencies = [ [[package]] name = "yazi-term" -version = "25.9.15" +version = "25.12.29" dependencies = [ "crossterm 0.29.0", "libc", @@ -5786,7 +5786,7 @@ dependencies = [ [[package]] name = "yazi-vfs" -version = "25.9.15" +version = "25.12.29" dependencies = [ "anyhow", "deadpool", @@ -5806,7 +5806,7 @@ dependencies = [ [[package]] name = "yazi-watcher" -version = "25.9.15" +version = "25.12.29" dependencies = [ "anyhow", "hashbrown", @@ -5827,7 +5827,7 @@ dependencies = [ [[package]] name = "yazi-widgets" -version = "25.9.15" +version = "25.12.29" dependencies = [ "anyhow", "base64", @@ -5888,9 +5888,9 @@ dependencies = [ [[package]] name = "zmij" -version = "1.0.0" +version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6d6085d62852e35540689d1f97ad663e3971fc19cf5eceab364d62c646ea167" +checksum = "0f4a4e8e9dc5c62d159f04fcdbe07f4c3fb710415aab4754bf11505501e3251d" [[package]] name = "zune-core" diff --git a/README.md b/README.md index 96f0ef51..2d6dfff5 100644 --- a/README.md +++ b/README.md @@ -23,13 +23,14 @@ Yazi (means "duck") is a terminal file manager written in Rust, based on non-blo - πŸ–ΌοΈ **Built-in Support for Multiple Image Protocols**: Also integrated with Überzug++ and Chafa, covering almost all terminals. - 🌟 **Built-in Code Highlighting and Image Decoding**: Combined with the pre-loading mechanism, greatly accelerates image and normal file loading. - πŸ”Œ **Concurrent Plugin System**: UI plugins (rewriting most of the UI), functional plugins, custom previewer/preloader/spotter/fetcher; Just some pieces of Lua. +- ☁️ **Virtual Filesystem**: Remote file management, custom search engines. - πŸ“‘ **Data Distribution Service**: Built on a client-server architecture (no additional server process required), integrated with a Lua-based publish-subscribe model, achieving cross-instance communication and state persistence. - πŸ“¦ **Package Manager**: Install plugins and themes with one command, keeping them up-to-date, or pin them to a specific version. - 🧰 Integration with ripgrep, fd, fzf, zoxide - πŸ’« Vim-like input/pick/confirm/which/notify component, auto-completion for cd paths - 🏷️ Multi-Tab Support, Cross-directory selection, Scrollable Preview (for videos, PDFs, archives, code, directories, etc.) - πŸ”„ Bulk Renaming, Archive Extraction, Visual Mode, File Chooser, [Git Integration](https://github.com/yazi-rs/plugins/tree/main/git.yazi), [Mount Manager](https://github.com/yazi-rs/plugins/tree/main/mount.yazi) -- 🎨 Theme System, Mouse Support, Trash Bin, Custom Layouts, Virtual Filesystem, CSI u, OSC 52 +- 🎨 Theme System, Mouse Support, Trash Bin, Custom Layouts, CSI u, OSC 52 - ... and more! https://github.com/sxyazi/yazi/assets/17523360/92ff23fa-0cd5-4f04-b387-894c12265cc7 diff --git a/yazi-actor/Cargo.toml b/yazi-actor/Cargo.toml index 42af4c39..71830932 100644 --- a/yazi-actor/Cargo.toml +++ b/yazi-actor/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yazi-actor" -version = "25.9.15" +version = "25.12.29" edition = "2024" license = "MIT" authors = [ "sxyazi " ] @@ -16,22 +16,22 @@ default = [ "vendored-lua" ] vendored-lua = [ "mlua/vendored" ] [dependencies] -yazi-binding = { path = "../yazi-binding", version = "25.9.15" } -yazi-boot = { path = "../yazi-boot", version = "25.9.15" } -yazi-config = { path = "../yazi-config", version = "25.9.15" } -yazi-core = { path = "../yazi-core", version = "25.9.15" } -yazi-dds = { path = "../yazi-dds", version = "25.9.15" } -yazi-fs = { path = "../yazi-fs", version = "25.9.15" } -yazi-macro = { path = "../yazi-macro", version = "25.9.15" } -yazi-parser = { path = "../yazi-parser", version = "25.9.15" } -yazi-plugin = { path = "../yazi-plugin", version = "25.9.15" } -yazi-proxy = { path = "../yazi-proxy", version = "25.9.15" } -yazi-scheduler = { path = "../yazi-scheduler", version = "25.9.15" } -yazi-shared = { path = "../yazi-shared", version = "25.9.15" } -yazi-term = { path = "../yazi-term", version = "25.9.15" } -yazi-vfs = { path = "../yazi-vfs", version = "25.9.15" } -yazi-watcher = { path = "../yazi-watcher", version = "25.9.15" } -yazi-widgets = { path = "../yazi-widgets", version = "25.9.15" } +yazi-binding = { path = "../yazi-binding", version = "25.12.29" } +yazi-boot = { path = "../yazi-boot", version = "25.12.29" } +yazi-config = { path = "../yazi-config", version = "25.12.29" } +yazi-core = { path = "../yazi-core", version = "25.12.29" } +yazi-dds = { path = "../yazi-dds", version = "25.12.29" } +yazi-fs = { path = "../yazi-fs", version = "25.12.29" } +yazi-macro = { path = "../yazi-macro", version = "25.12.29" } +yazi-parser = { path = "../yazi-parser", version = "25.12.29" } +yazi-plugin = { path = "../yazi-plugin", version = "25.12.29" } +yazi-proxy = { path = "../yazi-proxy", version = "25.12.29" } +yazi-scheduler = { path = "../yazi-scheduler", version = "25.12.29" } +yazi-shared = { path = "../yazi-shared", version = "25.12.29" } +yazi-term = { path = "../yazi-term", version = "25.12.29" } +yazi-vfs = { path = "../yazi-vfs", version = "25.12.29" } +yazi-watcher = { path = "../yazi-watcher", version = "25.12.29" } +yazi-widgets = { path = "../yazi-widgets", version = "25.12.29" } # External dependencies anyhow = { workspace = true } diff --git a/yazi-adapter/Cargo.toml b/yazi-adapter/Cargo.toml index b05d654a..af045c6e 100644 --- a/yazi-adapter/Cargo.toml +++ b/yazi-adapter/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yazi-adapter" -version = "25.9.15" +version = "25.12.29" edition = "2024" license = "MIT" authors = [ "sxyazi " ] @@ -12,11 +12,11 @@ repository = "https://github.com/sxyazi/yazi" workspace = true [dependencies] -yazi-config = { path = "../yazi-config", version = "25.9.15" } -yazi-fs = { path = "../yazi-fs", version = "25.9.15" } -yazi-macro = { path = "../yazi-macro", version = "25.9.15" } -yazi-shared = { path = "../yazi-shared", version = "25.9.15" } -yazi-term = { path = "../yazi-term", version = "25.9.15" } +yazi-config = { path = "../yazi-config", version = "25.12.29" } +yazi-fs = { path = "../yazi-fs", version = "25.12.29" } +yazi-macro = { path = "../yazi-macro", version = "25.12.29" } +yazi-shared = { path = "../yazi-shared", version = "25.12.29" } +yazi-term = { path = "../yazi-term", version = "25.12.29" } # External dependencies ansi-to-tui = { workspace = true } diff --git a/yazi-binding/Cargo.toml b/yazi-binding/Cargo.toml index 622720c2..bcb2fa1f 100644 --- a/yazi-binding/Cargo.toml +++ b/yazi-binding/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yazi-binding" -version = "25.9.15" +version = "25.12.29" edition = "2024" license = "MIT" authors = [ "sxyazi " ] @@ -16,11 +16,11 @@ default = [ "vendored-lua" ] vendored-lua = [ "mlua/vendored" ] [dependencies] -yazi-adapter = { path = "../yazi-adapter", version = "25.9.15" } -yazi-config = { path = "../yazi-config", version = "25.9.15" } -yazi-fs = { path = "../yazi-fs", version = "25.9.15" } -yazi-macro = { path = "../yazi-macro", version = "25.9.15" } -yazi-shared = { path = "../yazi-shared", version = "25.9.15" } +yazi-adapter = { path = "../yazi-adapter", version = "25.12.29" } +yazi-config = { path = "../yazi-config", version = "25.12.29" } +yazi-fs = { path = "../yazi-fs", version = "25.12.29" } +yazi-macro = { path = "../yazi-macro", version = "25.12.29" } +yazi-shared = { path = "../yazi-shared", version = "25.12.29" } # External dependencies ansi-to-tui = { workspace = true } diff --git a/yazi-boot/Cargo.toml b/yazi-boot/Cargo.toml index 96cd9b92..1ffda475 100644 --- a/yazi-boot/Cargo.toml +++ b/yazi-boot/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yazi-boot" -version = "25.9.15" +version = "25.12.29" edition = "2024" license = "MIT" authors = [ "sxyazi " ] @@ -12,12 +12,12 @@ repository = "https://github.com/sxyazi/yazi" workspace = true [dependencies] -yazi-adapter = { path = "../yazi-adapter", version = "25.9.15" } -yazi-config = { path = "../yazi-config", version = "25.9.15" } -yazi-fs = { path = "../yazi-fs", version = "25.9.15" } -yazi-macro = { path = "../yazi-macro", version = "25.9.15" } -yazi-shared = { path = "../yazi-shared", version = "25.9.15" } -yazi-vfs = { path = "../yazi-vfs", version = "25.9.15" } +yazi-adapter = { path = "../yazi-adapter", version = "25.12.29" } +yazi-config = { path = "../yazi-config", version = "25.12.29" } +yazi-fs = { path = "../yazi-fs", version = "25.12.29" } +yazi-macro = { path = "../yazi-macro", version = "25.12.29" } +yazi-shared = { path = "../yazi-shared", version = "25.12.29" } +yazi-vfs = { path = "../yazi-vfs", version = "25.12.29" } # External dependencies clap = { workspace = true } @@ -26,7 +26,7 @@ hashbrown = { workspace = true } regex = { workspace = true } [build-dependencies] -yazi-shared = { path = "../yazi-shared", version = "25.9.15" } +yazi-shared = { path = "../yazi-shared", version = "25.12.29" } # External dependencies clap = { workspace = true } diff --git a/yazi-build/Cargo.toml b/yazi-build/Cargo.toml index 04bc8e69..200e9a7e 100644 --- a/yazi-build/Cargo.toml +++ b/yazi-build/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yazi-build" -version = "25.9.15" +version = "25.12.29" edition = "2024" license = "MIT" authors = [ "sxyazi " ] @@ -18,7 +18,7 @@ panic = "abort" strip = true [build-dependencies] -yazi-term = { path = "../yazi-term", version = "25.9.15" } +yazi-term = { path = "../yazi-term", version = "25.12.29" } [[bin]] name = "yazi-build" diff --git a/yazi-cli/Cargo.toml b/yazi-cli/Cargo.toml index b62fa549..ac72a8b1 100644 --- a/yazi-cli/Cargo.toml +++ b/yazi-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yazi-cli" -version = "25.9.15" +version = "25.12.29" edition = "2024" license = "MIT" authors = [ "sxyazi " ] @@ -22,11 +22,11 @@ inherits = "release" panic = "unwind" [dependencies] -yazi-boot = { path = "../yazi-boot", version = "25.9.15" } -yazi-dds = { path = "../yazi-dds", version = "25.9.15" } -yazi-fs = { path = "../yazi-fs", version = "25.9.15" } -yazi-macro = { path = "../yazi-macro", version = "25.9.15" } -yazi-shared = { path = "../yazi-shared", version = "25.9.15" } +yazi-boot = { path = "../yazi-boot", version = "25.12.29" } +yazi-dds = { path = "../yazi-dds", version = "25.12.29" } +yazi-fs = { path = "../yazi-fs", version = "25.12.29" } +yazi-macro = { path = "../yazi-macro", version = "25.12.29" } +yazi-shared = { path = "../yazi-shared", version = "25.12.29" } # External dependencies anyhow = { workspace = true } @@ -39,7 +39,7 @@ toml = { workspace = true } twox-hash = { workspace = true } [build-dependencies] -yazi-shared = { path = "../yazi-shared", version = "25.9.15" } +yazi-shared = { path = "../yazi-shared", version = "25.12.29" } # External build dependencies anyhow = { workspace = true } diff --git a/yazi-codegen/Cargo.toml b/yazi-codegen/Cargo.toml index 08af4e41..ffc132d0 100644 --- a/yazi-codegen/Cargo.toml +++ b/yazi-codegen/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yazi-codegen" -version = "25.9.15" +version = "25.12.29" edition = "2024" license = "MIT" authors = [ "sxyazi " ] diff --git a/yazi-config/Cargo.toml b/yazi-config/Cargo.toml index 7736f0dc..b721f909 100644 --- a/yazi-config/Cargo.toml +++ b/yazi-config/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yazi-config" -version = "25.9.15" +version = "25.12.29" edition = "2024" license = "MIT" authors = [ "sxyazi " ] @@ -12,11 +12,11 @@ repository = "https://github.com/sxyazi/yazi" workspace = true [dependencies] -yazi-codegen = { path = "../yazi-codegen", version = "25.9.15" } -yazi-fs = { path = "../yazi-fs", version = "25.9.15" } -yazi-macro = { path = "../yazi-macro", version = "25.9.15" } -yazi-shared = { path = "../yazi-shared", version = "25.9.15" } -yazi-term = { path = "../yazi-term", version = "25.9.15" } +yazi-codegen = { path = "../yazi-codegen", version = "25.12.29" } +yazi-fs = { path = "../yazi-fs", version = "25.12.29" } +yazi-macro = { path = "../yazi-macro", version = "25.12.29" } +yazi-shared = { path = "../yazi-shared", version = "25.12.29" } +yazi-term = { path = "../yazi-term", version = "25.12.29" } # External dependencies anyhow = { workspace = true } diff --git a/yazi-core/Cargo.toml b/yazi-core/Cargo.toml index 4a12ce0e..08bef453 100644 --- a/yazi-core/Cargo.toml +++ b/yazi-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yazi-core" -version = "25.9.15" +version = "25.12.29" edition = "2024" license = "MIT" authors = [ "sxyazi " ] @@ -12,19 +12,19 @@ repository = "https://github.com/sxyazi/yazi" workspace = true [dependencies] -yazi-adapter = { path = "../yazi-adapter", version = "25.9.15" } -yazi-config = { path = "../yazi-config", version = "25.9.15" } -yazi-dds = { path = "../yazi-dds", version = "25.9.15" } -yazi-fs = { path = "../yazi-fs", version = "25.9.15" } -yazi-macro = { path = "../yazi-macro", version = "25.9.15" } -yazi-parser = { path = "../yazi-parser", version = "25.9.15" } -yazi-plugin = { path = "../yazi-plugin", version = "25.9.15" } -yazi-proxy = { path = "../yazi-proxy", version = "25.9.15" } -yazi-scheduler = { path = "../yazi-scheduler", version = "25.9.15" } -yazi-shared = { path = "../yazi-shared", version = "25.9.15" } -yazi-vfs = { path = "../yazi-vfs", version = "25.9.15" } -yazi-watcher = { path = "../yazi-watcher", version = "25.9.15" } -yazi-widgets = { path = "../yazi-widgets", version = "25.9.15" } +yazi-adapter = { path = "../yazi-adapter", version = "25.12.29" } +yazi-config = { path = "../yazi-config", version = "25.12.29" } +yazi-dds = { path = "../yazi-dds", version = "25.12.29" } +yazi-fs = { path = "../yazi-fs", version = "25.12.29" } +yazi-macro = { path = "../yazi-macro", version = "25.12.29" } +yazi-parser = { path = "../yazi-parser", version = "25.12.29" } +yazi-plugin = { path = "../yazi-plugin", version = "25.12.29" } +yazi-proxy = { path = "../yazi-proxy", version = "25.12.29" } +yazi-scheduler = { path = "../yazi-scheduler", version = "25.12.29" } +yazi-shared = { path = "../yazi-shared", version = "25.12.29" } +yazi-vfs = { path = "../yazi-vfs", version = "25.12.29" } +yazi-watcher = { path = "../yazi-watcher", version = "25.12.29" } +yazi-widgets = { path = "../yazi-widgets", version = "25.12.29" } # External dependencies anyhow = { workspace = true } diff --git a/yazi-dds/Cargo.toml b/yazi-dds/Cargo.toml index 7878cc8d..0262ba94 100644 --- a/yazi-dds/Cargo.toml +++ b/yazi-dds/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yazi-dds" -version = "25.9.15" +version = "25.12.29" edition = "2024" license = "MIT" authors = [ "sxyazi " ] @@ -16,12 +16,12 @@ default = [ "vendored-lua" ] vendored-lua = [ "mlua/vendored" ] [dependencies] -yazi-binding = { path = "../yazi-binding", version = "25.9.15" } -yazi-boot = { path = "../yazi-boot", version = "25.9.15" } -yazi-fs = { path = "../yazi-fs", version = "25.9.15" } -yazi-macro = { path = "../yazi-macro", version = "25.9.15" } -yazi-parser = { path = "../yazi-parser", version = "25.9.15" } -yazi-shared = { path = "../yazi-shared", version = "25.9.15" } +yazi-binding = { path = "../yazi-binding", version = "25.12.29" } +yazi-boot = { path = "../yazi-boot", version = "25.12.29" } +yazi-fs = { path = "../yazi-fs", version = "25.12.29" } +yazi-macro = { path = "../yazi-macro", version = "25.12.29" } +yazi-parser = { path = "../yazi-parser", version = "25.12.29" } +yazi-shared = { path = "../yazi-shared", version = "25.12.29" } # External dependencies anyhow = { workspace = true } diff --git a/yazi-ffi/Cargo.toml b/yazi-ffi/Cargo.toml index 40ae271e..23d80428 100644 --- a/yazi-ffi/Cargo.toml +++ b/yazi-ffi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yazi-ffi" -version = "25.9.15" +version = "25.12.29" edition = "2024" license = "MIT" authors = [ "sxyazi " ] @@ -12,7 +12,7 @@ repository = "https://github.com/sxyazi/yazi" workspace = true [dependencies] -yazi-macro = { path = "../yazi-macro", version = "25.9.15" } +yazi-macro = { path = "../yazi-macro", version = "25.12.29" } # External dependencies anyhow = { workspace = true } diff --git a/yazi-fm/Cargo.toml b/yazi-fm/Cargo.toml index 3968ab5a..bfa2f30b 100644 --- a/yazi-fm/Cargo.toml +++ b/yazi-fm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yazi-fm" -version = "25.9.15" +version = "25.12.29" edition = "2024" license = "MIT" authors = [ "sxyazi " ] @@ -26,23 +26,23 @@ default = [ "vendored-lua" ] vendored-lua = [ "mlua/vendored" ] [dependencies] -yazi-actor = { path = "../yazi-actor", version = "25.9.15" } -yazi-adapter = { path = "../yazi-adapter", version = "25.9.15" } -yazi-binding = { path = "../yazi-binding", version = "25.9.15" } -yazi-boot = { path = "../yazi-boot", version = "25.9.15" } -yazi-config = { path = "../yazi-config", version = "25.9.15" } -yazi-core = { path = "../yazi-core", version = "25.9.15" } -yazi-dds = { path = "../yazi-dds", version = "25.9.15" } -yazi-fs = { path = "../yazi-fs", version = "25.9.15" } -yazi-macro = { path = "../yazi-macro", version = "25.9.15" } -yazi-parser = { path = "../yazi-parser", version = "25.9.15" } -yazi-plugin = { path = "../yazi-plugin", version = "25.9.15" } -yazi-proxy = { path = "../yazi-proxy", version = "25.9.15" } -yazi-shared = { path = "../yazi-shared", version = "25.9.15" } -yazi-term = { path = "../yazi-term", version = "25.9.15" } -yazi-vfs = { path = "../yazi-vfs", version = "25.9.15" } -yazi-watcher = { path = "../yazi-watcher", version = "25.9.15" } -yazi-widgets = { path = "../yazi-widgets", version = "25.9.15" } +yazi-actor = { path = "../yazi-actor", version = "25.12.29" } +yazi-adapter = { path = "../yazi-adapter", version = "25.12.29" } +yazi-binding = { path = "../yazi-binding", version = "25.12.29" } +yazi-boot = { path = "../yazi-boot", version = "25.12.29" } +yazi-config = { path = "../yazi-config", version = "25.12.29" } +yazi-core = { path = "../yazi-core", version = "25.12.29" } +yazi-dds = { path = "../yazi-dds", version = "25.12.29" } +yazi-fs = { path = "../yazi-fs", version = "25.12.29" } +yazi-macro = { path = "../yazi-macro", version = "25.12.29" } +yazi-parser = { path = "../yazi-parser", version = "25.12.29" } +yazi-plugin = { path = "../yazi-plugin", version = "25.12.29" } +yazi-proxy = { path = "../yazi-proxy", version = "25.12.29" } +yazi-shared = { path = "../yazi-shared", version = "25.12.29" } +yazi-term = { path = "../yazi-term", version = "25.12.29" } +yazi-vfs = { path = "../yazi-vfs", version = "25.12.29" } +yazi-watcher = { path = "../yazi-watcher", version = "25.12.29" } +yazi-widgets = { path = "../yazi-widgets", version = "25.12.29" } # External dependencies anyhow = { workspace = true } diff --git a/yazi-fs/Cargo.toml b/yazi-fs/Cargo.toml index 9222758c..d2b03e34 100644 --- a/yazi-fs/Cargo.toml +++ b/yazi-fs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yazi-fs" -version = "25.9.15" +version = "25.12.29" edition = "2024" license = "MIT" authors = [ "sxyazi " ] @@ -12,10 +12,10 @@ repository = "https://github.com/sxyazi/yazi" workspace = true [dependencies] -yazi-ffi = { path = "../yazi-ffi", version = "25.9.15" } -yazi-macro = { path = "../yazi-macro", version = "25.9.15" } -yazi-shared = { path = "../yazi-shared", version = "25.9.15" } -yazi-shim = { path = "../yazi-shim", version = "25.9.15" } +yazi-ffi = { path = "../yazi-ffi", version = "25.12.29" } +yazi-macro = { path = "../yazi-macro", version = "25.12.29" } +yazi-shared = { path = "../yazi-shared", version = "25.12.29" } +yazi-shim = { path = "../yazi-shim", version = "25.12.29" } # External dependencies anyhow = { workspace = true } diff --git a/yazi-macro/Cargo.toml b/yazi-macro/Cargo.toml index 2b803c84..32f9d1e4 100644 --- a/yazi-macro/Cargo.toml +++ b/yazi-macro/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yazi-macro" -version = "25.9.15" +version = "25.12.29" edition = "2024" license = "MIT" authors = [ "sxyazi " ] diff --git a/yazi-packing/Cargo.toml b/yazi-packing/Cargo.toml index 38fea9c8..d259b799 100644 --- a/yazi-packing/Cargo.toml +++ b/yazi-packing/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yazi-packing" -version = "25.9.15" +version = "25.12.29" edition = "2024" license = "MIT" authors = [ "sxyazi " ] diff --git a/yazi-parser/Cargo.toml b/yazi-parser/Cargo.toml index 48fdb2c1..a3147d2a 100644 --- a/yazi-parser/Cargo.toml +++ b/yazi-parser/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yazi-parser" -version = "25.9.15" +version = "25.12.29" edition = "2024" license = "MIT" authors = [ "sxyazi " ] @@ -16,13 +16,13 @@ default = [ "vendored-lua" ] vendored-lua = [ "mlua/vendored" ] [dependencies] -yazi-binding = { path = "../yazi-binding", version = "25.9.15" } -yazi-boot = { path = "../yazi-boot", version = "25.9.15" } -yazi-config = { path = "../yazi-config", version = "25.9.15" } -yazi-fs = { path = "../yazi-fs", version = "25.9.15" } -yazi-macro = { path = "../yazi-macro", version = "25.9.15" } -yazi-shared = { path = "../yazi-shared", version = "25.9.15" } -yazi-vfs = { path = "../yazi-vfs", version = "25.9.15" } +yazi-binding = { path = "../yazi-binding", version = "25.12.29" } +yazi-boot = { path = "../yazi-boot", version = "25.12.29" } +yazi-config = { path = "../yazi-config", version = "25.12.29" } +yazi-fs = { path = "../yazi-fs", version = "25.12.29" } +yazi-macro = { path = "../yazi-macro", version = "25.12.29" } +yazi-shared = { path = "../yazi-shared", version = "25.12.29" } +yazi-vfs = { path = "../yazi-vfs", version = "25.12.29" } # External dependencies anyhow = { workspace = true } diff --git a/yazi-plugin/Cargo.toml b/yazi-plugin/Cargo.toml index b573428c..ef0553c4 100644 --- a/yazi-plugin/Cargo.toml +++ b/yazi-plugin/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yazi-plugin" -version = "25.9.15" +version = "25.12.29" edition = "2024" license = "MIT" authors = [ "sxyazi " ] @@ -16,19 +16,19 @@ default = [ "vendored-lua" ] vendored-lua = [ "mlua/vendored" ] [dependencies] -yazi-adapter = { path = "../yazi-adapter", version = "25.9.15" } -yazi-binding = { path = "../yazi-binding", version = "25.9.15" } -yazi-boot = { path = "../yazi-boot", version = "25.9.15" } -yazi-config = { path = "../yazi-config", version = "25.9.15" } -yazi-dds = { path = "../yazi-dds", version = "25.9.15" } -yazi-fs = { path = "../yazi-fs", version = "25.9.15" } -yazi-macro = { path = "../yazi-macro", version = "25.9.15" } -yazi-parser = { path = "../yazi-parser", version = "25.9.15" } -yazi-proxy = { path = "../yazi-proxy", version = "25.9.15" } -yazi-shared = { path = "../yazi-shared", version = "25.9.15" } -yazi-shim = { path = "../yazi-shim", version = "25.9.15" } -yazi-vfs = { path = "../yazi-vfs", version = "25.9.15" } -yazi-widgets = { path = "../yazi-widgets", version = "25.9.15" } +yazi-adapter = { path = "../yazi-adapter", version = "25.12.29" } +yazi-binding = { path = "../yazi-binding", version = "25.12.29" } +yazi-boot = { path = "../yazi-boot", version = "25.12.29" } +yazi-config = { path = "../yazi-config", version = "25.12.29" } +yazi-dds = { path = "../yazi-dds", version = "25.12.29" } +yazi-fs = { path = "../yazi-fs", version = "25.12.29" } +yazi-macro = { path = "../yazi-macro", version = "25.12.29" } +yazi-parser = { path = "../yazi-parser", version = "25.12.29" } +yazi-proxy = { path = "../yazi-proxy", version = "25.12.29" } +yazi-shared = { path = "../yazi-shared", version = "25.12.29" } +yazi-shim = { path = "../yazi-shim", version = "25.12.29" } +yazi-vfs = { path = "../yazi-vfs", version = "25.12.29" } +yazi-widgets = { path = "../yazi-widgets", version = "25.12.29" } # External dependencies anyhow = { workspace = true } diff --git a/yazi-proxy/Cargo.toml b/yazi-proxy/Cargo.toml index a2ec00ac..00b684c1 100644 --- a/yazi-proxy/Cargo.toml +++ b/yazi-proxy/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yazi-proxy" -version = "25.9.15" +version = "25.12.29" edition = "2024" license = "MIT" authors = [ "sxyazi " ] @@ -12,10 +12,10 @@ repository = "https://github.com/sxyazi/yazi" workspace = true [dependencies] -yazi-config = { path = "../yazi-config", version = "25.9.15" } -yazi-macro = { path = "../yazi-macro", version = "25.9.15" } -yazi-parser = { path = "../yazi-parser", version = "25.9.15" } -yazi-shared = { path = "../yazi-shared", version = "25.9.15" } +yazi-config = { path = "../yazi-config", version = "25.12.29" } +yazi-macro = { path = "../yazi-macro", version = "25.12.29" } +yazi-parser = { path = "../yazi-parser", version = "25.12.29" } +yazi-shared = { path = "../yazi-shared", version = "25.12.29" } # External dependencies anyhow = { workspace = true } diff --git a/yazi-scheduler/Cargo.toml b/yazi-scheduler/Cargo.toml index 01ae27d0..3279d3d7 100644 --- a/yazi-scheduler/Cargo.toml +++ b/yazi-scheduler/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yazi-scheduler" -version = "25.9.15" +version = "25.12.29" edition = "2024" license = "MIT" authors = [ "sxyazi " ] @@ -12,16 +12,16 @@ repository = "https://github.com/sxyazi/yazi" workspace = true [dependencies] -yazi-binding = { path = "../yazi-binding", version = "25.9.15" } -yazi-config = { path = "../yazi-config", version = "25.9.15" } -yazi-dds = { path = "../yazi-dds", version = "25.9.15" } -yazi-fs = { path = "../yazi-fs", version = "25.9.15" } -yazi-macro = { path = "../yazi-macro", version = "25.9.15" } -yazi-parser = { path = "../yazi-parser", version = "25.9.15" } -yazi-plugin = { path = "../yazi-plugin", version = "25.9.15" } -yazi-proxy = { path = "../yazi-proxy", version = "25.9.15" } -yazi-shared = { path = "../yazi-shared", version = "25.9.15" } -yazi-vfs = { path = "../yazi-vfs", version = "25.9.15" } +yazi-binding = { path = "../yazi-binding", version = "25.12.29" } +yazi-config = { path = "../yazi-config", version = "25.12.29" } +yazi-dds = { path = "../yazi-dds", version = "25.12.29" } +yazi-fs = { path = "../yazi-fs", version = "25.12.29" } +yazi-macro = { path = "../yazi-macro", version = "25.12.29" } +yazi-parser = { path = "../yazi-parser", version = "25.12.29" } +yazi-plugin = { path = "../yazi-plugin", version = "25.12.29" } +yazi-proxy = { path = "../yazi-proxy", version = "25.12.29" } +yazi-shared = { path = "../yazi-shared", version = "25.12.29" } +yazi-vfs = { path = "../yazi-vfs", version = "25.12.29" } # External dependencies anyhow = { workspace = true } diff --git a/yazi-sftp/Cargo.toml b/yazi-sftp/Cargo.toml index b9f2606a..90a78f0d 100644 --- a/yazi-sftp/Cargo.toml +++ b/yazi-sftp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yazi-sftp" -version = "0.1.0" +version = "25.12.29" edition = "2024" license = "MIT" authors = [ "AspectUnk", "sxyazi " ] diff --git a/yazi-shared/Cargo.toml b/yazi-shared/Cargo.toml index 7a4cece6..2018368d 100644 --- a/yazi-shared/Cargo.toml +++ b/yazi-shared/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yazi-shared" -version = "25.9.15" +version = "25.12.29" edition = "2024" license = "MIT" authors = [ "sxyazi " ] @@ -13,7 +13,7 @@ rust-version = "1.91.0" workspace = true [dependencies] -yazi-macro = { path = "../yazi-macro", version = "25.9.15" } +yazi-macro = { path = "../yazi-macro", version = "25.12.29" } # External dependencies anyhow = { workspace = true } diff --git a/yazi-shim/Cargo.toml b/yazi-shim/Cargo.toml index 6933f1ab..d033d37e 100644 --- a/yazi-shim/Cargo.toml +++ b/yazi-shim/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yazi-shim" -version = "25.9.15" +version = "25.12.29" edition = "2024" license = "MIT" authors = [ "sxyazi " ] @@ -12,7 +12,7 @@ repository = "https://github.com/sxyazi/yazi" workspace = true [dependencies] -yazi-macro = { path = "../yazi-macro", version = "25.9.15" } +yazi-macro = { path = "../yazi-macro", version = "25.12.29" } # External dependencies twox-hash = { workspace = true } diff --git a/yazi-term/Cargo.toml b/yazi-term/Cargo.toml index d522deb5..8922b183 100644 --- a/yazi-term/Cargo.toml +++ b/yazi-term/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yazi-term" -version = "25.9.15" +version = "25.12.29" edition = "2024" license = "MIT" authors = [ "sxyazi " ] @@ -12,8 +12,8 @@ repository = "https://github.com/sxyazi/yazi" workspace = true [dependencies] -yazi-macro = { path = "../yazi-macro", version = "25.9.15" } -yazi-shared = { path = "../yazi-shared", version = "25.9.15" } +yazi-macro = { path = "../yazi-macro", version = "25.12.29" } +yazi-shared = { path = "../yazi-shared", version = "25.12.29" } # Logging tracing = { workspace = true } diff --git a/yazi-vfs/Cargo.toml b/yazi-vfs/Cargo.toml index 53c524b0..db0aad08 100644 --- a/yazi-vfs/Cargo.toml +++ b/yazi-vfs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yazi-vfs" -version = "25.9.15" +version = "25.12.29" edition = "2024" license = "MIT" authors = [ "sxyazi " ] @@ -12,11 +12,11 @@ repository = "https://github.com/sxyazi/yazi" workspace = true [dependencies] -yazi-config = { path = "../yazi-config", version = "25.9.15" } -yazi-fs = { path = "../yazi-fs", version = "25.9.15" } -yazi-macro = { path = "../yazi-macro", version = "25.9.15" } -yazi-sftp = { path = "../yazi-sftp", version = "0.1.0" } -yazi-shared = { path = "../yazi-shared", version = "25.9.15" } +yazi-config = { path = "../yazi-config", version = "25.12.29" } +yazi-fs = { path = "../yazi-fs", version = "25.12.29" } +yazi-macro = { path = "../yazi-macro", version = "25.12.29" } +yazi-sftp = { path = "../yazi-sftp", version = "25.12.29" } +yazi-shared = { path = "../yazi-shared", version = "25.12.29" } # External dependencies anyhow = { workspace = true } diff --git a/yazi-watcher/Cargo.toml b/yazi-watcher/Cargo.toml index ed9af0ba..270f121d 100644 --- a/yazi-watcher/Cargo.toml +++ b/yazi-watcher/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yazi-watcher" -version = "25.9.15" +version = "25.12.29" edition = "2024" license = "MIT" authors = [ "sxyazi " ] @@ -12,13 +12,13 @@ repository = "https://github.com/sxyazi/yazi" workspace = true [dependencies] -yazi-adapter = { path = "../yazi-adapter", version = "25.9.15" } -yazi-dds = { path = "../yazi-dds", version = "25.9.15" } -yazi-fs = { path = "../yazi-fs", version = "25.9.15" } -yazi-macro = { path = "../yazi-macro", version = "25.9.15" } -yazi-proxy = { path = "../yazi-proxy", version = "25.9.15" } -yazi-shared = { path = "../yazi-shared", version = "25.9.15" } -yazi-vfs = { path = "../yazi-vfs", version = "25.9.15" } +yazi-adapter = { path = "../yazi-adapter", version = "25.12.29" } +yazi-dds = { path = "../yazi-dds", version = "25.12.29" } +yazi-fs = { path = "../yazi-fs", version = "25.12.29" } +yazi-macro = { path = "../yazi-macro", version = "25.12.29" } +yazi-proxy = { path = "../yazi-proxy", version = "25.12.29" } +yazi-shared = { path = "../yazi-shared", version = "25.12.29" } +yazi-vfs = { path = "../yazi-vfs", version = "25.12.29" } # Logging tracing = { workspace = true } diff --git a/yazi-widgets/Cargo.toml b/yazi-widgets/Cargo.toml index b7909ba5..c089a141 100644 --- a/yazi-widgets/Cargo.toml +++ b/yazi-widgets/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yazi-widgets" -version = "25.9.15" +version = "25.12.29" edition = "2024" license = "MIT" authors = [ "sxyazi " ] @@ -12,12 +12,12 @@ repository = "https://github.com/sxyazi/yazi" workspace = true [dependencies] -yazi-binding = { path = "../yazi-binding", version = "25.9.15" } -yazi-config = { path = "../yazi-config", version = "25.9.15" } -yazi-macro = { path = "../yazi-macro", version = "25.9.15" } -yazi-parser = { path = "../yazi-parser", version = "25.9.15" } -yazi-shared = { path = "../yazi-shared", version = "25.9.15" } -yazi-term = { path = "../yazi-term", version = "25.9.15" } +yazi-binding = { path = "../yazi-binding", version = "25.12.29" } +yazi-config = { path = "../yazi-config", version = "25.12.29" } +yazi-macro = { path = "../yazi-macro", version = "25.12.29" } +yazi-parser = { path = "../yazi-parser", version = "25.12.29" } +yazi-shared = { path = "../yazi-shared", version = "25.12.29" } +yazi-term = { path = "../yazi-term", version = "25.12.29" } # External dependencies anyhow = { workspace = true }