Releases: shailshouryya/yt-videos-list
Releases · shailshouryya/yt-videos-list
0.3.5: Direct url use in API support
- compare changes to previous version
0.3.4: Automated selenium dependency downloads (Windows)
- compare changes to previous version
0.3.3: Automated selenium dependency downloads (MacOS)
- compare changes to previous version
0.3.2: Formatted selenium download commands
- compare changes to previous version
- under the hood change using helper functions
0.3.1: New driver binary support
- compare changes to previous version
- Opera Stable 66, 67, 68
- Operadriver 81.0.4044.113
- Operadriver 80.0.3987.100
- Operadriver 79.0.3945.79
- Chrome Version 80, 81
- Chromedriver 81.0.4044.69
- Chromedriver 80.0.3987.106
- Opera Stable 66, 67, 68
0.3.0: Refactoring + API change
- compare changes to previous version (there's a LOT!)
- NOTE this is the same as 0.2.17!
- updated to 0.3.0 to be better compliant with semantic versioning practice of updating the version number when making backwards INCOMPATIBLE changes (https://semver.org/)
- no change in functionality, just changes in how things work under the hood and how to instantiate instances and call methods
- updated ListGenerator() -> ListCreator()
- no python generators are used in this program, so renamed to avoid being misleading and avoid potential confusion
- updated create_list() -> create_list_for()
- this is a more clear and obvious name that clearly describes what the method does
- everything else is under the hood changes to how functions are invoked, user input is checked, functions/variables are named, code is organized (whitespace), import statements are organized, and user input is loaded (via tuple packing into instance_attributes in init.py and unpacking when loaded into execute.logic())"
- updated ListGenerator() -> ListCreator()
0.2.17: Same as 0.3.0
- compare changes to previous version
- makes breaking changes to API
0.2.16: Invalid browser exit, table of contents
- compare changes to previous version
0.2.15: Selenium download commands support (Windows)
- compare changes to previous version
0.2.14: List creation chronological support
- compare changes to previous version