Skip to content

Commit

Permalink
v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
PrajwalVandana committed Aug 25, 2024
1 parent d42cfa6 commit f773c8b
Show file tree
Hide file tree
Showing 7 changed files with 167 additions and 84 deletions.
Binary file removed dist/maestro_music-2.0.1.tar.gz
Binary file not shown.
Binary file not shown.
Binary file added dist/maestro_music-2.0.2.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion maestro/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "2.0.1"
VERSION = "2.0.2"
4 changes: 4 additions & 0 deletions maestro/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,10 @@
"UP/DOWN",
"to scroll through the queue/lyrics (mouse scrolling should also work)",
),
(
"SHIFT+UP/DOWN",
"move the selected song up/down in the queue",
),
("ENTER", "play the selected song/seek to selected lyric"),
("p", "sna[p] back to the currently playing song/lyric"),
(
Expand Down
Loading

0 comments on commit f773c8b

Please sign in to comment.