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: 9856c04
Choose a base ref
...
head repository: charmbracelet/lipgloss
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 472d718
Choose a head ref
  • 7 commits
  • 7 files changed
  • 6 contributors

Commits on Mar 14, 2026

  1. docs: fix README typo (#629)

    Co-authored-by: rohan436 <[email protected]>
    Rohan5commit and rohan436 authored Mar 14, 2026
    Configuration menu
    Copy the full SHA
    9e39a0a View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2026

  1. chore(deps): bump github.com/charmbracelet/colorprofile in the all gr…

    …oup (#630)
    
    Bumps the all group with 1 update: [github.com/charmbracelet/colorprofile](https://github.com/charmbracelet/colorprofile).
    
    
    Updates `github.com/charmbracelet/colorprofile` from 0.4.2 to 0.4.3
    - [Release notes](https://github.com/charmbracelet/colorprofile/releases)
    - [Commits](charmbracelet/colorprofile@v0.4.2...v0.4.3)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/charmbracelet/colorprofile
      dependency-version: 0.4.3
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: all
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 16, 2026
    Configuration menu
    Copy the full SHA
    25c5fb2 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2026

  1. docs: fix tree comment typo (#634)

    Co-authored-by: rohan436 <[email protected]>
    Rohan5commit and rohan436 authored Mar 20, 2026
    Configuration menu
    Copy the full SHA
    cd93a9f View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2026

  1. chore(deps): bump github.com/lucasb-eyer/go-colorful in the all group (

    …#640)
    
    Bumps the all group with 1 update: [github.com/lucasb-eyer/go-colorful](https://github.com/lucasb-eyer/go-colorful).
    
    
    Updates `github.com/lucasb-eyer/go-colorful` from 1.3.0 to 1.4.0
    - [Release notes](https://github.com/lucasb-eyer/go-colorful/releases)
    - [Changelog](https://github.com/lucasb-eyer/go-colorful/blob/master/CHANGELOG.md)
    - [Commits](lucasb-eyer/go-colorful@v1.3.0...v1.4.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/lucasb-eyer/go-colorful
      dependency-version: 1.4.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: all
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 30, 2026
    Configuration menu
    Copy the full SHA
    23a1bb1 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2026

  1. chore(deps): bump golang.org/x/sys in the all group (#663)

    Bumps the all group with 1 update: [golang.org/x/sys](https://github.com/golang/sys).
    
    
    Updates `golang.org/x/sys` from 0.42.0 to 0.43.0
    - [Commits](golang/sys@v0.42.0...v0.43.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/sys
      dependency-version: 0.43.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: all
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 13, 2026
    Configuration menu
    Copy the full SHA
    d6d41e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89fafba View commit details
    Browse the repository at this point in the history
  3. fix: Avoid background color query hang (#636)

    Which seems to happen if stdin/stdout are somehow accidentally not TTYs.
    
    Signed-off-by: Justin Chadwell <[email protected]>
    jedevc authored Apr 13, 2026
    Configuration menu
    Copy the full SHA
    472d718 View commit details
    Browse the repository at this point in the history
Loading