Accepting request 1144959 from utilities

- Update to version 0.2.3:
  * chore: bump version to 0.2.3
  * feat: if input is empty, close it on `backspace` command (#630)
  * feat: add `ya.quote()` function instead of `ya.shell_join()`
  * fix: task manager not re-rendering after progress update (#633)
  * fix: hidden attribute of files on Windows (#632)
  * feat: support char device in filetype (#628)
  * feat: add `ya.shell_join()` API
  * fix: attach plugin `args` to the `entry` method for better future optimization possibilities (#627)
  * feat: `app_emit` and `manager_emit` accepts boolean, integer, and number as option values (#625)
  * fix: image rotation with orientation 4
  * feat: add `plugin` command to each layer
  * feat: plugin interface for key events via `ya.which()` (#617)
  * perf: use lazy sorting when loading large directories to reduce unnecessary CPU consumption (#607)
  * feat: make `trash` crate optional on Android (#600)
  * feat: support `unyank` (#313)
  * refactor: use `Cmd` instead of `Exec` (#604)
  * perf: read directory in bulk in the background at startup (#599)
  * feat: preview image over SSH (#585)
  * feat: plugin-specific state persistence (#590)
  * feat: support passing arguments to plugin (#587)
  * feat: allow to configure image filter (#586)
  * feat: shorten unit names and add more units to `ya.readable_size`
  * fix: parent folder not tracking CWD (#581)
  * feat: new `image_quality` and `sixel_fraction` options to allow users to configure the image preview quality (#576)
  * fix: input offset is not reset when renaming with `--cursor=start` and the filename is too long (#575)
  * feat: customizing the number of columns of "which key" component (#571)

OBS-URL: https://build.opensuse.org/request/show/1144959
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yazi?expand=0&rev=2
This commit is contained in:
Ana Guerrero 2024-02-07 17:51:08 +00:00 committed by Git OBS Bridge
commit 881f356cb9
8 changed files with 42 additions and 11 deletions

View File

@ -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.2.2</param>
<param name="revision">v0.2.3</param>
<param name="match-tag">*</param>
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
<param name="versionrewrite-replacement">\1</param>

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/sxyazi/yazi.git</param>
<param name="changesrevision">a19e263242488ecc8c76eb5b16af8185bb2e0f64</param></service></servicedata>
<param name="changesrevision">0d7e977076faaa8803ce6179c57e9bd868d38a1c</param></service></servicedata>

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4655dce7f8b82f1d296977a3668df8dc999ac86de8d6ca59e384889df054910c
size 48112606
oid sha256:0ed405f1ab12d37123ae0fdb8bb8fa4cf1f68be51cf20d2a81ef05add3ae64fc
size 48974046

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:499a74747ec3466ae58850b3b5edcbf8d7e6f2f9cbf51ce7c33d5f268c269cca
size 1203212

3
yazi-0.2.3.obscpio Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:90c49301acafa867f4b31ac6bc1432c0c8ac3f631aede6cee57caf20b2063456
size 1218572

View File

@ -1,3 +1,34 @@
-------------------------------------------------------------------
Wed Feb 07 14:25:50 UTC 2024 - xtexchooser@duck.com
- Update to version 0.2.3:
* chore: bump version to 0.2.3
* feat: if input is empty, close it on `backspace` command (#630)
* feat: add `ya.quote()` function instead of `ya.shell_join()`
* fix: task manager not re-rendering after progress update (#633)
* fix: hidden attribute of files on Windows (#632)
* feat: support char device in filetype (#628)
* feat: add `ya.shell_join()` API
* fix: attach plugin `args` to the `entry` method for better future optimization possibilities (#627)
* feat: `app_emit` and `manager_emit` accepts boolean, integer, and number as option values (#625)
* fix: image rotation with orientation 4
* feat: add `plugin` command to each layer
* feat: plugin interface for key events via `ya.which()` (#617)
* perf: use lazy sorting when loading large directories to reduce unnecessary CPU consumption (#607)
* feat: make `trash` crate optional on Android (#600)
* feat: support `unyank` (#313)
* refactor: use `Cmd` instead of `Exec` (#604)
* perf: read directory in bulk in the background at startup (#599)
* feat: preview image over SSH (#585)
* feat: plugin-specific state persistence (#590)
* feat: support passing arguments to plugin (#587)
* feat: allow to configure image filter (#586)
* feat: shorten unit names and add more units to `ya.readable_size`
* fix: parent folder not tracking CWD (#581)
* feat: new `image_quality` and `sixel_fraction` options to allow users to configure the image preview quality (#576)
* fix: input offset is not reset when renaming with `--cursor=start` and the filename is too long (#575)
* feat: customizing the number of columns of "which key" component (#571)
-------------------------------------------------------------------
Fri Feb 2 00:15:25 UTC 2024 - xtexChooser <xtexchooser@duck.com>

View File

@ -1,4 +1,4 @@
name: yazi
version: 0.2.2
mtime: 1706058671
commit: a19e263242488ecc8c76eb5b16af8185bb2e0f64
version: 0.2.3
mtime: 1707275903
commit: 0d7e977076faaa8803ce6179c57e9bd868d38a1c

View File

@ -17,7 +17,7 @@
Name: yazi
Version: 0.2.2
Version: 0.2.3
Release: 0
Summary: Blazing fast terminal file manager written in Rust, based on async I/O
License: MIT