Skip to content

Commit

Permalink
bump version to 5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xi committed May 20, 2024
1 parent a87fc6f commit a37de23
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
2024-05-20 Tobias Bengfort <[email protected]>

*** 5.3.0 ***

- allow to start URLs with offset (see https://www.w3.org/TR/media-frags/)
- fix compatibility with mpv 0.38 and above (thanks to @AlkyoneAoide)

2023-03-09 Tobias Bengfort <[email protected]>

*** 5.2.0 ***
Expand Down
2 changes: 1 addition & 1 deletion cplay.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import time
from contextlib import contextmanager

__version__ = 'cplay-ng 5.2.0'
__version__ = 'cplay-ng 5.3.0'

AUDIO_EXTENSIONS = [
'mp3', 'ogg', 'oga', 'opus', 'flac', 'm4a', 'm4b', 'wav', 'mid', 'wma'
Expand Down

0 comments on commit a37de23

Please sign in to comment.