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/x
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ansi/v0.2.2
Choose a base ref
...
head repository: charmbracelet/x
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ansi/v0.2.3
Choose a head ref
  • 4 commits
  • 8 files changed
  • 2 contributors

Commits on Aug 20, 2024

  1. chore(deps): bump github.com/charmbracelet/x/term in /xpty

    Bumps [github.com/charmbracelet/x/term](https://github.com/charmbracelet/x) from 0.1.1 to 0.2.0.
    - [Release notes](https://github.com/charmbracelet/x/releases)
    - [Commits](ansi/v0.1.1...ansi/v0.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/charmbracelet/x/term
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and aymanbagabas committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    0de0c49 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump github.com/charmbracelet/x/ansi in /input

    Bumps [github.com/charmbracelet/x/ansi](https://github.com/charmbracelet/x) from 0.1.4 to 0.2.2.
    - [Release notes](https://github.com/charmbracelet/x/releases)
    - [Commits](ansi/v0.1.4...ansi/v0.2.2)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/charmbracelet/x/ansi
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and aymanbagabas committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    aeed28b View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. chore(deps): bump github.com/charmbracelet/lipgloss in /colors (#165)

    Bumps [github.com/charmbracelet/lipgloss](https://github.com/charmbracelet/lipgloss) from 0.12.1 to 0.13.0.
    - [Release notes](https://github.com/charmbracelet/lipgloss/releases)
    - [Changelog](https://github.com/charmbracelet/lipgloss/blob/master/.goreleaser.yml)
    - [Commits](charmbracelet/lipgloss@v0.12.1...v0.13.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/charmbracelet/lipgloss
      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 Aug 21, 2024
    Configuration menu
    Copy the full SHA
    40aa88b View commit details
    Browse the repository at this point in the history
  2. feat(ansi): add mode 2027

    This adds the necessary sequences to enable/disable/request mode 2027
    (grapheme clustering).
    
    See https://mitchellh.com/writing/grapheme-clusters-in-terminals
    See https://github.com/contour-terminal/terminal-unicode-core
    aymanbagabas committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    d248756 View commit details
    Browse the repository at this point in the history
Loading