File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
2+ ## 1.3.7
3+ - Include shorts
4+
25## 1.3.6
36- Add option to incorporate NeetCode shorts
47- Simplify codebase and expand testing
Original file line number Diff line number Diff line change @@ -214,11 +214,11 @@ uv lock
214214- [X] Add support for including NeetCode solution code
215215- [X] Migrate to UV for faster dependency management
216216- [X] Add NeetCode shorts
217+ - [X] Reach 90% test coverage
217218- [ ] Add support for fetching premium questions via authentification
218219- [ ] Add support for importing cards into Quizlet
219220- [ ] Add support for fetching questions by topic or tag
220221link
221- - [ ] Reach 90% test coverage
222222
223223## 🔎 Other Usefull Stuff
224224- [ Remember anything with Anki] ( https://foggymountainpass.com/anki-essentials/ )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " leetcode-study-tool"
7- version = " 1.3.6 "
7+ version = " 1.3.7 "
88description = " A tool for studying Leetcode with Python"
99requires-python = " >=3.8"
1010authors = [{name =" John Sutor" , email =" johnsutor3@gmail.com" }]
You can’t perform that action at this time.
0 commit comments