We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cef472 commit b3103bdCopy full SHA for b3103bd
2 files changed
ChangeLog
@@ -1,3 +1,10 @@
1
+2022-02-06 Wang Kai <kaiwkx@gmail.com>
2
+
3
+ * leetcode.el:
4
+ - Add leetcode-daily
5
+ - Fix slugify title regex
6
+ - Optmize tags parsing with hash table
7
8
2021-06-20 Wang Kai <kaiwkx@gmail.com>
9
10
* leetcode.el:
leetcode.el
@@ -6,7 +6,7 @@
;; Keywords: extensions, tools
;; URL: https://github.com/kaiwk/leetcode.el
;; Package-Requires: ((emacs "26") (dash "2.16.0") (graphql "0.1.1") (spinner "1.7.3") (aio "1.0") (log4e "0.3.3"))
-;; Version: 0.1.23
+;; Version: 0.1.24
11
;; This program is free software; you can redistribute it and/or modify
12
;; it under the terms of the GNU General Public License as published by
0 commit comments