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

Commits on Aug 29, 2024

  1. Configuration menu
    Copy the full SHA
    af7ec0e View commit details
    Browse the repository at this point in the history
  2. fix: we don't initialize the terminal when using a nilRenderer (#1120)

    Otherwise, a raw terminal will mess up the output. This is because a raw
    terminal disables termios OPOST mode which converts newlines to `\r\n`
    to reset the cursor to the beginning of the screen on new lines.
    aymanbagabas authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    c69bd97 View commit details
    Browse the repository at this point in the history
  3. feat(ci): use meta build workflow (#1123)

    Use charmbracelet/meta build workflow to build and test bubbletea and
    its examples.
    aymanbagabas authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    a5437ac View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. feat: support focus-blur events (#1122)

    * feat: support focus-blur events
    
    This backports @caarlos0 focus-blur changes from v2-exp to v1 #1081
    
    Co-authored-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
    
    * Update key_sequences.go
    
    Co-authored-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
    
    * fix: go mod tidy
    
    ---------
    
    Co-authored-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
    Co-authored-by: Christian Rocha <christian@rocha.is>
    3 people authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    e58efab View commit details
    Browse the repository at this point in the history
Loading