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.3.3
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.3.4
Choose a head ref
  • 4 commits
  • 7 files changed
  • 2 contributors

Commits on Feb 13, 2025

  1. Configuration menu
    Copy the full SHA
    00e3ef4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a30f3f View commit details
    Browse the repository at this point in the history
  3. feat(ci): move from goveralls to codecov (#1332)

    This commit moves the coverage reporting from goveralls to codecov and
    fixes broken coverage CI.
    aymanbagabas authored Feb 13, 2025
    Configuration menu
    Copy the full SHA
    e817654 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2025

  1. fix: windows: enable mouse mode on demand (#1340)

    Since we added native Windows API input events support, we always enable
    mouse events even if the user doesn't want them. This is a problem because
    it breaks applications that don't expect mouse events and selection
    stops working without any modifier key.
    
    Fixes: #1313
    aymanbagabas authored Feb 25, 2025
    Configuration menu
    Copy the full SHA
    bf1216d View commit details
    Browse the repository at this point in the history
Loading