Skip to content

Releases: kaiwk/leetcode.el

v0.1.28

13 Mar 17:54

Choose a tag to compare

fix: .paidOnly should use `t` instead of `:json-true`

v0.1.27: feat: set evil-normal-state-local-map (#103)

03 May 05:18
b952211

Choose a tag to compare

Add leetcode-solution-mode

02 May 10:25

Choose a tag to compare

  • add leetcode-solution-mode
  • enable font-lock-mode in result buffer

v0.1.25

01 May 17:23

Choose a tag to compare

Some code refactoring

0.1.24

06 Feb 15:23

Choose a tag to compare

  • Add leetcode-daily
  • Fix slugify title regex
  • Optmize tags parsing with hash table

v0.1.23

05 Oct 13:45

Choose a tag to compare

chore: bump up version

v0.1.22

20 Jun 07:21

Choose a tag to compare

  • Save problems with list instead of vector, because of problem id inconsistency.
  • Add variable to control tag display.
  • Fix duplicate tag after refresh fetch.

v0.1.18

31 May 12:47

Choose a tag to compare

doc: update

v0.1.10

16 Jan 02:05

Choose a tag to compare

fix: login failed

LeetCode do not allow third party login, retrieve LeetCode session from local
Chrome cookies. see: #46