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.4
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.5
Choose a head ref
  • 6 commits
  • 11 files changed
  • 5 contributors

Commits on Jun 3, 2024

  1. Removed use of deprecated Copy

    arianizadi authored and meowgorithm committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    2d65ed6 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. chore(deps): bump golang.org/x/sys from 0.20.0 to 0.21.0 (#1035)

    Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.20.0 to 0.21.0.
    - [Commits](golang/sys@v0.20.0...v0.21.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/sys
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 4, 2024
    Configuration menu
    Copy the full SHA
    7899f0f View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. chore: update codeowners

    meowgorithm committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    3c6fe8a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab28057 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. fix(windows): coninput not handling control sequences (#1041)

    Thanks @robotastronaut for sharing their research in the Charm Discord server and for the initial fix.
    In contrast to their fix, this should fully align with the key handling on Unix and fix other issues like Shift+Tab not working on Windows.
    Sculas authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    a08802e View commit details
    Browse the repository at this point in the history
  2. feat(ci): use goreleaser for releases (#1023)

    * feat(ci): use goreleaser for releases
    
    This will publish and announce releases on tag push.
    
    * Update .goreleaser.yml
    aymanbagabas authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    42a7dd8 View commit details
    Browse the repository at this point in the history
Loading