[Pyamp-cvs] pyamp MANIFEST,1.2,1.3 NEWS,1.2,1.3
Status: Alpha
Brought to you by:
sayap
From: <sa...@us...> - 2003-09-26 05:59:15
|
Update of /cvsroot/pyamp/pyamp In directory sc8-pr-cvs1:/tmp/cvs-serv24198 Modified Files: MANIFEST NEWS Log Message: Added new news Index: MANIFEST =================================================================== RCS file: /cvsroot/pyamp/pyamp/MANIFEST,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** MANIFEST 15 Sep 2003 11:38:12 -0000 1.2 --- MANIFEST 26 Sep 2003 05:59:11 -0000 1.3 *************** *** 14,21 **** --- 14,24 ---- share/icons/32x32/pyamp.png src/__init__.py + src/config.py + src/fontbutton.py src/listitem.py src/mainwindow.py src/mp3song.py src/oggsong.py + src/optiondialog.py src/playlist.py src/pyamp.py *************** *** 29,32 **** --- 32,36 ---- src/stack.py src/systemtray.py + src/tooltip.py src/uninstall.py src/wavsong.py Index: NEWS =================================================================== RCS file: /cvsroot/pyamp/pyamp/NEWS,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** NEWS 15 Sep 2003 11:38:12 -0000 1.2 --- NEWS 26 Sep 2003 05:59:11 -0000 1.3 *************** *** 1,4 **** Pyamp 0.1.2 released - September 15, 2003 ! ======================================== This release features some UI improvements and translation support. --- 1,11 ---- + Pyamp 0.1.3 released - September 26, 2003 + ========================================= + Another release with UI improvements and bug fixed :) + You can now change the font, color, and transparency for the playlist, as + well as show/hide the menu and toolbars. This release also features a + convenient tooltip, and searching can now be done with just keyboard. + Pyamp 0.1.2 released - September 15, 2003 ! ========================================= This release features some UI improvements and translation support. |