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.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: v0.26.4
Choose a head ref
  • 3 commits
  • 6 files changed
  • 2 contributors

Commits on May 30, 2024

  1. chore(deps): bump github.com/charmbracelet/x/ansi from 0.1.1 to 0.1.2 (

    …#1026)
    
    Bumps [github.com/charmbracelet/x/ansi](https://github.com/charmbracelet/x) from 0.1.1 to 0.1.2.
    - [Release notes](https://github.com/charmbracelet/x/releases)
    - [Commits](charmbracelet/x@ansi/v0.1.1...ansi/v0.1.2)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/charmbracelet/x/ansi
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 30, 2024
    Configuration menu
    Copy the full SHA
    c900512 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump github.com/charmbracelet/lipgloss in /examples (#1025)

    Bumps [github.com/charmbracelet/lipgloss](https://github.com/charmbracelet/lipgloss) from 0.10.0 to 0.11.0.
    - [Release notes](https://github.com/charmbracelet/lipgloss/releases)
    - [Commits](charmbracelet/lipgloss@v0.10.0...v0.11.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/charmbracelet/lipgloss
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 30, 2024
    Configuration menu
    Copy the full SHA
    5331b83 View commit details
    Browse the repository at this point in the history
  3. fix: program renderer commands (#1030)

    Using program commands like p.EnableMouseCellMotion and p.SetWindowTitle
    _before_ the program starts can panic the application since `renderer`
    hasn't been initialized yet. Use program options to enable and set these
    options if `renderer` is not initialized.
    
    Fixes: #1029
    aymanbagabas authored May 30, 2024
    Configuration menu
    Copy the full SHA
    eb78a8c View commit details
    Browse the repository at this point in the history
Loading