Skip to content

Bump ratatui-image from 8.0.2 to 10.0.5#14

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/ratatui-image-10.0.5
Open

Bump ratatui-image from 8.0.2 to 10.0.5#14
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/ratatui-image-10.0.5

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Feb 9, 2026

Bumps ratatui-image from 8.0.2 to 10.0.5.

Release notes

Sourced from ratatui-image's releases.

v10.0.5

Fixed

  • fix force iterm2 on wezterm+tmux

Other

  • use release-plz
  • wrap each kitty "chunk" in tmux passthrough individually
  • stop detecting kitty from env vars
  • do not use String::insert_str(0, ...) in sixel
  • apply same "append" optimization to iterm2
  • don't escape non APC sequences wrongly
  • lots of tiny optimizations for kitty
  • add missing tmux kitty escapes
  • unrelated warning fix
  • Fix kitty in tmux. Since the image data is chunked, send each chunk as a separate tmux sequence to avoid exceeding some tmux limits.
  • Performance improvements related to image data in all protocols.
  • Use release-plz from now on.

Release v10.0.4

No release notes provided.

Release v10.0.3

No release notes provided.

Release v10.0.2

No release notes provided.

Release v10.0.1

No release notes provided.

Release v9.0.0

No release notes provided.

Release v9.0.0-beta.5

No release notes provided.

Release v9.0.0-beta.2

No release notes provided.

Changelog

Sourced from ratatui-image's changelog.

10.0.5 - 2026-02-06

Fixed

  • fix force iterm2 on wezterm+tmux

Other

  • use release-plz
  • wrap each kitty "chunk" in tmux passthrough individually
  • stop detecting kitty from env vars
  • do not use String::insert_str(0, ...) in sixel
  • apply same "append" optimization to iterm2
  • don't escape non APC sequences wrongly
  • lots of tiny optimizations for kitty
  • add missing tmux kitty escapes
  • unrelated warning fix
  • Fix kitty in tmux. Since the image data is chunked, send each chunk as a separate tmux sequence to avoid exceeding some tmux limits.
  • Performance improvements related to image data in all protocols.
  • Use release-plz from now on.

[10.0.4] - 2026-01-22

[10.0.3] - 2026-01-19

  • Fix transparent sixel images not having background cleared (same as iterm2).
  • Sixels don't need to always be overlayed / padded, since we now have transparency.

[10.0.2] - 2025-12-28

  • Updated to latest icy_sixel v0.5.0 with transparency support. If you have been overriding the Picker's background color because there were black bars with Sixels at the bottom or right of an image, you don't need to do that anymore.

[10.0.1] - 2025-12-27

[10.0.0] - 2025-12-27

[9.0.0] - 2025-12-25

  • Split chafa feature into two mutually exclusive features:
    • chafa-dyn (default): Dynamically links against libchafa.so at compile time. Requires libchafa to be available at runtime the same way it was at compile time.
    • chafa-static: Statically links against libchafa.a at compile time. The library is embedded in the binary (see flake.nix for an example on how to build with a static chafa).
    • Removed libloading, because if it would be available at runtime, it should also be available at compile time.
  • Minor stdin-read-timeout adjustments

... (truncated)

Commits
  • c734b04 don't verify, but run nix flake check
  • 9b412e0 add libchafa for release-plz
  • 4032603 chore: release v10.0.5
  • f9e5026 use release-plz
  • 81636f7 wrap each kitty "chunk" in tmux passthrough individually
  • f582679 stop detecting kitty from env vars
  • cfd3349 fix force iterm2 on wezterm+tmux
  • 96ba2d0 do not use String::insert_str(0, ...) in sixel
  • 67422db apply same "append" optimization to iterm2
  • 338c0df kitty: don't escape non APC sequences wrongly
  • Additional commits viewable in compare view

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 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)

Bumps [ratatui-image](https://github.com/benjajaja/ratatui-image) from 8.0.2 to 10.0.5.
- [Release notes](https://github.com/benjajaja/ratatui-image/releases)
- [Changelog](https://github.com/benjajaja/ratatui-image/blob/master/CHANGELOG.md)
- [Commits](benjajaja/ratatui-image@v8.0.2...v10.0.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Feb 9, 2026
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.

0 participants