[lastbash-cvs] lastbash ChangeLog,1.3,1.4
Status: Beta
Brought to you by:
cstroie
|
From: Costin S. <cs...@us...> - 2006-12-06 12:12:59
|
Update of /cvsroot/lastbash/lastbash In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv11594 Modified Files: ChangeLog Log Message: ChangeLog for 0.3.0. Index: ChangeLog =================================================================== RCS file: /cvsroot/lastbash/lastbash/ChangeLog,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- ChangeLog 28 Nov 2006 17:28:45 -0000 1.3 +++ ChangeLog 6 Dec 2006 12:12:51 -0000 1.4 @@ -1,3 +1,17 @@ +v0.3.0 +* Hide the cursor. +* Enter and leave terminal special mode. +* Use ncurses (tput) instead of direct escape sequences. +* Check for webservice errors. +* Multiple commands per call. +* Check for a minimum terminal size before start. +* Added support for external HTTP clients, fixed the Ubuntu related bug. +* Keep history in memory for redraw. +* Prevent race conditions in remote command calls. +* Use USR1 instead of HUP for remote command calls. +* Added a interruptible sleep function. +* Better quitting sequence (trap signals). + v0.2.3 * Display the action (Love, Skip, Ban) in current track area and history. * Limit the line length in current track area. |