Releases: sudiptob2/leet-easy
Releases · sudiptob2/leet-easy
v1.2.0
What's Changed
- add retry logic of 3 attempts for connecting to leetcode, sleep for 1… by @kmartin62 in #34
- [#39] test: fixed unittest for request parser. by @sudiptob2 in #40
- Refactor/41 strict flake8 by @sudiptob2 in #42
- add examples in CONTRIBUTING.md by @jaygala223 in #45
- docs: example for commit by @jaygala223 in #49
- Gh test by @nilesh05apr in #46
- [#31] test: add tests for TimeValidator by @Chaitanya134 in #37
- fixed notifications if the user's machine was powered on after the scheduled time had past by @QueTeddy in #50
- Create PULL_REQUEST_TEMPLATE.md by @hari-ajidesh in #52
- [#54] ci: github actions added for releasing into pypi autometically … by @sudiptob2 in #55
- release: 1.changelog updatd. version updated of setup.cfg by @sudiptob2 in #56
New Contributors
- @kmartin62 made their first contribution in #34
- @jaygala223 made their first contribution in #45
- @nilesh05apr made their first contribution in #46
- @Chaitanya134 made their first contribution in #37
- @QueTeddy made their first contribution in #50
- @hari-ajidesh made their first contribution in #52
Full Changelog: v1.0.2-alpha...v1.2.0
windows support
What's Changed
- Patch/29 pwd import fix by @sudiptob2 in #30
Full Changelog: v1.0.1-alpha...v1.0.2-alpha
cronjob support
What's Changed
- Patch/27 cronjob notification by @sudiptob2 in #28
Full Changelog: v1.0.0-alpha...v1.0.1-alpha
v1.0.0
What's Changed
Breaking change:
leeteasy start
implemented
Feature:
--sleep_duration
option addedleeteasy stop
command implemented
Fix:
- Null notification sent when problem difficulty is not in the target difficulty fixed.
Full Changelog: v0.1.3-alpha...v1.0.0-alpha
pre-alpha
0.1.3 (Pre-Alpha)
Features:
- schedule for 2 problem difficulty
- python 3.8 support
- notification icon support