Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
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.4.6
Choose a base ref
Loading
...
head repository: clearloop/leetcode-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Loading
  • 8 commits
  • 9 files changed
  • 8 contributors

Commits on Mar 17, 2025

  1. chore(docs): Create SECURITY.md ( #183 )

    Thess2782 authored Mar 17, 2025
    Configuration menu
    Copy the full SHA
    0b684f4 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2025

  1. docs(README): update README.md ( #184 )

    Change "edit" to "test"
    uuvccc authored Mar 26, 2025
    Configuration menu
    Copy the full SHA
    229848a View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2025

  1. chore(dep): bump the deps group across 1 directory with 16 updates ( #186

    )
    Bumps the deps group with 16 updates in the / directory:
    | Package | From | To |
    | --- | --- | --- |
    | [async-trait](https://github.com/dtolnay/async-trait) | `0.1.86` | `0.1.88` |
    | [tokio](https://github.com/tokio-rs/tokio) | `1.43.0` | `1.44.1` |
    | [clap](https://github.com/clap-rs/clap) | `4.5.27` | `4.5.35` |
    | [keyring](https://github.com/hwchen/keyring-rs) | `3.6.1` | `3.6.2` |
    | [log](https://github.com/rust-lang/log) | `0.4.25` | `0.4.27` |
    | [openssl](https://github.com/sfackler/rust-openssl) | `0.10.69` | `0.10.71` |
    | [pyo3](https://github.com/pyo3/pyo3) | `0.23.4` | `0.24.1` |
    | [serde](https://github.com/serde-rs/serde) | `1.0.217` | `1.0.219` |
    | [serde_json](https://github.com/serde-rs/json) | `1.0.138` | `1.0.140` |
    | [toml](https://github.com/toml-rs/toml) | `0.8.19` | `0.8.20` |
    | [scraper](https://github.com/causal-agent/scraper) | `0.22.0` | `0.23.1` |
    | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.95` | `1.0.97` |
    | [clap_complete](https://github.com/clap-rs/clap) | `4.5.44` | `4.5.47` |
    | [thiserror](https://github.com/dtolnay/thiserror) | `2.0.11` | `2.0.12` |
    | [diesel](https://github.com/diesel-rs/diesel) | `2.2.7` | `2.2.8` |
    | [reqwest](https://github.com/seanmonstar/reqwest) | `0.12.12` | `0.12.15` |
    Updates `async-trait` from 0.1.86 to 0.1.88
    - [Release notes](https://github.com/dtolnay/async-trait/releases)
    - [Commits](dtolnay/async-trait@0.1.86...0.1.88)
    Updates `tokio` from 1.43.0 to 1.44.1
    - [Release notes](https://github.com/tokio-rs/tokio/releases)
    - [Commits](tokio-rs/tokio@tokio-1.43.0...tokio-1.44.1)
    Updates `clap` from 4.5.27 to 4.5.35
    - [Release notes](https://github.com/clap-rs/clap/releases)
    - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
    - [Commits](clap-rs/clap@clap_complete-v4.5.27...clap_complete-v4.5.35)
    Updates `keyring` from 3.6.1 to 3.6.2
    - [Release notes](https://github.com/hwchen/keyring-rs/releases)
    - [Changelog](https://github.com/open-source-cooperative/keyring-rs/blob/master/CHANGELOG.md)
    - [Commits](open-source-cooperative/keyring-rs@v3.6.1...v3.6.2)
    Updates `log` from 0.4.25 to 0.4.27
    - [Release notes](https://github.com/rust-lang/log/releases)
    - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
    - [Commits](rust-lang/log@0.4.25...0.4.27)
    Updates `openssl` from 0.10.69 to 0.10.71
    - [Release notes](https://github.com/sfackler/rust-openssl/releases)
    - [Commits](sfackler/rust-openssl@openssl-v0.10.69...openssl-v0.10.71)
    Updates `pyo3` from 0.23.4 to 0.24.1
    - [Release notes](https://github.com/pyo3/pyo3/releases)
    - [Changelog](https://github.com/PyO3/pyo3/blob/v0.24.1/CHANGELOG.md)
    - [Commits](PyO3/pyo3@v0.23.4...v0.24.1)
    Updates `serde` from 1.0.217 to 1.0.219
    - [Release notes](https://github.com/serde-rs/serde/releases)
    - [Commits](serde-rs/serde@v1.0.217...v1.0.219)
    Updates `serde_json` from 1.0.138 to 1.0.140
    - [Release notes](https://github.com/serde-rs/json/releases)
    - [Commits](serde-rs/json@v1.0.138...v1.0.140)
    Updates `toml` from 0.8.19 to 0.8.20
    - [Commits](toml-rs/toml@toml-v0.8.19...toml-v0.8.20)
    Updates `scraper` from 0.22.0 to 0.23.1
    - [Release notes](https://github.com/causal-agent/scraper/releases)
    - [Commits](rust-scraper/scraper@v0.22.0...v0.23.1)
    Updates `anyhow` from 1.0.95 to 1.0.97
    - [Release notes](https://github.com/dtolnay/anyhow/releases)
    - [Commits](dtolnay/anyhow@1.0.95...1.0.97)
    Updates `clap_complete` from 4.5.44 to 4.5.47
    - [Release notes](https://github.com/clap-rs/clap/releases)
    - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
    - [Commits](clap-rs/clap@clap_complete-v4.5.44...clap_complete-v4.5.47)
    Updates `thiserror` from 2.0.11 to 2.0.12
    - [Release notes](https://github.com/dtolnay/thiserror/releases)
    - [Commits](dtolnay/thiserror@2.0.11...2.0.12)
    Updates `diesel` from 2.2.7 to 2.2.8
    - [Release notes](https://github.com/diesel-rs/diesel/releases)
    - [Changelog](https://github.com/diesel-rs/diesel/blob/v2.2.8/CHANGELOG.md)
    - [Commits](diesel-rs/diesel@v2.2.7...v2.2.8)
    Updates `reqwest` from 0.12.12 to 0.12.15
    - [Release notes](https://github.com/seanmonstar/reqwest/releases)
    - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
    - [Commits](seanmonstar/reqwest@v0.12.12...v0.12.15)
    ---
    updated-dependencies:
    - dependency-name: async-trait
     dependency-version: 0.1.88
     dependency-type: direct:production
     update-type: version-update:semver-patch
     dependency-group: deps
    - dependency-name: tokio
     dependency-version: 1.44.1
     dependency-type: direct:production
     update-type: version-update:semver-minor
     dependency-group: deps
    - dependency-name: clap
     dependency-version: 4.5.35
     dependency-type: direct:production
     update-type: version-update:semver-patch
     dependency-group: deps
    - dependency-name: keyring
     dependency-version: 3.6.2
     dependency-type: direct:production
     update-type: version-update:semver-patch
     dependency-group: deps
    - dependency-name: log
     dependency-version: 0.4.27
     dependency-type: direct:production
     update-type: version-update:semver-patch
     dependency-group: deps
    - dependency-name: openssl
     dependency-version: 0.10.71
     dependency-type: direct:production
     update-type: version-update:semver-patch
     dependency-group: deps
    - dependency-name: pyo3
     dependency-version: 0.24.1
     dependency-type: direct:production
     update-type: version-update:semver-minor
     dependency-group: deps
    - dependency-name: serde
     dependency-version: 1.0.219
     dependency-type: direct:production
     update-type: version-update:semver-patch
     dependency-group: deps
    - dependency-name: serde_json
     dependency-version: 1.0.140
     dependency-type: direct:production
     update-type: version-update:semver-patch
     dependency-group: deps
    - dependency-name: toml
     dependency-version: 0.8.20
     dependency-type: direct:production
     update-type: version-update:semver-patch
     dependency-group: deps
    - dependency-name: scraper
     dependency-version: 0.23.1
     dependency-type: direct:production
     update-type: version-update:semver-minor
     dependency-group: deps
    - dependency-name: anyhow
     dependency-version: 1.0.97
     dependency-type: direct:production
     update-type: version-update:semver-patch
     dependency-group: deps
    - dependency-name: clap_complete
     dependency-version: 4.5.47
     dependency-type: direct:production
     update-type: version-update:semver-patch
     dependency-group: deps
    - dependency-name: thiserror
     dependency-version: 2.0.12
     dependency-type: direct:production
     update-type: version-update:semver-patch
     dependency-group: deps
    - dependency-name: diesel
     dependency-version: 2.2.8
     dependency-type: direct:production
     update-type: version-update:semver-patch
     dependency-group: deps
    - dependency-name: reqwest
     dependency-version: 0.12.15
     dependency-type: direct:production
     update-type: version-update:semver-patch
     dependency-group: deps
    ...
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 2, 2025
    Configuration menu
    Copy the full SHA
    409d483 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2025

  1. feat(list): format problem list with Chinese unicode ( #190 )

    Signed-off-by: HeWei <weihe1999@outlook.com>
    Co-authored-by: HeWei <weihe1999@outlook.com>
    Marukohe and Marukohe authored Apr 29, 2025
    Configuration menu
    Copy the full SHA
    e80ebe5 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2025

  1. chore(dep): bump the deps group with 11 updates ( #191 )

    Bumps the deps group with 11 updates:
    | Package | From | To |
    | --- | --- | --- |
    | [tokio](https://github.com/tokio-rs/tokio) | `1.44.1` | `1.44.2` |
    | [clap](https://github.com/clap-rs/clap) | `4.5.35` | `4.5.37` |
    | [openssl](https://github.com/sfackler/rust-openssl) | `0.10.71` | `0.10.72` |
    | [pyo3](https://github.com/pyo3/pyo3) | `0.24.1` | `0.24.2` |
    | [rand](https://github.com/rust-random/rand) | `0.9.0` | `0.9.1` |
    | [toml](https://github.com/toml-rs/toml) | `0.8.20` | `0.8.22` |
    | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.97` | `1.0.98` |
    | [clap_complete](https://github.com/clap-rs/clap) | `4.5.47` | `4.5.48` |
    | [unicode-width](https://github.com/unicode-rs/unicode-width) | `0.1.13` | `0.2.0` |
    | [diesel](https://github.com/diesel-rs/diesel) | `2.2.8` | `2.2.10` |
    | [nix](https://github.com/nix-rust/nix) | `0.29.0` | `0.30.0` |
    Updates `tokio` from 1.44.1 to 1.44.2
    - [Release notes](https://github.com/tokio-rs/tokio/releases)
    - [Commits](tokio-rs/tokio@tokio-1.44.1...tokio-1.44.2)
    Updates `clap` from 4.5.35 to 4.5.37
    - [Release notes](https://github.com/clap-rs/clap/releases)
    - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
    - [Commits](clap-rs/clap@clap_complete-v4.5.35...clap_complete-v4.5.37)
    Updates `openssl` from 0.10.71 to 0.10.72
    - [Release notes](https://github.com/sfackler/rust-openssl/releases)
    - [Commits](sfackler/rust-openssl@openssl-v0.10.71...openssl-v0.10.72)
    Updates `pyo3` from 0.24.1 to 0.24.2
    - [Release notes](https://github.com/pyo3/pyo3/releases)
    - [Changelog](https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md)
    - [Commits](PyO3/pyo3@v0.24.1...v0.24.2)
    Updates `rand` from 0.9.0 to 0.9.1
    - [Release notes](https://github.com/rust-random/rand/releases)
    - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md)
    - [Commits](rust-random/rand@0.9.0...rand_core-0.9.1)
    Updates `toml` from 0.8.20 to 0.8.22
    - [Commits](toml-rs/toml@toml-v0.8.20...toml-v0.8.22)
    Updates `anyhow` from 1.0.97 to 1.0.98
    - [Release notes](https://github.com/dtolnay/anyhow/releases)
    - [Commits](dtolnay/anyhow@1.0.97...1.0.98)
    Updates `clap_complete` from 4.5.47 to 4.5.48
    - [Release notes](https://github.com/clap-rs/clap/releases)
    - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
    - [Commits](clap-rs/clap@clap_complete-v4.5.47...clap_complete-v4.5.48)
    Updates `unicode-width` from 0.1.13 to 0.2.0
    - [Commits](unicode-rs/unicode-width@v0.1.13...v0.2.0)
    Updates `diesel` from 2.2.8 to 2.2.10
    - [Release notes](https://github.com/diesel-rs/diesel/releases)
    - [Changelog](https://github.com/diesel-rs/diesel/blob/v2.2.10/CHANGELOG.md)
    - [Commits](diesel-rs/diesel@v2.2.8...v2.2.10)
    Updates `nix` from 0.29.0 to 0.30.0
    - [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md)
    - [Commits](nix-rust/nix@v0.29.0...v0.30.0)
    ---
    updated-dependencies:
    - dependency-name: tokio
     dependency-version: 1.44.2
     dependency-type: direct:production
     update-type: version-update:semver-patch
     dependency-group: deps
    - dependency-name: clap
     dependency-version: 4.5.37
     dependency-type: direct:production
     update-type: version-update:semver-patch
     dependency-group: deps
    - dependency-name: openssl
     dependency-version: 0.10.72
     dependency-type: direct:production
     update-type: version-update:semver-patch
     dependency-group: deps
    - dependency-name: pyo3
     dependency-version: 0.24.2
     dependency-type: direct:production
     update-type: version-update:semver-patch
     dependency-group: deps
    - dependency-name: rand
     dependency-version: 0.9.1
     dependency-type: direct:production
     update-type: version-update:semver-patch
     dependency-group: deps
    - dependency-name: toml
     dependency-version: 0.8.22
     dependency-type: direct:production
     update-type: version-update:semver-patch
     dependency-group: deps
    - dependency-name: anyhow
     dependency-version: 1.0.98
     dependency-type: direct:production
     update-type: version-update:semver-patch
     dependency-group: deps
    - dependency-name: clap_complete
     dependency-version: 4.5.48
     dependency-type: direct:production
     update-type: version-update:semver-patch
     dependency-group: deps
    - dependency-name: unicode-width
     dependency-version: 0.2.0
     dependency-type: direct:production
     update-type: version-update:semver-minor
     dependency-group: deps
    - dependency-name: diesel
     dependency-version: 2.2.10
     dependency-type: direct:production
     update-type: version-update:semver-patch
     dependency-group: deps
    - dependency-name: nix
     dependency-version: 0.30.0
     dependency-type: direct:production
     update-type: version-update:semver-minor
     dependency-group: deps
    ...
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 3, 2025
    Configuration menu
    Copy the full SHA
    f422206 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2025

  1. Add environment variable override for cookie configuration ( #195 )

    * Add environment variable override for cookie configuration
    Cookies can now be overridden using LEETCODE_CSRF, LEETCODE_SESSION,
    and LEETCODE_SITE environment variables when loading configuration.
    * Update README.md: add document for overriding cookies with environment
    variables.
    yousiki authored Jun 23, 2025
    Configuration menu
    Copy the full SHA
    6c6d5c5 View commit details
    Browse the repository at this point in the history
  2. chore(dep): bump the deps group with 7 updates ( #192 )

    * chore(dep): bump the deps group with 7 updates
    Bumps the deps group with 7 updates:
    | Package | From | To |
    | --- | --- | --- |
    | [tokio](https://github.com/tokio-rs/tokio) | `1.44.2` | `1.45.1` |
    | [clap](https://github.com/clap-rs/clap) | `4.5.37` | `4.5.39` |
    | [openssl](https://github.com/sfackler/rust-openssl) | `0.10.72` | `0.10.73` |
    | [pyo3](https://github.com/pyo3/pyo3) | `0.24.2` | `0.25.0` |
    | [clap_complete](https://github.com/clap-rs/clap) | `4.5.48` | `4.5.52` |
    | [reqwest](https://github.com/seanmonstar/reqwest) | `0.12.15` | `0.12.18` |
    | [nix](https://github.com/nix-rust/nix) | `0.30.0` | `0.30.1` |
    Updates `tokio` from 1.44.2 to 1.45.1
    - [Release notes](https://github.com/tokio-rs/tokio/releases)
    - [Commits](tokio-rs/tokio@tokio-1.44.2...tokio-1.45.1)
    Updates `clap` from 4.5.37 to 4.5.39
    - [Release notes](https://github.com/clap-rs/clap/releases)
    - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
    - [Commits](clap-rs/clap@clap_complete-v4.5.37...clap_complete-v4.5.39)
    Updates `openssl` from 0.10.72 to 0.10.73
    - [Release notes](https://github.com/sfackler/rust-openssl/releases)
    - [Commits](sfackler/rust-openssl@openssl-v0.10.72...openssl-v0.10.73)
    Updates `pyo3` from 0.24.2 to 0.25.0
    - [Release notes](https://github.com/pyo3/pyo3/releases)
    - [Changelog](https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md)
    - [Commits](PyO3/pyo3@v0.24.2...v0.25.0)
    Updates `clap_complete` from 4.5.48 to 4.5.52
    - [Release notes](https://github.com/clap-rs/clap/releases)
    - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
    - [Commits](clap-rs/clap@clap_complete-v4.5.48...clap_complete-v4.5.52)
    Updates `reqwest` from 0.12.15 to 0.12.18
    - [Release notes](https://github.com/seanmonstar/reqwest/releases)
    - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
    - [Commits](seanmonstar/reqwest@v0.12.15...v0.12.18)
    Updates `nix` from 0.30.0 to 0.30.1
    - [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md)
    - [Commits](nix-rust/nix@v0.30.0...v0.30.1)
    ---
    updated-dependencies:
    - dependency-name: tokio
     dependency-version: 1.45.1
     dependency-type: direct:production
     update-type: version-update:semver-minor
     dependency-group: deps
    - dependency-name: clap
     dependency-version: 4.5.39
     dependency-type: direct:production
     update-type: version-update:semver-patch
     dependency-group: deps
    - dependency-name: openssl
     dependency-version: 0.10.73
     dependency-type: direct:production
     update-type: version-update:semver-patch
     dependency-group: deps
    - dependency-name: pyo3
     dependency-version: 0.25.0
     dependency-type: direct:production
     update-type: version-update:semver-minor
     dependency-group: deps
    - dependency-name: clap_complete
     dependency-version: 4.5.52
     dependency-type: direct:production
     update-type: version-update:semver-patch
     dependency-group: deps
    - dependency-name: reqwest
     dependency-version: 0.12.18
     dependency-type: direct:production
     update-type: version-update:semver-patch
     dependency-group: deps
    - dependency-name: nix
     dependency-version: 0.30.1
     dependency-type: direct:production
     update-type: version-update:semver-patch
     dependency-group: deps
    ...
    Signed-off-by: dependabot[bot] <support@github.com>
    * chore(app): bump version to 0.4.7
    ---------
    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>
    Co-authored-by: clearloop <udtrokia@gmail.com>
    3 people authored Jun 23, 2025
    Configuration menu
    Copy the full SHA
    feddec6 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2025

  1. chore(dep): bump the deps group with 7 updates ( #196 )

    ---
    updated-dependencies:
    - dependency-name: clap
     dependency-version: 4.5.40
     dependency-type: direct:production
     update-type: version-update:semver-patch
     dependency-group: deps
    - dependency-name: pyo3
     dependency-version: 0.25.1
     dependency-type: direct:production
     update-type: version-update:semver-patch
     dependency-group: deps
    - dependency-name: toml
     dependency-version: 0.8.23
     dependency-type: direct:production
     update-type: version-update:semver-patch
     dependency-group: deps
    - dependency-name: clap_complete
     dependency-version: 4.5.54
     dependency-type: direct:production
     update-type: version-update:semver-patch
     dependency-group: deps
    - dependency-name: unicode-width
     dependency-version: 0.2.1
     dependency-type: direct:production
     update-type: version-update:semver-patch
     dependency-group: deps
    - dependency-name: diesel
     dependency-version: 2.2.11
     dependency-type: direct:production
     update-type: version-update:semver-patch
     dependency-group: deps
    - dependency-name: reqwest
     dependency-version: 0.12.22
     dependency-type: direct:production
     update-type: version-update:semver-patch
     dependency-group: deps
    ...
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 31, 2025
    Configuration menu
    Copy the full SHA
    9bb6380 View commit details
    Browse the repository at this point in the history
Loading

AltStyle γ«γ‚ˆγ£γ¦ε€‰ζ›γ•γ‚ŒγŸγƒšγƒΌγ‚Έ (->γ‚ͺγƒͺγ‚ΈγƒŠγƒ«) /