Commit Briefs

Omar Polo

bump version (main)


Omar Polo

CHANGES for 0.14 (tags/0.14)


Omar Polo

bump date



Omar Polo

convert to imsg_get_type()


Omar Polo

convert to imsg_get_fd()



Omar Polo

rename ibuf arguments to imsgbuf

ibuf is just too confusing since there is also the 'struct ibuf'.


Omar Polo

remove unused control_imsg_relay


Omar Polo

update bundled imsg


Omar Polo

tweak amused-termux-notification

- path to the socket is not necessary anymore since we respect $TMPDIR now which is set by termux - no need to hardcode the executable path, use an environment variable instead. (this is because "callback" commands from termux don't inherit the environment)


Omar Polo

honour TMPDIR

This makes using amused a bit nicer on termux where /tmp/ can't be written (or doesn't even exists.) amused still uses /tmp/ if TMPDIR is not specified.


Omar Polo

+x amused-termux-notification


Omar Polo

add contrib/amused-termux-notification

it shows a persistent notification on android with the song file name and some buttons to control the playback. needs Termux::API from f-droid otherwise it hangs.


Omar Polo

add android/oboe notes