Blob


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