Skip to content
This repository was archived by the owner on Mar 21, 2023. It is now read-only.

Commit b48b447

Browse files
semantic-releaseiamtalhaasghar
authored andcommitted
2.8.3
Automatically generated by python-semantic-release
1 parent 261f468 commit b48b447

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
<!--next-version-placeholder-->
44

5+
## v2.8.3 (2022-04-25)
6+
### Fix
7+
* #45 fetch all videos of a playlist ([`261f468`](https://github.com/iamtalhaasghar/yewtube/commit/261f4687668c6c05415102c66587a27518bbac10))
8+
* Save full playlists by name and all its videos ([`d69a959`](https://github.com/iamtalhaasghar/yewtube/commit/d69a9594c5824d97201774e81444b75aea93e861))
9+
* #67 vlc dummy Interface does not work with live channels ([`2d4637b`](https://github.com/iamtalhaasghar/yewtube/commit/2d4637b04b6f738ab832b3beacab1e490e99a518))
10+
511
## v2.8.2 (2022-03-17)
612
### Fix
713
* #63 module album search crash ([`3f2fcfb`](https://github.com/iamtalhaasghar/yewtube/commit/3f2fcfb27bb60928282d1a4a68adff22980f5938))

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
with open('requirements.txt', 'r') as fh:
2222
requirements = fh.readlines()
2323

24-
__version__ = "2.8.2"
24+
__version__ = "2.8.3"
2525

2626
options = dict(
2727
name="yewtube",

0 commit comments

Comments
 (0)