Documentation
* docs: extend upgrade instructions (1249)
This adds the pip / pipx commands to upgrade all the dependencies. This makes directed actions like https://github.com/mps-youtube/yewtube/issues/1225#issuecomment-1493400886 unnecessary. ([`f62a5fd`](https://github.com/mps-youtube/yewtube/commit/f62a5fd96f97806f35a015df21274e0debf0c8e3))
Unknown
* Fix Issue 1064 and 1283: User and Channel searches to return all videos including optional filtering of search terms (1282) (1288)
* Updated the all_videos_from_channel function to return all videos from a channel, not just the first page of playlist results (previous method only returned up to 100 videos max).
* Updated the usersearch_id function to filter the returned videos by search term in the title or description. This restores the ability to search a user&39;s videos.
Co-authored-by: Robert Hill <robert.hilluphillsolutions.tech> ([`a5574cf`](https://github.com/mps-youtube/yewtube/commit/a5574cff5dd28bf39c0f6686d219c743435db5af))
* Update COLLABORATORS.md ([`0c1e39d`](https://github.com/mps-youtube/yewtube/commit/0c1e39d51f5d4c6e1bea25b72c00900aab991e37))
* Update project URL and version maintenance (1262)
* Update project URL
* Update __version__ in setup.py
This suppresses the update notifications
* help new: more accurate helptext
`help new` doesn&39;t actually check whether there&39;s a new version,
it shows the changelog for the latest release no matter what.
Update helptext to reflect this. ([`42cfda0`](https://github.com/mps-youtube/yewtube/commit/42cfda07ddc690e5ef1c42aa704a3d221f877b28))
* fix syntax warnings on 3.12 (1263) ([`f8c1f1d`](https://github.com/mps-youtube/yewtube/commit/f8c1f1d14cb21879ded6fdfba2e919b652692410))
* added a notice ([`e39978a`](https://github.com/mps-youtube/yewtube/commit/e39978a8deeeef371a0466eba701b872cdec7c6e))