cplay-ng

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

commit
f3351337f91d4d655b52aa13aa11adad8c504b8e
parent
5f4ca415759d037af109c1cb15c567bdb7297b09
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2020-09-07 06:23
bump version to 4.0.0

Diffstat

M ChangeLog 33 +++++++++++++++++++++++++++++++++

1 files changed, 33 insertions, 0 deletions


diff --git a/ChangeLog b/ChangeLog

@@ -1,3 +1,36 @@
   -1     1 2020-09-07  Tobias Bengfort <tobias.bengfort@posteo.de>
   -1     2 
   -1     3 	*** 4.0.0 ***
   -1     4 
   -1     5 	This is a complete rewrite which massively simplifies the code
   -1     6 	and intentionally breaks a lot of things in the process.
   -1     7 
   -1     8 	* breaking changes:
   -1     9 	- drop support for all players except mpv
   -1    10 	- drop support for all mixers except pulse
   -1    11 	- drop support for all playlists except m3u
   -1    12 	- drop support for translations
   -1    13 	- drop support for fifo/cnq
   -1    14 	- drop support for metadata (mutagen)
   -1    15 	- rm all command line arguments
   -1    16 	- rm some key bindings, most without replacement
   -1    17 		- z for play/pause (use x or Space instead)
   -1    18 		- p for previous track
   -1    19 		- +/- for volume control (use 0..9 instead)
   -1    20 		- </> for horizontal scrolling
   -1    21 		- l for list mode
   -1    22 		- t/T/u/U/i/Space for tagging
   -1    23 		- o for open path
   -1    24 		- anything involving the ctrl key
   -1    25 		- Q no longer asks for confirmation
   -1    26 
   -1    27 	* new features:
   -1    28 	- state and presentation have been decoupled, resulting in simpler code
   -1    29 	- support for unicode input
   -1    30 	- interactive recursive search
   -1    31 	- it is now possible to open a playlist file and edit it rather than just
   -1    32 	  adding its contents to the internal playlist
   -1    33 
    1    34 2019-09-20  Tobias Bengfort <tobias.bengfort@posteo.de>
    2    35 
    3    36 	*** 3.0.0 ***