Skip to content

Releases: skygragon/leetcode-cli

2.6.2

29 Sep 00:15
Compare
Choose a tag to compare
  • submit
    • fixes beta ratio issue

2.6.1

03 Dec 15:10
Compare
Choose a tag to compare
  • submit
    • fixes 500 error on windows.

2.6.0

24 Nov 09:43
Compare
Choose a tag to compare
  • build all-in-one binary for linux/macos/windows.
  • show
    • support customized filename.
    • use "--" as comment in sql file.
  • list
    • fixes format issue.
  • fixes UT failures on windows.

2.5.4

18 Nov 02:48
Compare
Choose a tag to compare
  • fixes error in fresh env without .lc existed.
  • embed meta in file content instead of file name.
  • update dependencies.

2.5.3

28 Oct 04:15
Compare
Choose a tag to compare
  • fixes "Failed to load locked problem" issue.
  • move plugin's data into separate folders:
    • login info
    • problems list
    • problem cache

2.5.2

29 May 02:18
Compare
Choose a tag to compare
  • show
    • fixes 400 error
    • support translated content for leetcode-cn

2.5.1

19 Jan 06:43
Compare
Choose a tag to compare
  • auto install missing plugins after upgrade.
  • use 16m colors if possible.
  • enhance color output on windows.
  • cache
    • fix issue that can't delete cache by name.
  • session
    • fix issue if session name is a number.
  • stat
    • use level weight in calendar view.

2.5.0

06 Jan 16:06
Compare
Choose a tag to compare
  • add session command to manage coding sessions on leetcode.com.
  • add more color themes.
    • molokai
    • solarized
    • solarized.light
  • list
    • fix id mismatch issue.
  • show
    • add -o option to specify output folder.
    • fix badge output in non-default color themes.+
  • stat
    • calculate on AC-ed questions in calendar graph.
  • test
    • fix out-of-order output issue.

2.4.0

02 Jan 02:46
Compare
Choose a tag to compare
  • only supports node's version >= 4.
  • Refactor folder structure:
    • now ~/.lc/ would be the only folder used by leetcode-cli.
    • move lcconfig file to ~/.lc/.
    • move cache files to ~/.lc/cache/.
  • config
    • fix string value parsing error.
  • list
    • show tag/lang badges in -x output.
  • show
    • add -q -t options to filter random questions.
  • stat
    • enhance output of -g option.
    • enhance output on windows.
    • add -c option to display calendar stat of how many AC-ed questions per day.
    • add --no-lock option to filter out locked questions.
    • add -q -t options to filter questions stat.

2.3.0

28 Dec 05:17
Compare
Choose a tag to compare
  • plugin
    • only install necessary depedencies on specific platform.
    • add -c option to show plugin config.
    • support cookie.chrome plugin.
    • supportcookie.firefox plugin.
  • docker
    • support running leetcode-cli as docker container for new user's tasting.
    • auto build docker image in Docker Hub.
  • UI
    • Add spinner message for long time running works.
  • Add logo and updte documents.