We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e4e282 commit 18700eeCopy full SHA for 18700ee
CHANGELOG.md
@@ -33,4 +33,11 @@ Fix:
33
34
Fix:
35
36
-- `import pwd` fix for windows.
+- `import pwd` fix for windows.
37
+
38
+## 1.2.0 (Alpha)
39
40
+Features:
41
42
+ - Retry logic implemented on connection failed with leetcode API
43
+ - Notification on power on if the scheduled time had passed #50
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = leeteasy
3
-version = 1.0.2
+version = 1.2.0
4
author = Sudipto Baral
5
author_email = [email protected]
6
description = Desktop notification of easy daily challenge of leetcode.
0 commit comments