Blob


1 * amused 0.11; 2023-05-02
2 - added support for ALSA
3 - retry when sio_revents fails with EAGAIN
4 - log errno too when sio_revents fails
5 - added contrib/amusing: a GUI written in Tcl/Tk
6 - amused-monitor: use new extended events info
7 - enriched `mode' and `seek' events reporting in `amused monitor'
8 - various minor improvements to amused.1
9 - amused-monitor: fix error for tracks hours long
10 - amused-monitor: add pledge
11 - amused-monitor: fix rewind
12 - amused-monitor: fix off by one
13 - fix sndio detection
15 * amused 0.10; 2022-07-13
16 - changed the default output of 'amused status'
17 - print the status after 'amused consume' or 'amused repeat'
18 - fixed 'amused load' with an empty playlist
19 - the on|off argument to 'amused consume/repeat' is now optional
20 - added a consume mode
21 - pledge earlier
22 - rework (and document) the events reported by "amused monitor" (some were added/removed)
23 - added contrib/amused-monitor: ncurses tui written in perl (not installed by default)
24 - added 'amused status -f <fmt>' to customize the output format
25 - clarify how non-regular or non-supported files in the playlist are treated
26 - handle fdopen failures gracefully
27 - use (a modified version of) kristaps' oconfigure; amused is portable now!
28 - added ability to seek
29 - keep track of current position and total duration of the track
30 - don't get stuck if the server fails to start
31 - improved error reporting when failing to play a song
33 * amused 0.9; 2022-06-12
34 - reset the path buffer; fixes the "malformed data" error during `load'
36 * amused 0.8; 2022-06-12
37 - try to recover from mp3 decoding errors
38 - plug a memory leak in player_dispatch
39 - don't use realpath(3) in `amused add'
40 - use a strictier pledge for `amused add'
41 - use canonpath (from kern_pledge.c) for paths handling
42 - non-blocking usage of sndio: avoids artificial gaps between tracks
43 - use sio_flush to stop the playback
44 - automatically skip all non-regular files, not only directories
46 * amused 0.7; 2022-05-19
47 - amused monitor optionally accepts a list of events to report
48 - consume all enqueued messages before calling imsg_read
50 * amused 0.6; 2022-05-10
51 - manpage tweaks
52 - fix file descriptor leak on player_playnext failure
53 - added a simple filetype detector instead of relying on file extensions
55 * amused 0.5; 2022-03-26
56 - unbreak opus and ogg vorbis
57 - handle flacs with bps != 16 and/or channels != 2
58 - speed up `load' a lot (especially over NFS)
60 * amused 0.4; 2022-03-14
61 - second part of the "unbreak flac" due to carelessly refactoring
63 * amused 0.3; 2022-03-13
64 - unbreak flac: add back missing counter reset
66 * amused 0.2; 2022-03-10
67 - keep the current song if `load' input was generated by show -p
68 - update the current song after `load' if the player was stopped
69 - follow tmux behavior wrt how the daemon is automatically started
70 - changed the output of `amused status' to simplify parsing
71 - correctly handle arguments for subcommands
72 - correctly pledge the player process with "stdio recvfd audio"
73 - manpage improvements
75 * amused 0.1; 2022-02-24
76 - first public version (and probably last too, the thing is finished)