Commit Diff


commit - 072467856bbc068cc7b0a978ebf98fcdb9f03691
commit + 801c4a4292aa76b16fcb13204bde322a27741a38
blob - /dev/null
blob + eefe41965945d416a5dfd9da2120d0890f906d48 (mode 644)
--- /dev/null
+++ CHANGES
@@ -0,0 +1,27 @@
+* amused 0.6; 2022-05-10
+- manpage tweaks
+- fix file descriptor leak on player_playnext failure
+- added a simple filetype detector instead of relying on file extensions
+
+* amused 0.5; 2022-03-26
+- unbreak opus and ogg vorbis
+- handle flacs with bps != 16 and/or channels != 2
+- speed up `load' a lot (especially over NFS)
+
+* amused 0.4; 2022-03-14
+- second part of the "unbreak flac" due to carelessly refactoring
+
+* amused 0.3; 2022-03-13
+- unbreak flac: add back missing counter reset
+
+* amused 0.2; 2022-03-10
+- keep the current song if `load' input was generated by show -p
+- update the current song after `load' if the player was stopped
+- follow tmux behavior wrt how the daemon is automatically started
+- changed the output of `amused status' to simplify parsing
+- correctly handle arguments for subcommands
+- correctly pledge the player process with "stdio recvfd audio"
+- manpage improvements
+
+* amused 0.1; 2022-02-24
+- first public version (and probably last too, the thing is finishe)
blob - 2c1b2f414bbe653c228c4356f27cde904028c88a
blob + 1b2a36f67a77108d86f6f486789032bfd5b6bc5f
--- amused-dist.txt
+++ amused-dist.txt
@@ -1,4 +1,5 @@
 
+/CHANGES
 /LICENSE
 /Makefile
 /README.md