Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Jan 5, 2026

๐Ÿค– New release

  • tui-widgets: 0.7.0 -> 0.7.1 (โœ“ API compatible changes)
Changelog

[0.7.1] - 2026-02-01

๐Ÿš€ Features

  • (scrollbar) Update glyph previews and tests (#169)

    Default ScrollBar renders without arrow endcaps and uses a dark gray
    background with a blank (space) track.

    Add glyph set variants and improve the Unicode-only fallback. Document
    glyph sets with a 1/8-step horizontal thumb walk, and add snapshot
    render tests to keep the glyph combinations stable.

  • (scrollbar) Support crossterm 0.28 (#172)

    Add versioned crossterm feature flags and re-export the selected version
    as tui_scrollbar::crossterm.

    Add CI checks for the feature matrix and a docs.rs-style build.


  • (tui-bigtext) Enable no_std as default (#190)

    This enables using tui-bigtext in a no_std environment

    e.g. chore(esp32-no-std): use tui-bigtext for voltage UIย mousefood#159

๐Ÿ“š Documentation

  • (license) Add ratatui developers to the license

โš™๏ธ Miscellaneous Tasks

  • (tui-scrollbar) Release v0.2.1 (#170)

    ๐Ÿค– New release

    • tui-scrollbar: 0.2.0 -> 0.2.1 (โœ“ API compatible changes)
    Changelog

    [0.2.1] - 2026-01-05

    ๐Ÿš€ Features

    • (scrollbar) Update glyph previews and tests
      (#169)

      Default ScrollBar renders without arrow endcaps and uses a dark gray
      background with a blank (space) track.

    Add glyph set variants and improve the Unicode-only fallback. Document
    glyph sets with a 1/8-step horizontal thumb walk, and add snapshot
    render tests to keep the glyph combinations stable.


    This PR was generated with
    release-plz.

  • (tui-scrollbar) Release v0.2.2 (#173)

    ๐Ÿค– New release

    • tui-scrollbar: 0.2.1 -> 0.2.2 (โœ“ API compatible changes)
    Changelog

    [0.2.2] - 2026-01-05

    ๐Ÿš€ Features

    • (scrollbar) Support crossterm 0.28
      (#172)

    Add versioned crossterm feature flags and re-export the selected
    version
    as tui_scrollbar::crossterm.

    Add CI checks for the feature matrix and a docs.rs-style build.



    This PR was generated with
    release-plz.

  • (project) Update the repository link

  • (ci) Check for the ratatui organization for releases

  • Bump MSRV to 1.88.0 (#192)

    error: rustc 1.87.0 is not supported by the following packages:
      darling@0.23.0 requires rustc 1.88.0
      darling_core@0.23.0 requires rustc 1.88.0
      darling_macro@0.23.0 requires rustc 1.88.0
      instability@0.3.11 requires rustc 1.88
      instability@0.3.11 requires rustc 1.88
      instability@0.3.11 requires rustc 1.88
      time@0.3.46 requires rustc 1.88.0
      time-core@0.1.8 requires rustc 1.88.0
    
  • (tui-big-text) Release v0.8.2 (#176)

    ๐Ÿค– New release

    • tui-big-text: 0.8.1 -> 0.8.2 (โœ“ API compatible changes)
    Changelog

    [0.8.2] - 2026-02-01

    ๐Ÿš€ Features

    โš™๏ธ Miscellaneous Tasks

    • (project) Update the repository link


    This PR was generated with
    release-plz.

๐Ÿ›ก๏ธ Security

  • (deps) Bump tokio from 1.48.0 to 1.49.0 (#175)

    Bumps tokio from 1.48.0 to 1.49.0.

    Release notes

    Sourced from tokio's releases.

    Tokio v1.49.0

    1.49.0 (January 3rd, 2026)

    Added

    • net: add support for TCLASS option on IPv6 (#7781)
    • runtime: stabilize runtime::id::Id (#7125)
    • task: implement Extend for JoinSet (#7195)
    • task: stabilize the LocalSet::id() (#7776)

    Changed

    • net: deprecate {TcpStream,TcpSocket}::set_linger (#7752)

    Fixed

    • macros: fix the hygiene issue of join! and try_join! (#7766)
    • runtime: revert "replace manual vtable definitions with Wake" (#7699)
    • sync: return TryRecvError::Disconnected from Receiver::try_recv after Receiver::close (#7686)
    • task: remove unnecessary trait bounds on the Debug implementation (#7720)

    Unstable

    • fs: handle EINTR in fs::write for io-uring (#7786)
    • fs: support io-uring with tokio::fs::read (#7696)
    • runtime: disable io-uring on EPERM (#7724)
    • time: add alternative timer for better multicore scalability (#7467)

    Documented

    • docs: fix a typos in bounded.rs and park.rs (#7817)
    • io: add SyncIoBridge cross-references to copy and copy_buf (#7798)
    • io: doc that AsyncWrite does not inherit from std::io::Write (#7705)
    • metrics: clarify that num_alive_tasks is not strongly consistent (#7614)
    • net: clarify the cancellation safety of the TcpStream::peek (#7305)
    • net: clarify the drop behavior of unix::OwnedWriteHalf (#7742)
    • net: clarify the platform-dependent backlog in TcpSocket docs (#7738)
    • runtime: mention LocalRuntime in new_current_thread docs (#7820)
    • sync: add missing period to mpsc::Sender::try_send docs (#7721)
    • sync: clarify the cancellation safety of oneshot::Receiver (#7780)
    • sync: improve the docs for the errors of mpsc (#7722)
    • task: add example for spawn_local usage on local runtime (#7689)

    #7125: tokio-rs/tokio#7125 #7195: tokio-rs/tokio#7195 #7305: tokio-rs/tokio#7305 #7467: tokio-rs/tokio#7467 #7614: tokio-rs/tokio#7614 #7686: tokio-rs/tokio#7686 #7689: tokio-rs/tokio#7689

    ... (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.

  • (deps) Bump clap from 4.5.53 to 4.5.54 (#174)

    Bumps clap from 4.5.53 to 4.5.54.

    Release notes

    Sourced from clap's releases.

    v4.5.54

    [4.5.54] - 2026-01-02

    Fixes

    • (help) Move [default] to its own paragraph when PossibleValue::help is present in --help
    Changelog

    Sourced from clap's changelog.

    [4.5.54] - 2026-01-02

    Fixes

    • (help) Move [default] to its own paragraph when PossibleValue::help is present in --help
    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.


This PR was generated with release-plz.

@github-actions github-actions bot force-pushed the release-plz-tui-widgets-2026-01-05T00-39-35Z branch 5 times, most recently from afb196a to 9e28337 Compare January 5, 2026 06:29
@github-actions github-actions bot force-pushed the release-plz-tui-widgets-2026-01-05T00-39-35Z branch 3 times, most recently from 3501e49 to 8e95d99 Compare February 1, 2026 10:40
@github-actions github-actions bot force-pushed the release-plz-tui-widgets-2026-01-05T00-39-35Z branch from 8e95d99 to fd6ec40 Compare February 1, 2026 10:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants