cplay-ng

simple curses audio player
git clone https://git.ce9e.org/cplay-ng.git

commit
92ac5aeb56dc6078105643157a1def40830824c4
parent
432e9b8a9b1955a7885f0e0608beeee80c904a4e
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2021-07-17 18:12
update changelog

Diffstat

M ChangeLog 12 ++++++++++++

1 files changed, 12 insertions, 0 deletions


diff --git a/ChangeLog b/ChangeLog

@@ -1,3 +1,15 @@
   -1     1 unreleased  Tobias Bengfort <tobias.bengfort@posteo.de>
   -1     2 
   -1     3 	*** 4.1.0 ***
   -1     4 
   -1     5 	- changes to playlists are no longer automatically written back to their
   -1     6 	  files. Instead, a * is appended to the playlist title if there are unsaved
   -1     7 	  modifications. They can be written to a file with the `w` key.
   -1     8 	- cplay now uses a single instance of mpv and its IPC mechanism instead of
   -1     9 	  parsing command line output.
   -1    10 	- fix: stop playback when cplay crashes
   -1    11 	- fix: do not crash on tiny screen size
   -1    12 
    1    13 2020-09-07  Tobias Bengfort <tobias.bengfort@posteo.de>
    2    14 
    3    15 	*** 4.0.0 ***