Skip to content

Releases: clearloop/leetcode-cli

v0.4.5

24 Aug 13:45
541a06d
Compare
Choose a tag to compare

What's Changed

  • feat(error): use thiserror for error generation by @clearloop in #140
  • chore(dep): bump the deps group with 2 updates by @dependabot in #141
  • bump version in flake.nix by @hilaolu in #142
  • chore(dep): bump the deps group with 10 updates by @dependabot in #143
  • fix:Enter cookies directly by @v8yte in #145
  • chore(dep): bump the deps group with 14 updates by @dependabot in #146
  • chore(dep): bump the deps group with 14 updates by @dependabot in #147
  • chore(dep): bump the deps group with 14 updates by @dependabot in #153
  • chore(dep): bump the deps group with 9 updates by @dependabot in #156
  • Feat: support leetcode.cn by @magicwenli in #158
  • chore(dep): bump the deps group with 9 updates by @dependabot in #157
  • Add 'site' configuration to example by @hao-lee in #160
  • fix: Problems' description (pick, edit) by @tripercy in #163
  • chore(dep): bump the deps group across 1 directory with 16 updates by @dependabot in #164

New Contributors

Full Changelog: v0.4.3...v0.4.5

v0.4.3

19 Dec 03:15
7ef1693
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.1...v0.4.3

v0.4.1

25 Jun 16:03
feb84c7
Compare
Choose a tag to compare
  • Re-enable chrome plugin
  • Search problems via name

v0.4.0

24 Jun 05:45
Compare
Choose a tag to compare

New configuration has been released in this version!

[code]
editor = 'emacs'
# Optional parameter
editor-args = ['-nw']
lang = 'rust'

[cookies]
csrf = '<your-leetcode-csrf-token>'
session = '<your-leetcode-session-key>'

[storage]
cache = 'Problems'
code = 'code'
root = '~/.leetcode'
scripts = 'scripts'

Any questions plz join telegram: https://t.me/+U_5si6PhWykxZTI1

v0.3.11

12 Jul 03:46
Compare
Choose a tag to compare
bump(0.3.11): bumps version to v0.3.11