Skip to content

Releases: kaiwk/leetcode.el

v0.1.28

Choose a tag to compare

@kaiwk kaiwk released this 13 Mar 17:54
fix: .paidOnly should use `t` instead of `:json-true`

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

Choose a tag to compare

@kaiwk kaiwk released this 03 May 05:18
b952211
  • set evil-normal-state-local-map

Add leetcode-solution-mode

Choose a tag to compare

@kaiwk kaiwk released this 02 May 10:25
  • add leetcode-solution-mode
  • enable font-lock-mode in result buffer

v0.1.25

Choose a tag to compare

@kaiwk kaiwk released this 01 May 17:23

Some code refactoring

0.1.24

Choose a tag to compare

@kaiwk kaiwk released this 06 Feb 15:23
  • Add leetcode-daily
  • Fix slugify title regex
  • Optmize tags parsing with hash table

v0.1.23

Choose a tag to compare

@kaiwk kaiwk released this 05 Oct 13:45
chore: bump up version

v0.1.22

Choose a tag to compare

@kaiwk kaiwk released this 20 Jun 07:21
  • 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

Choose a tag to compare

@kaiwk kaiwk released this 31 May 12:47
doc: update

v0.1.10

Choose a tag to compare

@kaiwk kaiwk released this 16 Jan 02:05
fix: login failed

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