From a37de23f6af154492bfe822296817b7489d1ca70 Mon Sep 17 00:00:00 2001 From: Tobias Bengfort Date: Mon, 20 May 2024 23:23:38 +0200 Subject: [PATCH] bump version to 5.3.0 --- ChangeLog | 7 +++++++ cplay.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0cdca84..c497de4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2024-05-20 Tobias Bengfort + + *** 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 *** 5.2.0 *** diff --git a/cplay.py b/cplay.py index 2328f06..f7a6d99 100644 --- a/cplay.py +++ b/cplay.py @@ -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'