Skip to content

Commit 139bb8d

Browse files
committed
Add shorts to youtube.json
1 parent 7782fe1 commit 139bb8d

4 files changed

Lines changed: 1859 additions & 1718 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
220221
link
221-
- [ ] Reach 90% test coverage
222222

223223
## 🔎 Other Usefull Stuff
224224
- [Remember anything with Anki](https://foggymountainpass.com/anki-essentials/)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "leetcode-study-tool"
7-
version = "1.3.6"
7+
version = "1.3.7"
88
description = "A tool for studying Leetcode with Python"
99
requires-python = ">=3.8"
1010
authors = [{name="John Sutor", email="johnsutor3@gmail.com" }]

0 commit comments

Comments
 (0)