- 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/package/show/utilities/yazi?expand=0&rev=9
This commit is contained in:
parent
7d64f7edc9
commit
6547672a1e
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.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>
|
||||
|
@ -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>
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4655dce7f8b82f1d296977a3668df8dc999ac86de8d6ca59e384889df054910c
|
||||
size 48112606
|
||||
oid sha256:0ed405f1ab12d37123ae0fdb8bb8fa4cf1f68be51cf20d2a81ef05add3ae64fc
|
||||
size 48974046
|
||||
|
@ -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
3
yazi-0.2.3.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:90c49301acafa867f4b31ac6bc1432c0c8ac3f631aede6cee57caf20b2063456
|
||||
size 1218572
|
30
yazi.changes
30
yazi.changes
@ -1,7 +1,33 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 7 01:57:53 UTC 2024 - xtexChooser <xtexchooser@duck.com>
|
||||
Wed Feb 07 14:25:50 UTC 2024 - xtexchooser@duck.com
|
||||
|
||||
- Enlarge build disk
|
||||
- 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>
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: yazi
|
||||
version: 0.2.2
|
||||
mtime: 1706058671
|
||||
commit: a19e263242488ecc8c76eb5b16af8185bb2e0f64
|
||||
version: 0.2.3
|
||||
mtime: 1707275903
|
||||
commit: 0d7e977076faaa8803ce6179c57e9bd868d38a1c
|
||||
|
Loading…
x
Reference in New Issue
Block a user