Skip to content

build(deps): bump ratatui-image from 8.1.1 to 11.0.6 - #14

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/ratatui-image-11.0.6
Open

build(deps): bump ratatui-image from 8.1.1 to 11.0.6#14
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/ratatui-image-11.0.6

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 1, 2026

Copy link
Copy Markdown
Contributor

Bumps ratatui-image from 8.1.1 to 11.0.6.

Release notes

Sourced from ratatui-image's releases.

v11.0.6

Other

  • only filter out '\0'
  • add check for ascii control characters returned by chafa_canvas_get_char_at()

v11.0.5

Other

  • fix panic with large images: move type casts from u16 to usize to be before multiplication

v11.0.4

Fixed

  • (sixel, iterm2) use CellDiffOption::ForcedWidth(1) for escape sequence cell

Changed

  • update ratatui requirement to ^0.30.1

v11.0.3

Other

  • add SlicedProtocol::new_with_resize

v11.0.2

Other

  • add option to query background color with OSC

v11.0.1

Fixed

  • fix SlicedProtocol::Sixel trailing empty bands
  • fix changelog

v11.0.0

Added

  • feature kitty-offset to skip unicode-placeholders in kitty

v11.0.0-alpha.4

Fixed

  • fix SlicedProtocol::Sliced render

Changed

  • Image does not render with clipping under Kitty or Halfblocks, to be consistent with Sixels and ITerm2.

... (truncated)

Changelog

Sourced from ratatui-image's changelog.

11.0.6 - 2026-06-25

Other

  • only filter out '\0'
  • add check for ascii control characters returned by chafa_canvas_get_char_at()

11.0.5 - 2026-06-20

Other

  • fix panic with large images: move type casts from u16 to usize to be before multiplication

11.0.4 - 2026-06-05

Fixed

  • (sixel, iterm2) use CellDiffOption::ForcedWidth(1) for escape sequence cell

Changed

  • update ratatui requirement to ^0.30.1

11.0.3 - 2026-06-02

Other

  • add SlicedProtocol::new_with_resize

11.0.2 - 2026-05-11

Other

  • add option to query background color with OSC

11.0.1 - 2026-05-10

Fixed

  • fix SlicedProtocol::Sixel trailing empty bands
  • fix changelog

11.0.0 - 2026-05-10

Overview

The terminal naturally has vertical scrolling. Many TUIs also follow vertical scrolling. Images should scroll in and out of a viewport, but ratatui-image had no mechanism for doing so natively. It would theoretically be possible for the consumer to slice images into rows, and threat each row as its own Protocol and then render one Image widget for only the visible rows. But in

... (truncated)

Commits
  • a813cde chore: release v11.0.6 (#183)
  • 0fa175c only filter out '\0'
  • 772dc53 add check for ascii control characters returned by chafa_canvas_get_char_at()
  • 8c97d60 chore: release v11.0.5 (#181)
  • 558ea63 move type casts from u16 to usize to be before multiplication
  • 38049e4 chore: release v11.0.4
  • 75d8c54 fix(sixel, iterm2): use CellDiffOption::ForcedWidth(1) for escape sequence cell
  • b420cba chore: release v11.0.3
  • a6ecf6e add SlicedProtocol::new_with_resize
  • e968723 chore: release v11.0.2
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jul 1, 2026
@dependabot
dependabot Bot force-pushed the dependabot/cargo/ratatui-image-11.0.6 branch from 4e484ce to 5fcf797 Compare July 14, 2026 08:56
@dependabot dependabot Bot changed the title Bump ratatui-image from 8.1.1 to 11.0.6 build(deps): bump ratatui-image from 8.1.1 to 11.0.6 Jul 15, 2026
@dependabot
dependabot Bot force-pushed the dependabot/cargo/ratatui-image-11.0.6 branch 2 times, most recently from cb5b0be to 08bb4c8 Compare July 17, 2026 16:24
@dependabot
dependabot Bot force-pushed the dependabot/cargo/ratatui-image-11.0.6 branch from 08bb4c8 to 7ac4bf3 Compare July 23, 2026 11:18
Bumps [ratatui-image](https://github.com/ratatui/ratatui-image) from 8.1.1 to 11.0.6.
- [Release notes](https://github.com/ratatui/ratatui-image/releases)
- [Changelog](https://github.com/ratatui/ratatui-image/blob/master/CHANGELOG.md)
- [Commits](ratatui/ratatui-image@v8.1.1...v11.0.6)

---
updated-dependencies:
- dependency-name: ratatui-image
  dependency-version: 11.0.6
  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-11.0.6 branch from 7ac4bf3 to aa0bf5c Compare July 23, 2026 14:44
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