- commit
- d2c663c1c67b3e5fe5d4fa055935935f7652aa8e
- parent
- 1fb8370be32a0e38948a4eadfd70b8462b1b80e2
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2024-12-28 22:46
bump version to 5.4.0
Diffstat
| M | ChangeLog | 9 | +++++++++ |
| M | cplay.py | 2 | +- |
| M | pyproject.toml | 2 | +- |
3 files changed, 11 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
@@ -1,3 +1,12 @@ -1 1 2024-12-28 Tobias Bengfort <tobias.bengfort@posteo.de> -1 2 -1 3 *** 5.4.0 *** -1 4 -1 5 - allow to refresh file list -1 6 - automatically pause when playback was interrupted (e.g. because the -1 7 device was suspended) -1 8 - strip leading v when parsing mpv version -1 9 1 10 2024-08-03 Tobias Bengfort <tobias.bengfort@posteo.de> 2 11 3 12 *** 5.3.1 ***
diff --git a/cplay.py b/cplay.py
@@ -13,7 +13,7 @@ import termios 13 13 import time 14 14 from contextlib import contextmanager 15 1516 -1 __version__ = '5.3.1'-1 16 __version__ = '5.4.0' 17 17 18 18 AUDIO_EXTENSIONS = [ 19 19 'mp3', 'ogg', 'oga', 'opus', 'flac', 'm4a', 'm4b', 'wav', 'mid', 'wma'
diff --git a/pyproject.toml b/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" 4 4 5 5 [project] 6 6 name = "cplay-ng"7 -1 version = "5.3.1"-1 7 version = "5.4.0" 8 8 description = "A simple curses audio player" 9 9 readme = "README.md" 10 10 license = {text = "GPLv2+"}