Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ratatui/ratatui
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.28.2-alpha.0
Choose a base ref
...
head repository: ratatui/ratatui
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.28.2-alpha.1
Choose a head ref
  • 4 commits
  • 6 files changed
  • 3 contributors

Commits on Sep 1, 2024

  1. Configuration menu
    Copy the full SHA
    c777beb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b13e2f9 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. fix(terminal): resize() now resizes fixed viewports (#1353)

    `Terminal::resize()` on a fixed viewport used to do nothing due to
    an accidentally shadowed variable. This now works as intended.
    Patryk27 authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    0f48239 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. fix: add unstable-backend-writer feature (#1352)

    #991 created a new unstable
    feature, but forgot to add it to Cargo.toml, making it impossible to use
    on newer versions of rustc - this commit fixes it.
    Patryk27 authored Sep 6, 2024
    Configuration menu
    Copy the full SHA
    68886d1 View commit details
    Browse the repository at this point in the history
Loading