Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
deeffest authored Jun 7, 2024
1 parent 709269c commit 31d9372
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 6 deletions.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from core.main_window import Window

name = "Youtube Music Desktop Player"
version = "1.4.1"
version = "1.5"
current_dir = os.path.dirname(os.path.abspath(__file__))
username = getpass.getuser()

Expand Down
13 changes: 9 additions & 4 deletions notes.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
1.4.1 Update!
1.5 Update!

- Fixed the icons of the settings window and the about window,
as well as the icons in the window thumbnail - they will now
be visible in the light Windows theme.
- Fixed some bugs in the downloader.
- Added a toolbar at the top of the main window.
- Improved detection of track name and author in miniplayer,
now uses js on current page instead of pytube.
- Added a menu with Copy and Paste buttons on the web page.
- Added Previous Track (Left Arrow), Pause/Play (Spacebar),
Next Track (Right Arrow) hotkeys to the mini-player.
- Other changes and improvements.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ PyQt5==5.15.10
PyQt5_sip==12.13.0
PyQt_Fluent_Widgets==1.5.6
pytube==15.0.0
Requests==2.31.0
Requests==2.32.3
1 change: 1 addition & 0 deletions resources/icons/content_copy_24dp.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions resources/icons/content_paste_24dp.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 31d9372

Please sign in to comment.