Blob


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