comparison NEWS @ 4335:c142cc85d21a

Update NEWS.
author William Pitcock <nenolod@atheme.org>
date Thu, 13 Mar 2008 16:23:10 -0500
parents 70fe9fa8b916
children d9bdbb610452
comparison
equal deleted inserted replaced
4329:3d9a2f1379a1 4335:c142cc85d21a
1 Audacious 1.5.0 (2008-03-13)
2
3 Enhancements:
4 * Everything between 1.4.1 and 1.4.7. (duh)
5 * Ability to disable GTK+ theme suggestions provided by skins.
6 * Entirely from scratch audio engine (libSAD) which supports:
7 - 16-bit audio
8 - 24-bit audio
9 - 32-bit audio
10 - IEEE floating point audio
11 - 28-bit fractional audio
12 - many weird obscure "audiophile" formats
13 and:
14 - high quality dithering/conversion/resampling to produce as
15 high quality audio as possible for your sound system.
16 - bit-exact passthrough of decoded audio (compare to
17 "kernel streaming" in foobar2000)
18 As a result, support for oldschool 8-bit soundcards has been
19 _dropped_. It's 2008, they haven't made such hardware since the
20 early 90's.
21 Additionally, codecs now send audio to audacious using their
22 native format; removing the need for costly implementation-specific
23 conversion functionality.
24 * New unified metadata editing for most formats. Ability to see
25 "raw metadata"; the metadata which can be used in tuplez scripts.
26 * Removal of the XMMS audio conversion engine in it's entirety.
27 * Support for "virtual plugins"; the ability for a single module to
28 export up to thousands of plugins. This will be used more in Audacious2.
29 * Many adjustments to the winamp2 skinengine.
30 * Faster jump-to-file.
31 * Implement support for session management.
32
33 Bugfixes:
34 * playlist_compare_artist(): Avoid NULL dereferences.
35 (Bugzilla #172, Bugzilla #168, Bugzilla #35).
36 * Tons of memory leaks fixed.
37
38 Notes from us (the audacious developers):
39 This is the last branch of Audacious that will support in Winamp2 skins
40 in core. We are working on a new default UI for Audacious2 which provides
41 a more metadata rich environment (while still be lightweight and fast).
42 However, it is planned to implement support for Winamp2 skins as a plugin in
43 the next version. No promises, though.
44
45 It has been fun being seen as "rescuing XMMS" by the community; but this
46 has never been our goal. Our goal has always been to develop the best
47 possible player on Linux. This means that we are audiophiles, and we want
48 our audio to sound as nice as possible. This has been our primary goal;
49 not maintaining a Winamp2 skinned player. When we determined that the current
50 UI implementation was getting in our way, we decided to rip it out. As such,
51 the future of Winamp2 skins in Audacious is undefined, but they will probably
52 be supported via a plugin.
53
1 Audacious 1.4.1 (2007-11-17) 54 Audacious 1.4.1 (2007-11-17)
2 55
3 Enhancements: 56 Enhancements:
4 * The skin code has been tweaked a little to fix loading of 57 * The skin code has been tweaked a little to fix loading of
5 more substandard winamp skins. 58 more substandard winamp skins.