Skip to content

Commit

Permalink
Update to 1.11.1
Browse files Browse the repository at this point in the history
- Updated pytubefix to version 7, thus fixing a persistent bug when loading tracks/playlists.
  • Loading branch information
deeffest committed Sep 28, 2024
1 parent dcfdaa1 commit 420f995
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### Update 1.11.1 🎉 (September 28, 2024)

- Updated pytubefix to version 7, thus fixing a persistent bug when loading tracks/playlists.

### Update 1.11 🎉 (September 24, 2024)

- Increased the size of buttons and icons for likes and dislikes in the mini player window.
Expand Down
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
name = "Youtube-Music-Desktop-Player"
author = "deeffest"
website = "deeffest.pythonanywhere.com"
version = "1.11"
version = "1.11.1"
current_dir = os.path.dirname(os.path.abspath(__file__))

def setup_logging():
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ packaging==24.1
pypresence==4.3.0
PyQt5==5.15.11
PyQt_Fluent_Widgets==1.6.5
pytubefix==6.13.0
pytubefix==7.0.0
pywinstyles==1.8
Requests==2.32.3

0 comments on commit 420f995

Please sign in to comment.