Releases: NeverMendel/leetcode-export
Releases · NeverMendel/leetcode-export
Relase 2.4.0
What's Changed
- Use chrome headers when querying leetcode APIs
- Change problem statement deafult extension to markdown
Full Changelog: v2.3.0...v2.4.0
Release 2.3.0
What's Changed
- Bump alpine from 3.19.0 to 3.19.1 by @dependabot in #17
- feat: add more valid languages by @irfansofyana in #18
New Contributors
- @irfansofyana made their first contribution in #18
Full Changelog: v2.2.0...v2.3.0
Release 2.2.0
What's Changed
- Bump alpine from 3.17.1 to 3.17.3 by @dependabot in #4
- Bump alpine from 3.17.3 to 3.18.0 by @dependabot in #5
- Support exporting pythondata submissions by @JoshuaGhost in #9
New Contributors
- @dependabot made their first contribution in #4
- @JoshuaGhost made their first contribution in #9
Full Changelog: v2.1.0...v2.2.0
Release 2.1.0
What's Changed
- Add --no-problem-statement and --only-last-submission flags by @GoingMyWay in #2
- Improve logging
Full Changelog: v2.0.0...v2.1.0
Release 2.0.0
What has changed?
- Add
--only-accepted
flag to only save accepted submissions - Add
--language
script argument - Add
--problem-folder-name
argument
Full Changelog: v1.2.0...v2.0.0
Release 1.2.0
- Add problem content template definition as program argument
Release 1.1.1
- Change get_submission into a generator to avoid API rate limit problems
Release 1.1.0
v1.1.0 Improve README and add GitHub action to publish Docker image