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: charmbracelet/bubbletea
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.26.2
Choose a base ref
...
head repository: charmbracelet/bubbletea
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.26.3
Choose a head ref
  • 7 commits
  • 23 files changed
  • 4 contributors

Commits on May 8, 2024

  1. docs: add pug to "in the wild"

    leg100 authored and meowgorithm committed May 8, 2024
    Configuration menu
    Copy the full SHA
    cb36874 View commit details
    Browse the repository at this point in the history
  2. chore(readme): add superfile to 'in the wild' (#985)

    * docs: add superfile to "in the Wild"
    
    * Update README.md
    
    ---------
    
    Co-authored-by: Christian Rocha <christian@rocha.is>
    yorukot and meowgorithm authored May 8, 2024
    Configuration menu
    Copy the full SHA
    ef4e46c View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. fix(windows): clean up windows input reader

    Remove unused and use CancelIo API to cancel reads.
    aymanbagabas committed May 17, 2024
    Configuration menu
    Copy the full SHA
    920d07b View commit details
    Browse the repository at this point in the history
  2. fix(windows): prevent firing multiple window size events

    On Windows, changing the alt-screen-buffer triggers a window-size-event.
    This might cause issues with some applications. Cache the last
    window-size-event and compare before sending it the model.
    
    Fixes: #1019
    aymanbagabas committed May 17, 2024
    Configuration menu
    Copy the full SHA
    09f4ef0 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. refactor: use x/term and x/ansi for renderer sequences (#962)

    * refactor: use x/exp/term for renderer sequences
    
    This replaces termenv.Output with raw sequences and a bytes.Buffer to
    handle vt screen and cursor events.
    
    * chore: update dependencies
    
    * refactor: use x/term
    aymanbagabas authored May 21, 2024
    Configuration menu
    Copy the full SHA
    cb801d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e656c56 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

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