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 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147
|
Panflute 0.6.2 (14 March 2010)
===============================
Bugs fixed:
* Fixed incorrect play/pause button behavior with Exaile 0.3.0 and later.
Fixes lp:515253
* Recover from a wider variety of errors when loading player support
modules. Fixes lp:523696
* Fixed increasing CPU usage by song info tooltips. Fixes lp:531102
* Don't launch Banshee via D-Bus to work around a Banshee bug that prevents
radio streams from playing. Fixes lp:535479
* Fixed format string error in Polish (pl) translation. Fixes lp:521502
Translations:
* Added Czech (cs) translation.
* Added French (fr) translation.
* Added Dutch (nl) translation.
* Added Portuguese (pt) translation.
* Updated Spanish (es) translation.
* Updated Polish (pl) translation.
Panflute 0.6.1 (31 January 2010)
=================================
New features:
* Added support for displaying Track Number, Genre, and Year in the song
info display. Fixes lp:510679
Bugs fixed:
* Fixed reporting of song pausability when VLC 1.0.x first starts to play.
Fixes lp:481061
* Support rating songs in Banshee (requires Banshee 1.5.3 or later).
Fixes lp:475155
Translations:
* Updated Polish (pl) translation.
Panflute 0.6.0 (5 January 2010)
================================
New Features:
* Allow configuration of the song information displayed in the applet.
Fixes lp:460989
* Allow clicking or mouse-scrolling through the song information displayed
in the applet. Fixes lp:497545
* Allow seeking within the current song via the applet. Fixes lp:434393
* Amarok 1.4 support. Fixes lp:478873
* Exaile 0.3 support. Fixes lp:472943
* Guayadeque support. Fixes lp:412314
* Listen support. Fixes lp:421496
* MOC support. Fixes lp:415670
* Songbird support. Fixes lp:412312
Bugs fixed:
* Fixed desynchronization with VLC 1.0.x. Fixes lp:481061
* Properly convert cover art file names to file:// URLs, and support
http:// and https:// cover art URLs. Fixes lp:483118, lp:485279
* Recover from malformed song information reported by the backend player.
Fixes lp:483120
* Properly handle exception when trying to close a notification popup that
has already been closed. Fixes lp:483122
Translations:
* Added Spanish (es) translation.
* Added Polish (pl) translation.
Other notes:
* The dependency on PyGTK has been raised to version 2.16.
Panflute 0.5.3 (7 November 2009)
=================================
* Show the Panflute icon in the panel's applet list. Fixes lp:472931
* Fix a typo in the GConf schema file.
Panflute 0.5.2 (31 October 2009)
=================================
* Don't crash in the applet if PyGTK wasn't compiled using NumPy.
Fixes lp:457149
* Draw the entire applet using the panel's background and the correct
theme colors. Fixes lp:460986
* Launch music players in a separate process subgroup, to prevent a
Ctrl-C to the daemon from terminating them too. Fixes lp:460127
Panflute 0.5.1 (17 October 2009)
=================================
* Use the correct mode when redirecting launched players' standard I/O
streams to /dev/null, so that they don't fail when trying to write to
stdout or stderr. Fixes lp:441551
* Handle the case where VLC reports no song metadata, to prevent the
apparent state from getting stuck. Fixes lp:448405
* Check for the numpy Python module at configure time, without which the
applet crashes. Fixes lp:441527
* Draw button icons and rating stars as large as possible in the applet.
Fixes lp:441589
Panflute 0.5.0 (21 September 2009)
===================================
* Initial release.
* Feature parity with Music Applet 2.5.1.
|