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: fortio/terminal
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.62.0
Choose a base ref
...
head repository: fortio/terminal
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.63.0
Choose a head ref
  • 2 commits
  • 11 files changed
  • 2 contributors

Commits on Dec 23, 2025

  1. Bump the go-x group across 1 directory with 3 updates (#208)

    Bumps the go-x group with 3 updates in the / directory: [golang.org/x/image](https://github.com/golang/image), [golang.org/x/sys](https://github.com/golang/sys) and [golang.org/x/term](https://github.com/golang/term).
    
    
    Updates `golang.org/x/image` from 0.33.0 to 0.34.0
    - [Commits](golang/image@v0.33.0...v0.34.0)
    
    Updates `golang.org/x/sys` from 0.38.0 to 0.39.0
    - [Commits](golang/sys@v0.38.0...v0.39.0)
    
    Updates `golang.org/x/term` from 0.37.0 to 0.38.0
    - [Commits](golang/term@v0.37.0...v0.38.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/image
      dependency-version: 0.34.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: go-x
    - dependency-name: golang.org/x/sys
      dependency-version: 0.39.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: go-x
    - dependency-name: golang.org/x/term
      dependency-version: 0.38.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: go-x
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 23, 2025
    Configuration menu
    Copy the full SHA
    f1c9005 View commit details
    Browse the repository at this point in the history
  2. Made brick, life and blackjack usable in sshd and ansipixels new/open…

    … callable more then once (#206)
    
    * Prep brick and life for running inside sshd
    
    * Made brick and life usable in sshd and ansipixels new/open callable more than once
    
    * make the terminal color mode detection not necessarily use os.Getenv
    
    * remove the global and expect callers to have the AP open already
    
    * split blackjack too
    ldemailly authored Dec 23, 2025
    Configuration menu
    Copy the full SHA
    e90b272 View commit details
    Browse the repository at this point in the history
Loading