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.4.1
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.4.3
Choose a head ref
  • 9 commits
  • 12 files changed
  • 8 contributors

Commits on Jul 2, 2023

  1. Update Cookie setup due to Chromium configuration update (#127)

    Co-authored-by: Hee Hwang <hwangh@fortinet.com>
    heeh and toyoidc authored Jul 2, 2023
    Configuration menu
    Copy the full SHA
    8a1c966 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. Shell completions (#129)

    * feat: shell completions for bash, zsh, fish, etc.
    
    * fix(crate_name): `crate_name!()` doesn't pick up bin name it picks up package name. Hence hardcoding to sync with shell completions
    
    * fix(Readme): Shell completions description
    
    * fix: collapsible shell completion description
    akarsh1995 authored Jul 11, 2023
    Configuration menu
    Copy the full SHA
    d121ac1 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. docs: Update README.md with configuration instructions (#130)

    * docs: Update README.md with configuration instructions
    
    * docs: add configuration explanation
    cauliyang authored Jul 20, 2023
    Configuration menu
    Copy the full SHA
    fc4029f View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. feat: inject code before and after leetcode boilerplate (#132)

    * Add code templates
    
    * chore: cleanup messages
    
    * Add "inject_before" and "inject_after" to replace code templates
    
    * docs: Update README.md for `inject_before` and `inject_after`
    Subjective authored Sep 8, 2023
    Configuration menu
    Copy the full SHA
    68d269c View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2023

  1. feat: add option to set environment variables for edit command (#133)

    * feat: add option to configure environment variable for edit command
    
    * feat: allow for unlimited environment variables
    
    * Update README for Optional environment variables
    
    * docs: fix inject_before example in README
    
    * chore: fix grammar/typos
    Subjective authored Sep 9, 2023
    Configuration menu
    Copy the full SHA
    0322356 View commit details
    Browse the repository at this point in the history
  2. fix: shell detection message always outputed when generating completi…

    …on (#131)
    
    * fix: shell detection message always outputed when generating completion
    
    * Remove shell detection message
    
    * Update README
    Subjective authored Sep 9, 2023
    Configuration menu
    Copy the full SHA
    05e1880 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. Configuration menu
    Copy the full SHA
    64a9d10 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. Configuration menu
    Copy the full SHA
    4b76c46 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ef1693 View commit details
    Browse the repository at this point in the history
Loading