feat: Add lazy loading attribute to images and youtube playlist download feature

This commit is contained in:
Peifan Li
2025-12-26 20:01:20 -05:00
parent 9a955fa25f
commit d5ebc07965

View File

@@ -1,5 +1,16 @@
# Change Log
## v1.6.49 (2025-12-26)
### Feat
- feat: Add lazy loading attribute to images (9a955fa)
- feat: add youtube playlist download feature (e5fcf66)
### Refactor
- refactor: Configure QueryClient with memory management settings (e03db8f)
## v1.6.48 (2025-12-26)
### Chore