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

Commits on Feb 4, 2025

  1. Configuration menu
    Copy the full SHA
    75d1b4b View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2025

  1. chore(deps): bump golang.org/x/sys from 0.29.0 to 0.30.0 (#1311)

    Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.29.0 to 0.30.0.
    - [Commits](golang/sys@v0.29.0...v0.30.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 Feb 5, 2025
    Configuration menu
    Copy the full SHA
    8eb3080 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump golang.org/x/sync from 0.10.0 to 0.11.0 (#1312)

    Bumps [golang.org/x/sync](https://github.com/golang/sync) from 0.10.0 to 0.11.0.
    - [Commits](golang/sync@v0.10.0...v0.11.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/sync
      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 Feb 5, 2025
    Configuration menu
    Copy the full SHA
    696e4ab View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2025

  1. fix: windows: AltGr maps to LEFT_CTRL+RIGHT_ALT (#1162)

    On Windows, some keyboard layouts have an AltGr button that's similar to
    the Mac options button and can be used to send characters.
    This PR respects the AltGr button and treat its characters as bubbletea
    key runes.
    
    Fixes: #1126
    aymanbagabas authored Feb 6, 2025
    Configuration menu
    Copy the full SHA
    c66daf9 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2025

  1. Remove irrelevant option comments

    nervo authored and meowgorithm committed Feb 7, 2025
    Configuration menu
    Copy the full SHA
    439398b View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2025

  1. Configuration menu
    Copy the full SHA
    cebad5b View commit details
    Browse the repository at this point in the history
  2. fix: renderer: use newline instead of cud1 to move cursor down (#1323)

    * fix: renderer: use newline instead of cud1 to move cursor down
    
    Using cud1 (`\x1b[B`) won't scroll the terminal if the cursor is already
    at the bottom of the screen. Instead, use a newline character to move
    the cursor down and scroll the terminal if necessary.
    
    Fixes: #1322
    
    * chore(examples): update tesdata
    aymanbagabas authored Feb 10, 2025
    Configuration menu
    Copy the full SHA
    771a101 View commit details
    Browse the repository at this point in the history
  3. fix: windows: handle cancel io error

    This gracefully handles windows.CancelIo errors.
    
    Fixes: c8d6005 (fix: use CancelIoEx to cancel Windows conInputReader across threads (#1305))
    Fixes: #1324
    aymanbagabas committed Feb 10, 2025
    Configuration menu
    Copy the full SHA
    b0186ad View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2025

  1. chore: revert "Remove irrelevant option comments"

    This reverts commit 439398b.
    aymanbagabas committed Feb 11, 2025
    Configuration menu
    Copy the full SHA
    ee7cf45 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb6f840 View commit details
    Browse the repository at this point in the history
Loading