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/lipgloss
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.0
Choose a base ref
...
head repository: charmbracelet/lipgloss
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.2
Choose a head ref
  • 7 commits
  • 15 files changed
  • 8 contributors

Commits on Feb 27, 2026

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

Commits on Mar 3, 2026

  1. Merge pull request #619 from MartinodF/patch-4

    fix: handle partial reads in queryTerminal
    MartinodF authored Mar 3, 2026
    Configuration menu
    Copy the full SHA
    1dd352c View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2026

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

Commits on Mar 8, 2026

  1. ci: sync golangci-lint config (#621)

    Co-authored-by: aymanbagabas <3187948+aymanbagabas@users.noreply.github.com>
    github-actions[bot] and aymanbagabas authored Mar 8, 2026
    Configuration menu
    Copy the full SHA
    92b13d8 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2026

  1. chore(deps): bump the all group with 2 updates (#626)

    Bumps the all group with 2 updates: [github.com/aymanbagabas/go-udiff](https://github.com/aymanbagabas/go-udiff) and [golang.org/x/sys](https://github.com/golang/sys).
    
    
    Updates `github.com/aymanbagabas/go-udiff` from 0.4.0 to 0.4.1
    - [Release notes](https://github.com/aymanbagabas/go-udiff/releases)
    - [Commits](aymanbagabas/go-udiff@v0.4.0...v0.4.1)
    
    Updates `golang.org/x/sys` from 0.41.0 to 0.42.0
    - [Commits](golang/sys@v0.41.0...v0.42.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/aymanbagabas/go-udiff
      dependency-version: 0.4.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: all
    - dependency-name: golang.org/x/sys
      dependency-version: 0.42.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: all
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 9, 2026
    Configuration menu
    Copy the full SHA
    bffdafb View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2026

  1. fix(table): height and overflow with wrapping content (#620)

    The current algorithm which calculates the first and last visible rows
    does not take into account content wrapping (and has a number of other
    problematic edge cases).
    
    This is partially due to `expandRowHeights` actually not updating
    `rowHeights`, but also due to a simplified implementation which does not
    try to take them into account.
    
    Rewrite the visible rows calculation to take content wrapping into
    account, making sure we consider the actual row height that will be
    used when rendering the table.
    MartinodF authored Mar 11, 2026
    Configuration menu
    Copy the full SHA
    c289bad View commit details
    Browse the repository at this point in the history
  2. v2.0.2

    andreynering committed Mar 11, 2026
    Configuration menu
    Copy the full SHA
    9856c04 View commit details
    Browse the repository at this point in the history
Loading