Accepting request 1244345 from utilities
- Update to version 25.2.7: * chore: bump version to 25.2.7 (#2301) * feat: use positional argument instead of `--args` for the `plugin` command (#2299) * feat: support end of options (`--`) marker for all commands (#2298) * docs: update Windows Terminal image preview support to Stable (#2296) * feat: new `arrow top` and `arrow bot` commands to jump to the top and bottom (#2294) * feat: switch to Calendar Versioning (#2291) * feat: new `@since` plugin annotation to specify the minimum supported Yazi version (#2290) * fix: enable unwinding on Windows release builds (#2286) * docs: Warp sponsorship (#2282) * fix: correct shell quotes for Unicode on Windows (#2285) * fix: squeeze the parent directory offset after terminal size change (#2275) * docs: add Bobcat to the list of VTEs with images preview support (#2269) * feat: `ya pack` supports adding and deleting multiple packages at the same time (#2257) * feat: allow preloaders to return an optional `Error` to describe the failure (#2253) * feat: new `cx.layer` API to determine the current UI layer (#2247) * feat: support `package.toml` as a symlink (#2245) * fix: ensure the selected file list is always ordered (#2244) * feat: wrap long task descriptions (#2243) * fix: JSON value `null` should be deserialized as Lua `nil`, not lightweight userdata `null` (#2242) * feat: apply natural sort to partitions on both Linux and macOS (#2235) * fix: use `u32` for parsing Linux partition blocks (#2234) * fix: unmangle the hexadecimal space strings (`"\x20"`) in Linux partition labels (#2233) * feat: support local `tmux` image preview over SSH (#2229) * fix: ignore completions artifacts (#2226) * fix: sync block execution failed due to `Runtime` mutably borrowed more than once (#2225) * perf: detach the watch registration from the main thread (#2224) * ci(snap): correct arm64 runner OS (#2217) * feat: more complete hovered file cursor tracking (#2218) * fix(nix): rust overlay infinite recursion (#2216) * ci: use GitHub Linux arm64 runners for the snap build (#2214) * feat: mount manager (#2199) * feat: channel and multi-concurrent task join support for the plugin system (#2210) * feat: custom modal component API (#2205) * feat: arm64 Snap package (#2188) * fix: wrong description of the `swipe` command (#2197) * feat: new `ya pack -d` subcommand to delete packages (#2181) * feat: new `--no-cwd-file` option for the `close` command (#2185) * fix: incorrect monorepo sub-plugin path resolution (#2186) * feat: allow `YAZI_LOG` to control the log level of Überzug++ (#2183) * docs: correct the `cargo test` command in the contribution guide (#2182) * feat: replace mode and Vim motions (`W`, `E`, `B`, `^`, `_`) for inputs (#2143) * feat: more decent package locking mechanism (#2168) * feat: support `application/mbox` mimetype (#2173) * feat: sort search results by full URN (#2164) * fix: typo in the argument documentation for the CLI (#2158) * feat: support and hide Windows system files by default (#2149) * fix: correct Vec capacity allocation caused by variable name shadowing (#2139) * fix: `before_ext` should exclude directories since only files have extensions (#2132) * fix: handle broken pipe errors gracefully (#2110) * feat: prompt users without `fzf` for the `zoxide` plugin (#2122) * fix: don't check if has a hovered file in advance, only do so when `--hovered` is explicitly specified (#2105) * docs: update the links in the README (#2103) * fix: add Alacritty to the database as a terminal that doesn't support any image protocol (#2107) * fix: reversed style shouldn't be applied to the entire text block * ci: add new linux targets (#2099) * feat: new `ya.confirm()` API (#2095) * fix: element style of `ui.Text` was not applied to the entire area (#2093) * feat: add `cbr` and `cbz` as valid archive extensions (#2077) * feat: theme support for the spotter border and title (#2002) * chore: bump version to 0.4.3 OBS-URL: https://build.opensuse.org/request/show/1244345 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yazi?expand=0&rev=6
This commit is contained in:
commit
a0eaba7a9e
2
_service
2
_service
@ -3,7 +3,7 @@
|
||||
<param name="url">https://github.com/sxyazi/yazi.git</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">v0.4.2</param>
|
||||
<param name="revision">v25.2.7</param>
|
||||
<param name="match-tag">v*</param>
|
||||
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/sxyazi/yazi.git</param>
|
||||
<param name="changesrevision">5cfcab305ef0a02771b3bd651ed343e436fc7f7e</param></service></servicedata>
|
||||
<param name="changesrevision">17ff1e8812304d52aab56eb5dd6a220578a0dd74</param></service></servicedata>
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9489eead66d36ff56f2f07baa7d23aea963575f839e42ffea48ac3a21117355a
|
||||
size 41678131
|
||||
oid sha256:a81b311fc2ace3d02fefdb87ed79edf06f7c6416453dfddd1672080dbe9fe03a
|
||||
size 38139077
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2780ce6e2f8f73daa6673d27f9e1a5a04722c25d157b93b1b22b8f06307e740c
|
||||
size 1720332
|
3
yazi-25.2.7.obscpio
Normal file
3
yazi-25.2.7.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3395e4d50e6aebed5cb448539ed54e88014e054b836d32c0e3a358bdf353c98d
|
||||
size 1780236
|
65
yazi.changes
65
yazi.changes
@ -1,3 +1,68 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 07 18:36:11 UTC 2025 - kskarthik@disroot.org
|
||||
|
||||
- Update to version 25.2.7:
|
||||
* chore: bump version to 25.2.7 (#2301)
|
||||
* feat: use positional argument instead of `--args` for the `plugin` command (#2299)
|
||||
* feat: support end of options (`--`) marker for all commands (#2298)
|
||||
* docs: update Windows Terminal image preview support to Stable (#2296)
|
||||
* feat: new `arrow top` and `arrow bot` commands to jump to the top and bottom (#2294)
|
||||
* feat: switch to Calendar Versioning (#2291)
|
||||
* feat: new `@since` plugin annotation to specify the minimum supported Yazi version (#2290)
|
||||
* fix: enable unwinding on Windows release builds (#2286)
|
||||
* docs: Warp sponsorship (#2282)
|
||||
* fix: correct shell quotes for Unicode on Windows (#2285)
|
||||
* fix: squeeze the parent directory offset after terminal size change (#2275)
|
||||
* docs: add Bobcat to the list of VTEs with images preview support (#2269)
|
||||
* feat: `ya pack` supports adding and deleting multiple packages at the same time (#2257)
|
||||
* feat: allow preloaders to return an optional `Error` to describe the failure (#2253)
|
||||
* feat: new `cx.layer` API to determine the current UI layer (#2247)
|
||||
* feat: support `package.toml` as a symlink (#2245)
|
||||
* fix: ensure the selected file list is always ordered (#2244)
|
||||
* feat: wrap long task descriptions (#2243)
|
||||
* fix: JSON value `null` should be deserialized as Lua `nil`, not lightweight userdata `null` (#2242)
|
||||
* feat: apply natural sort to partitions on both Linux and macOS (#2235)
|
||||
* fix: use `u32` for parsing Linux partition blocks (#2234)
|
||||
* fix: unmangle the hexadecimal space strings (`"\x20"`) in Linux partition labels (#2233)
|
||||
* feat: support local `tmux` image preview over SSH (#2229)
|
||||
* fix: ignore completions artifacts (#2226)
|
||||
* fix: sync block execution failed due to `Runtime` mutably borrowed more than once (#2225)
|
||||
* perf: detach the watch registration from the main thread (#2224)
|
||||
* ci(snap): correct arm64 runner OS (#2217)
|
||||
* feat: more complete hovered file cursor tracking (#2218)
|
||||
* fix(nix): rust overlay infinite recursion (#2216)
|
||||
* ci: use GitHub Linux arm64 runners for the snap build (#2214)
|
||||
* feat: mount manager (#2199)
|
||||
* feat: channel and multi-concurrent task join support for the plugin system (#2210)
|
||||
* feat: custom modal component API (#2205)
|
||||
* feat: arm64 Snap package (#2188)
|
||||
* fix: wrong description of the `swipe` command (#2197)
|
||||
* feat: new `ya pack -d` subcommand to delete packages (#2181)
|
||||
* feat: new `--no-cwd-file` option for the `close` command (#2185)
|
||||
* fix: incorrect monorepo sub-plugin path resolution (#2186)
|
||||
* feat: allow `YAZI_LOG` to control the log level of Überzug++ (#2183)
|
||||
* docs: correct the `cargo test` command in the contribution guide (#2182)
|
||||
* feat: replace mode and Vim motions (`W`, `E`, `B`, `^`, `_`) for inputs (#2143)
|
||||
* feat: more decent package locking mechanism (#2168)
|
||||
* feat: support `application/mbox` mimetype (#2173)
|
||||
* feat: sort search results by full URN (#2164)
|
||||
* fix: typo in the argument documentation for the CLI (#2158)
|
||||
* feat: support and hide Windows system files by default (#2149)
|
||||
* fix: correct Vec capacity allocation caused by variable name shadowing (#2139)
|
||||
* fix: `before_ext` should exclude directories since only files have extensions (#2132)
|
||||
* fix: handle broken pipe errors gracefully (#2110)
|
||||
* feat: prompt users without `fzf` for the `zoxide` plugin (#2122)
|
||||
* fix: don't check if has a hovered file in advance, only do so when `--hovered` is explicitly specified (#2105)
|
||||
* docs: update the links in the README (#2103)
|
||||
* fix: add Alacritty to the database as a terminal that doesn't support any image protocol (#2107)
|
||||
* fix: reversed style shouldn't be applied to the entire text block
|
||||
* ci: add new linux targets (#2099)
|
||||
* feat: new `ya.confirm()` API (#2095)
|
||||
* fix: element style of `ui.Text` was not applied to the entire area (#2093)
|
||||
* feat: add `cbr` and `cbz` as valid archive extensions (#2077)
|
||||
* feat: theme support for the spotter border and title (#2002)
|
||||
* chore: bump version to 0.4.3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 28 16:56:28 UTC 2025 - kskarthik@disroot.org
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: yazi
|
||||
version: 0.4.2
|
||||
mtime: 1734695382
|
||||
commit: 5cfcab305ef0a02771b3bd651ed343e436fc7f7e
|
||||
version: 25.2.7
|
||||
mtime: 1738917769
|
||||
commit: 17ff1e8812304d52aab56eb5dd6a220578a0dd74
|
||||
|
Loading…
x
Reference in New Issue
Block a user