Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps ratatui-image from 8.0.2 to 8.1.1.

Changelog

Sourced from ratatui-image's changelog.

[8.1.1] - 2025-12-18

  • Chafa support The Halfblocks protocol now supports chafa, if the feature is enabled. This "ASCII Art"-like renderer is a million times better than the basic Halfblocks implementation. The library is loaded dynamically, if the feature is enabled, at runtime. That means no linking acrobacies are required, it should "just work" if the user has libchafa installed on their system. It could still be "wrapped", see how the flake.nix handles LD_LIBRARY_PATH to magically include this in the ratatui-image binary. This is still gated behind a feature, because calling chafa uses unsafe.
  • Improved Halfblocks renderer Picks upper block, lower block, or space, depending on pixel colors. This gives some vague feedback when the output is rendered without colors, e.g. in insta testing snapshots.
Commits
  • 005539a chore: Release ratatui-image version 8.1.1
  • 1fa1606 i forgor
  • e9c42bf chore: Release ratatui-image version 8.1.0
  • 40e2b23 prepare CHANGELOG
  • fb8006b dynamically load libchafa
  • 59d5a8c add chafa (behind feature)
  • 4aa3d27 add insta snapshots, pick space if both colors are the same
  • 4ba8455 halfblocks pick either side by luminance
  • 8d0fff0 add Warp to compatibility matrix
  • c799c38 update CI toolchain for cargo make
  • 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 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)

Bumps [ratatui-image](https://github.com/benjajaja/ratatui-image) from 8.0.2 to 8.1.1.
- [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...v8.1.1)

---
updated-dependencies:
- dependency-name: ratatui-image
  dependency-version: 8.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Dec 22, 2025
@ecksun ecksun merged commit 16daa88 into master Jan 8, 2026
8 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/ratatui-image-8.1.1 branch January 8, 2026 09:23
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.

2 participants