1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75
|
Sun Feb 28 10:12:13 PST 2010 Chris Taylor <chris@code-monkeys.org>
* New release 0.1.1.2
* Fix multiple segfaults in file browsing, playlist deletion, and
playlist viewing.
Wed Jul 15 23:40:37 PST 2009 Chris Taylor <chris@code-monkeys.org>
* Add ability to save current playlist as a playlist file.
* Add ability to open a specified directory in file browser.
Sun May 31 01:25:45 PST 2009 Chris Taylor <chris@code-monkeys.org>
* Lots of bug fixing.
* Added error handling to file browser.
* Converted majority of audtty to use GLib.
* Use ncursesw instead of ncurses for wide character support.
Sat Apr 08 13:08:30 PST 2008 Chris Taylor <chris@code-monkeys.org>
*Audtty now includes a file browser that can be accessed by pressing
'a' from within the playlist.
Sat Apr 05 03:30:30 PST 2008 Chris Taylor <chris@code-monkeys.org>
*HOME and END now actually do something when viewing the playlist.
*Fixed handling of URI's in playlist_addurl.c
Sun Mar 30 23:55:30 PST 2008 Chris Taylor <chris@code-monkeys.org>
*Added connect.c which provides for automagically setting DBUS
necessary environment variables on startup of audtty making the
previous dbus.sh now unneeded.
Tue Jan 15 16:02:45 UTC 2008 Chris Taylor <chris@code-monkeys.org>
* 'd' now deletes the currently selected playlist item.
* playlist_addurl moved to its own file, as well as many changes made to the
code.
Wed Nov 21 12:43:57 UTC 2007 Chris Taylor <chris@code-monkeys.org>
* 'h' and H now show or hide the audacious main window.
* 'k' now kills the running audacious and exits audtty.
* You can add a url to the playlist by hitting 'a' and then typing in the
exact URI.
Tue Nov 20 09:43:37 UTC 2007 Chris Taylor <chris@code-monkeys.org>
* Updated Audtty to use D-BUS in order to support Audacious 1.4+ This breaks
compatability with prior versions of Audacious.
* Patched Makefile to obey DESTDIR for manfile location.
Wed Sep 6 00:52:39 UTC 2006 Tony Vroon <chainsaw@gentoo.org>
* Have the Makefile respect CFLAGS & LDFLAGS from environment.
Tue Sep 5 23:36:28 UTC 2006 Christian Birchinger <joker@gentoo.org>
* Implement transparent background
* Made scrolling much smoother
Tue Sep 5 23:32:34 UTC 2006 Tony Vroon <chainsaw@gentoo.org>
* Get things working on PPC. Use actual curses.h key defines. Integer != signed
char, stop pretending that it is.
Tue Dec 12 10:55:00 CST 2005 Kiyoshi Aman <kiyoshi.aman@gmail.com>
* audtty: initial releae [fork of xmms-curses]
Mon Sep 5 19:33:12 CEST 2005 Knut Auvor Grythe <xmms-curses@auvor.no>
* Code cleanups to get rid of warnings from GCC 4.0
Sun Oct 24 18:46:37 CEST 2004 Knut Auvor Grythe <xmms-curses@auvor.no>
* Brown paperbag release
* Fixed silly bug breaking short-options
Sat Oct 23 18:28:42 CEST 2004 Knut Auvor Grythe <xmms-curses@auvor.no>
* Now supports resizing the window
* Added several runtime options for tweaking performance and
appearance
* Added support for configuration files in /etc/xmms-curses.conf
and ~/.xmms-curses
* Major code cleanups
Tue Oct 19 00:15:51 CEST 2004 Knut Auvor Grythe <xmms-curses@auvor.no>
* xmms-curses: Initial Release
|