File wayshot.changes of Package wayshot
-------------------------------------------------------------------
Sat Aug 16 23:26:33 UTC 2025 - Soc Virnyl Estela <uncomfyhalomacro@opensuse.org>
- Update to version 1.3.1+git62.g4f130921361abcbf23159478ebb16c25c808f442:
* clippy: apply "collapsible if" suggestion here too
* clippy: apply more "collapsible if" suggestions
* clippy: apply "collapsible if" suggestion
* clippy: apply "collapsible if" suggestion
* clippy: apply clippy fixes
* fix: logic for argument `-` will not produce a file at the current directory
-------------------------------------------------------------------
Thu Jul 17 02:24:13 UTC 2025 - Soc Virnyl Estela <uncomfyhalomacro@opensuse.org>
- Update to version 1.3.1+git56.g28331dcc3886f8b9e6bc09f9951fe59744c16acf:
* fix: not work on niri
* chore: fmt fix
* refactor: update to new waysip api
* Revert "refactor: update code to match new API from libwaysip 0.4"
* refactor: update code to match new API from libwaysip 0.4
-------------------------------------------------------------------
Wed Jun 18 02:46:29 UTC 2025 - Soc Virnyl Estela <uncomfyhalomacro@opensuse.org>
- Update to version 1.3.1+git50.gf7dee21c16980eaabd1394b79ec42710e00bf6e5:
* chore(deps): bump rustix from 1.0.5 to 1.0.7
* chore(deps): bump chrono from 0.4.40 to 0.4.41
* chore(deps): bump libloading from 0.8.6 to 0.8.8
* chore(deps): bump wayland-backend from 0.3.8 to 0.3.10
* chore(deps): bump toml from 0.8.21 to 0.8.23
* chore(deps): bump crate-ci/typos from 1.31.1 to 1.33.1
* feat: upward transfer the features of image (#179)
* chore: update Nix flake (#166)
* chore(deps): bump toml from 0.8.20 to 0.8.21
* chore(deps): bump rustix from 1.0.3 to 1.0.5
* chore(deps): bump flate2 from 1.1.0 to 1.1.1
* chore(deps): bump shellexpand from 3.1.0 to 3.1.1
* chore(deps): bump clap from 4.5.34 to 4.5.37
* chore(deps): bump crate-ci/typos from 1.31.0 to 1.31.1
* chore: clippyfix for 1.86 (#167)
* chore(deps): bump clap from 4.5.32 to 4.5.34
* chore(deps): bump image from 0.25.5 to 0.25.6
* chore(deps): bump crate-ci/typos from 1.30.2 to 1.31.0
* feat: use libwaysip instead of slurp (#152)
* feat: implement config file (2) (#154)
* chore(deps): bump crate-ci/typos from 1.30.1 to 1.30.2 (#155)
* chore(deps): bump rustix from 1.0.2 to 1.0.3 (#156)
* chore: expose capture_output_frame_get_state_shm (#151)
* feat: file-name-format (#145)
* chore: improvements in waymirror-egl example (#146)
* fix: failed test and add ci for test (#149)
* feat: use generics instead every time pass a box (#150)
* chore: add missing doc entry for avif encoding
* Friendly cli (#134)
* Updated wayshot devel for NixOS (#130)
* feat: fix typos and add typos ci (#133)
* chore: run cargo fmt
* chore: run cargo clippy --fix
* chore: edition 2024 migration
* chore(deps): bump clap from 4.5.31 to 4.5.32
* chore(deps): bump wl-clipboard-rs from 0.9.1 to 0.9.2
* fix: minor docs and tracing message fix
* chore: use ok_or_else to find frame format
* feat: add avif extension support (#141)
* Bump rustix from 1.0.1 to 1.0.2 (#138)
* Bump actions/checkout from 2 to 4 (#137)
* ci: add dependabot scans (#135)
* dependencies: bump rustix to 1.0 (#136)
* Update dependencies (#129)
* chore: ci fix (#131)
* Dev branch rebase ( freeze feat, etc ) (#90)
* feat: add support for BGR888 image format (#82)
* chore: Change versioning system in Cargo.toml
* feat: use workspace package control global values
* [bump] wayshot and libwayshot `-dev` tag
-------------------------------------------------------------------
Wed Mar 19 02:17:55 UTC 2025 - Soc Virnyl Estela <uncomfyhalomacro@opensuse.org>
- Update vendor.tar.zst. This updates the vendored dependencies that caused
a build failure because of a new Rust update.
-------------------------------------------------------------------
Thu Aug 22 00:11:32 UTC 2024 - Soc Virnyl Estela <obs@uncomfyhalomacro.pl>
- Update vendor tarball and use cargo home cache
-------------------------------------------------------------------
Mon Dec 18 22:43:02 UTC 2023 - Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
- Remove sed line
-------------------------------------------------------------------
Mon Dec 18 22:28:26 UTC 2023 - Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
- Remove cargo_config
- Update to version 1.3.1:
* New features
- CLI fuzzy selector (--chooseoutput) for screenshots
* Improvements
- Switch log crate with tracing and parallelize image alterations
- Moved multi-monitor logic from wayshot to libwayshot
- Remove uneeded resizes and rotations of image buffers
- Deprecate xdpw fork in favor of the luminous portal
- Update wayland crates
- Note that libwayshot contains breaking changes and improvements
as well but will not be mentioned here since this is wayshot, the cli.
-------------------------------------------------------------------
Tue Aug 29 01:29:21 UTC 2023 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
- Remove cargotoml param in _service.
- Update vendored dependencies.
-------------------------------------------------------------------
Mon Aug 21 03:41:25 UTC 2023 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
- Use upstream source tarball instead of generating through service.
- Update vendored dependencies.
-------------------------------------------------------------------
Sun Aug 13 14:12:30 UTC 2023 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
- Readd accidentally removed vendored deps.
-------------------------------------------------------------------
Sun Aug 13 13:26:50 UTC 2023 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
- Replace obsoleted `disabled` option with `manual`
-------------------------------------------------------------------
Mon Jul 03 07:38:54 UTC 2023 - socvirnyl.estela@gmail.com
- Update to version 1.3.0:
* [refactor] use libwayshot for shm
* [docs] Update documentation
* [feat] Qoi image format supported
* [feat] Multi-output transform handling
* [docs] Remove known bugs section
* [fix] debug and stdout flags should conflict
* [deps] Update dependencies
* [Feat] Multi-output composited screenshots
* [feat] Record output geometry transforms
* [update] Reduce number of roundtrips in get_all_outputs
* [feat] Add nix flake
* [chore] Update xdg-desktop-portal-wlr submodule
* [fix] Incorrect docs dir
* [feature] Split backend into libwayshot
* [feature] Custom XDPW implementation using wayshot
* [update] Upgrade to wayland-rs 0.30.0
* [docs] Update readme to accomodate https://github.com/waycrate/wayshot/pull/35
* [feature] Parse slurp's default geometry output format
* [deps] Remove unused dependency
* [feature] added 10-bit back buffer support
* [contrib/pkgbuild/bin] Remove man pages
* [contrib/pkgbuild/bin] bump version
-------------------------------------------------------------------
Wed Jun 7 14:37:40 UTC 2023 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
- Update vendored dependencies to fix CVE bnc#1212010
-------------------------------------------------------------------
Wed Sep 21 08:41:41 UTC 2022 - socvirnyl.estela@gmail.com
- Update to version 1.2.2:
* [bump] 1.2.2
* [clippy] Remove PartialEq, Eq warning
* [build.rs] Properly gzip the scdoc output
* [update] ignore scdoc output files
* [rustfmt] Fix formatting build.rs
* [contrib/pkgbuild/bin] Update wayshot version
* [bump] 1.2.1
* [build.rs] Fix scdoc parent stdio inheritance
* [contrib/pkgbuild/bin] Update wayshot version
* [bump] 1.2.0
* [chore] Bump dependencies
* [BuildSystem]Don't depend on system shell for scd
* [BuildSystem] Update install step
* [contrib/pkgbuild/bin] Update makedeps
* [contrib/pkgbuild] Fix man-page install paths
* [docs/readme] Formattinge error
* [Restructure] Move pkgbuilds into PKGBUILD
* [contrib/pkgbuild/bin] Add man-page support
* [contrib/pkgbuild/git]Add man-pages to git package
* [BuildSystem] Improve man page installation
* [contrib/pkgbuild/git] Add scdoc to makedeps
* [build.rs] Binary existence check
* [workflow] doc generation
* [docs]Introduce scdoc generation in rust build sys
* [chore] Cargo.lock
* [contrib/pkgbuild/bin] update pkgbuild version
* [backend.rs] PPM optimize performance
* [docs/readme] color picker example
-------------------------------------------------------------------
Thu Aug 4 03:53:24 UTC 2022 - William Brown <william.brown@suse.com>
- bsc#1182059 - CVE-2021-21299 - hyper request smuggling
-------------------------------------------------------------------
Thu Jul 21 05:06:33 UTC 2022 - socvirnyl.estela@gmail.com
- Update to version 1.1.9:
* [backend.rs] Add support for ppm rendering.
* [bump] 1.1.8
* [region-capture] out of bounds detection added
* [update] add output dimension detection
* [update] remove smithay dependency for faster builds
* [push] .editorconfig
* [update] memfd_create - add freebsd to target_os
* [update] Readme.md
* [chore] Cargo.lock
* [update] replace xdg-output-handler with wl_output
-------------------------------------------------------------------
Sun May 29 15:41:06 UTC 2022 - socvirnyl.estela@gmail.com
- Update to version 1.1.7~0:
* [update] replace xdg-output-handler with wl_output
* [update] nix deps bump and add repology to readme
* [update] Sane error message on missing scrcpy.
* [optimize dependencies] - Patch by jirutka
* [update] Workflow.
* [update] Bump dependencies.
* [update] Readme
* [update] Remove testing code.
* [update] Fixes
* [update] Add workflow.
- Use zstd compression :)
-------------------------------------------------------------------
Tue May 17 23:24:39 UTC 2022 - socvirnyl.estela@gmail.com
- Update to version 1.1.5~1:
* [update] Sane error message on missing scrcpy.
* [optimize dependencies] - Patch by jirutka
* [update] Workflow.
* [update] Bump dependencies.
* [update] Readme
* [update] Remove testing code.
* [update] Fixes
* [update] Add workflow.
* [update] fix readme
* [update] Readme.
-------------------------------------------------------------------
Wed Mar 16 00:40:31 UTC 2022 - socvirnyl.estela@gmail.com
- Update to version 1.1.5~0:
* [update] Workflow.
* [update] Bump dependencies.
* [update] Readme
* [update] Remove testing code.
* [update] Fixes
* [update] Add workflow.
* [update] fix readme
* [update] Readme.
* [update]opensuse bin. Thanks to uncomfyhalomacro.
* [update] shm.rs, bug fix
-------------------------------------------------------------------
Fri Mar 11 14:28:00 UTC 2022 - socvirnyl.estela@gmail.com
- Update to version 1.1.5:
* [update] Remove testing code.
* [update] Fixes
* [update] Add workflow.
* [update] fix readme
* [update] Readme.
* [update]opensuse bin. Thanks to uncomfyhalomacro.
* [update] shm.rs, bug fix
* [update] Väinö Mäkelä, Replace unneeded roundtrip calls with dispatch
* [bump] Version updates
* [update] conflict with bin package
-------------------------------------------------------------------
Fri Mar 11 13:35:54 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
- Remove some reduntant Requires
- Remove not needed BuildRequires
-------------------------------------------------------------------
Fri Feb 25 14:45:37 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
- Initial spec