Blob


1 * amused 0.6; 2022-05-10
2 - manpage tweaks
3 - fix file descriptor leak on player_playnext failure
4 - added a simple filetype detector instead of relying on file extensions
6 * amused 0.5; 2022-03-26
7 - unbreak opus and ogg vorbis
8 - handle flacs with bps != 16 and/or channels != 2
9 - speed up `load' a lot (especially over NFS)
11 * amused 0.4; 2022-03-14
12 - second part of the "unbreak flac" due to carelessly refactoring
14 * amused 0.3; 2022-03-13
15 - unbreak flac: add back missing counter reset
17 * amused 0.2; 2022-03-10
18 - keep the current song if `load' input was generated by show -p
19 - update the current song after `load' if the player was stopped
20 - follow tmux behavior wrt how the daemon is automatically started
21 - changed the output of `amused status' to simplify parsing
22 - correctly handle arguments for subcommands
23 - correctly pledge the player process with "stdio recvfd audio"
24 - manpage improvements
26 * amused 0.1; 2022-02-24
27 - first public version (and probably last too, the thing is finishe)