diff options
author | Alexey Yakovenko <wakeroid@gmail.com> | 2009-11-08 19:39:08 +0100 |
---|---|---|
committer | Alexey Yakovenko <wakeroid@gmail.com> | 2009-11-08 19:39:08 +0100 |
commit | 518be9629cd5df14ab4f51cdad480549892743c2 (patch) | |
tree | b9384f63dcef68e6db97c2a779176b8a4d076eb2 /web | |
parent | 2638e09f42f37b836076a8fbceca07c112d3da5b (diff) |
0.3.0-rc1
Diffstat (limited to 'web')
-rw-r--r-- | web/index.html | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/web/index.html b/web/index.html index dea7d54d..6b116c27 100644 --- a/web/index.html +++ b/web/index.html @@ -49,6 +49,45 @@ <h1 id="news">News</h1> +<h2>release 0.3.0 is out</h2> +<div class="post"> + <p class="date">2009/11/08</p> + <p><a href="http://sourceforge.net/projects/deadbeef/files/">get it!</a></p> + <p>Changelog since 0.2.3.2</p> + <ul> + <li>vfs plugins - for implementing http/ftp streaming, etc</li> + <li>improved mpeg (libmad) plugin - eats less memory, works faster</li> + <li>added support for icecast and shoutcast streams (mp3, ogg)</li> + <li>added support for podcasts (basically, for any files residing on http/ftp)</li> + <li>added support for opening pls and m3u files</li> + <li>improved about dialog</li> + <li>added support for Super (winkey) modifier and multimedia keys in global hotkeys plugin</li> + <li>fixed random crash in global hotkeys plugin if key combination was used elsewhere</li> + <li>improved cuesheet reader</li> + <li>added cd audio support, including cddb/freedb</li> + <li>added preferences window</li> + <li>new unified config file for everything</li> + <li>added total playtime display in statusbar</li> + <li>improved plugin build system, displays list of plugins to be built</li> + <li>custom columns (through manual config editing yet)</li> + <li>column header drag-and-drop</li> + <li>improved alsa compatibility</li> + <li>player can release sound device while not playing</li> + <li>better alsa resume after suspend support</li> + <li>support for hardware samplerate conversion (when supported by hardware)</li> + <li>support for alsa software resampling</li> + <li>improved skipping through bad files</li> + <li>fixed replaygain bugs</li> + <li>added full file path display via tooltip (optional, disabled by default)</li> + <li>statusbar shows info while paused</li> + <li>added new buffering icon while streamer loads data</li> + <li>added scrolling in playlist while dragging/selecting tracks</li> + <li>case-insensitive file filter in gtkfilechooser dialogs</li> + <li>added cursor sync between playlist and search windows</li> + <li>player saves playlist/config on SIGTERM (should improve things on shutdown)</li> + </ul> +</div> + <h2>release 0.2.3.2 is out</h2> <div class="post"> <p class="date">2009/10/07</p> |