Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Dec 15, 2025

Bumps ratatui-image from 1.0.5 to 8.0.2.

Changelog

Sourced from ratatui-image's changelog.

[8.0.2] - 2025-09-03

  • Performance improvements in kitty and iterm2 protocols
  • Use base64-simd
  • Picker::from_query_stdio returns a halfblocks picker when: no capabilities, stdio query timeout, or no font-size received.
  • Add screenshot test suite to CI
  • Add tokio support to ThreadProtocol
  • Updated to rust 2024
  • Add support for terminals: BobCat, warp

[8.0.1] - 2025-05-30

Fix halfblocks not having the same size as other protocols.

[8.0.0] - 2025-05-18

Fix TextSizingProtocol detection (was incorrectly detecting support on Foot terminal).

Separate "stdio query response" from "capability", as they do not match one-to-one. Moved Capability into the picker module, as the interpretation is done there.

[7.0.0] - 2025-05-18

Picker has a new field / method capabilities, which return the precise capabilities detected by Picker::from_query_stdio. Since the struct now holds a Vec, Picker is no longer derives Copy (but still derives Clone). This uncovered some unnecessary copying on a method that previously consumed self for no good reason.

Add Picker::from_query_stdio_with_options to specifically query for Text Sizing Protocol. Not used in this library, but rather an optional convencience feature so that stdio must not be queried twice by some programs. The capability, if detected, is Capability::TextSizingProtocol and can be read from Picker::capabilities().

[6.0.0] - 2025-05-17

Image::new uses a non-mutable borrow.

The mutability was only required for the Kitty protocol, necessary to track wether the image has already been transmitted or only needs placement.

Overall this change should remove the need to use locks when using threads or tokio.

[5.0.0] - 2025-03-01

Add StatefulProtocol::size_for, that can be used to get the size that an image will be rendered to. This allows positioning the image before it has been rendered, for example centering the image widget with the usual ratatui layout options.

ThreadImage and ThreadProtocol work with ResizeRequest and ResizeResponse instead of some tuples. They internally track an ID so that a response for a stale area is discarded correctly.

Huge internal refactor that removes duplicated code across image protocols.

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Dec 15, 2025
Bumps [ratatui-image](https://github.com/benjajaja/ratatui-image) from 1.0.5 to 8.0.2.
- [Release notes](https://github.com/benjajaja/ratatui-image/releases)
- [Changelog](https://github.com/benjajaja/ratatui-image/blob/master/CHANGELOG.md)
- [Commits](https://github.com/benjajaja/ratatui-image/commits/v8.0.2)

---
updated-dependencies:
- dependency-name: ratatui-image
  dependency-version: 8.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/ratatui-image-8.0.2 branch from 62fd396 to 831d606 Compare December 22, 2025 05:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant