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: clearloop/leetcode-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.5.4
Choose a base ref
...
head repository: clearloop/leetcode-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.5.5
Choose a head ref
  • 2 commits
  • 12 files changed
  • 3 contributors

Commits on Aug 10, 2026

  1. feat(env): respect environment variables for editor (#235)

    * feat(env): respect environment variables for editor
    
    * fix(tests): clippy works again
    
    * Apply suggestion from @clearloop
    
    Co-authored-by: clearloop <tianyi.gc@gmail.com>
    
    * Apply suggestion from @clearloop
    
    Co-authored-by: clearloop <tianyi.gc@gmail.com>
    
    * Apply suggestion from @clearloop
    
    Co-authored-by: clearloop <tianyi.gc@gmail.com>
    
    * Apply suggestion from @clearloop
    
    Co-authored-by: clearloop <tianyi.gc@gmail.com>
    
    * Apply suggestion from @clearloop
    
    Co-authored-by: clearloop <tianyi.gc@gmail.com>
    
    * fix(config): run the editor env override on the real load path
    
    * refactor(config): parse the config through FromStr
    
    * refactor(config): move the FromStr impl below the inherent impl
    
    * build: bump the version to 0.5.5
    
    ---------
    
    Co-authored-by: clearloop <tianyi.gc@gmail.com>
    astropanic and clearloop authored Aug 10, 2026
    Configuration menu
    Copy the full SHA
    8404805 View commit details
    Browse the repository at this point in the history
  2. chore(dep): bump actions/checkout from 6 to 7 in the deps group (#232)

    Bumps the deps group with 1 update: [actions/checkout](https://github.com/actions/checkout).
    
    
    Updates `actions/checkout` from 6 to 7
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v6...v7)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '7'
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: deps
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: clearloop <tianyi.gc@gmail.com>
    dependabot[bot] and clearloop authored Aug 10, 2026
    Configuration menu
    Copy the full SHA
    fba4448 View commit details
    Browse the repository at this point in the history
Loading