Mercurial > audlegacy
annotate NEWS @ 2591:f14a639354b3 trunk
[svn] - there was a missing delimeter in the patch credits
author | nenolod |
---|---|
date | Wed, 28 Feb 2007 07:44:30 -0800 |
parents | a04777621ca6 |
children | 56135d75753e |
rev | line source |
---|---|
2573 | 1 Audacious 1.3.0 (2007-03-??) |
2 | |
3 Enhancements | |
4 * The playlist code has been rewritten using conditional variables, | |
5 which has resulted in speed improvements for the playlist code overall. | |
6 * The behaviour for detecting filemagic has been redone and is now more | |
7 scalable. | |
8 * DoubleSize support has been improved significantly. | |
9 * Race conditions in produce_audio() have been corrected. | |
10 * The playlist editor is now properly drawn in shaded mode. | |
11 * g_utf8_validate has been replaced with a more strict utf8 validator, | |
12 which solves the encapsulated UTF-8 phenomenon properly. | |
13 * The controlsocket code no longer uses the stack in an improper manner. | |
14 * Behaviour regarding conversion of %20 in the playlist has been corrected. | |
15 * Window decorations can now be enabled in preferences. | |
16 * The translation templates have been simplified. | |
17 * Support for translating plugins has been re-added. | |
18 * The Jump-to-File code has been rewritten and now searches using | |
19 regular expressions. In addition, the search is done without GTK | |
20 queueing redraws for each entry, which has resulted in interface | |
21 speedups. | |
22 * The overall UI code has been reworked significantly and should be of | |
23 better quality. Notable enhancements include support for UIManager xml | |
24 file declarations. | |
25 * A facility for searching and selecting/acting upon entries in the | |
26 playlist has been added. | |
27 * Support for multiple playlists has been added, and a playlist manager | |
28 has been added to manage them. | |
29 * Audacious now uses libmcs to store it's settings, which allows for | |
30 tighter desktop environment integration. | |
31 * Audacious now supports the XDG BASEDIR standard. | |
32 * A lot of XMMS and BMP code has been either removed or rewritten so | |
33 that it is less confusing. This should allow for easier maintainability | |
34 in the future. | |
35 * Debugging tools have been added for tracking memory allocation and freeing. | |
36 * A safe signaling implementation has been added. | |
37 * A voiceprint visualizer mode has been added. | |
38 * Support for changing the tint in the graphics of skins has been added. | |
39 * InputPlugins now use an InputPlayback context to track activity | |
40 instead of blindly pushing data down a potentially undefined pipeline. | |
41 * Audacious now uses GOption to parse the commandline. | |
2308 | 42 |
43 *** See http://audacious-media-player.org/1.3_Release for more information. *** | |
44 | |
1903 | 45 Audacious 1.2.1 (2006-10-23) |
46 | |
47 Enhancements | |
48 * None | |
49 | |
50 Bugfixes | |
51 * [player] memory leak fixes | |
52 | |
53 Audacious 1.2.0 (2006-10-23) | |
1847 | 54 |
55 Enhancements | |
56 * Russian character set support via latest librcd | |
57 * Compatibility with BSD make | |
58 * Make album-art recursion optional | |
59 * Fix an error where configure aborts if libvorbis is not found. | |
60 * Freeform skinning, see the example skins for more information. | |
61 | |
62 Bugfixes | |
63 * Tons. :) | |
64 | |
1901 | 65 *** See http://audacious-media-player.org/1.2_Release for more information. *** |
66 | |
1426 | 67 Audacious 1.1.1 (2006-07-21) |
68 | |
69 Enhancements | |
70 * None really to speak of. | |
71 | |
72 Bugfixes | |
73 * [mpgdec] Handle certain MP3s more correctly. | |
74 * [mpgdec] Better detect and deal-with corrupted MP3 files. | |
75 * [amidi-plug] Fix a crash if the ALSA sequencer is unavailable, | |
76 but the ALSA backend was compiled | |
77 | |
1391 | 78 Audacious 1.1.0 (release) (2006-07-11) |
79 | |
80 Enhancements | |
81 * Everything in DR2 now works | |
82 * File tuples | |
83 * Tons of new UI toys | |
84 | |
85 Bugfixes | |
86 * Tons. :) | |
87 | |
1169
42ce4042b07b
[svn] - update NEWS too (oh, and we missed 1.0.0 sorry!)
nenolod
parents:
881
diff
changeset
|
88 Audacious 1.1.0 DR1/DR2 (2006-06-11) (sorry!) |
42ce4042b07b
[svn] - update NEWS too (oh, and we missed 1.0.0 sorry!)
nenolod
parents:
881
diff
changeset
|
89 |
42ce4042b07b
[svn] - update NEWS too (oh, and we missed 1.0.0 sorry!)
nenolod
parents:
881
diff
changeset
|
90 Enhancements |
42ce4042b07b
[svn] - update NEWS too (oh, and we missed 1.0.0 sorry!)
nenolod
parents:
881
diff
changeset
|
91 * Everything :) |
42ce4042b07b
[svn] - update NEWS too (oh, and we missed 1.0.0 sorry!)
nenolod
parents:
881
diff
changeset
|
92 |
42ce4042b07b
[svn] - update NEWS too (oh, and we missed 1.0.0 sorry!)
nenolod
parents:
881
diff
changeset
|
93 Bugfixes |
42ce4042b07b
[svn] - update NEWS too (oh, and we missed 1.0.0 sorry!)
nenolod
parents:
881
diff
changeset
|
94 * Tons. :) |
42ce4042b07b
[svn] - update NEWS too (oh, and we missed 1.0.0 sorry!)
nenolod
parents:
881
diff
changeset
|
95 |
881 | 96 Audacious 0.2.3 (2006-03-25) |
97 | |
98 Enhancements | |
99 * Replacement icons for many of the menu elements | |
100 * New remove duplicates option (by title, by path + filename, by filename) | |
101 * New remove unavailable files option | |
102 * Improved sorting abilities/speed | |
103 * Support for new skin.hints WA2 skinning extensions (http://www.nenolod.net/misc/audacious-modern) | |
104 * Various FLAC-related speedups and enhancements | |
105 * Redesigned preferences pane. | |
106 * ARTS output support | |
107 | |
108 Bugfixes | |
109 * Several scrobbler related crashes have been fixed | |
110 * Much more | |
111 | |
800 | 112 Audacious 0.2.2 (2006-03-04) |
113 | |
114 Enhancements | |
115 * Added JTF to the songname menu. | |
116 | |
117 Bugfixes | |
118 * Fixed ID3 tagging regression | |
119 * Removed binary code from package (oops) | |
120 | |
739 | 121 Audacious 0.2.1 (2006-02-28) |
122 | |
123 Enhancements | |
124 * MP2 audio support | |
125 * Scrobbler support | |
126 * SID really works this time | |
127 * Number of code cleanups around the tree | |
128 | |
129 Removals | |
130 * Crossfade support | |
131 | |
132 Bugfixes | |
133 * More than you can shake a stick at | |
134 | |
558 | 135 Audacious 0.2 (2006-02-01) |
508 | 136 |
137 Enhancements | |
138 * Many UI changes | |
139 * Removed X11 dependency (only GTK is required now -- please port me to | |
140 your favourite operating system) | |
558 | 141 * Updated console music input plugin to Game_Music_Emu 0.3. |
508 | 142 * Added timidity input plugin. |
558 | 143 * Added ALSA midi support |
144 * Added musepack support | |
145 * Cleaned up many plugins | |
508 | 146 |
147 Bugfixes | |
148 * A lot | |
149 | |
507 | 150 Audacious 0.1.2 (2005-12-11) |
0 | 151 |
152 Enhancements | |
507 | 153 * Switched from mikmod to modplug for module decoding |
154 * Commodore 64 (SID) support | |
155 * LADSPA plugin support | |
156 * Crossfading | |
0 | 157 |
158 Bugfixes | |
507 | 159 * A few minor bugfixes |
0 | 160 |
161 | |
507 | 162 Audacious 0.1.1 (2005-11-25) |
0 | 163 |
164 Enhancements | |
507 | 165 * The return of bitmap font support |
166 * Improved MP3 decoding accuracy | |
167 * WMA support | |
168 * Improved AAC support | |
169 * Fully functional GBS, NSF and SPC module decoders | |
170 * Headless mode | |
171 * LIRC support | |
0 | 172 |
173 Miscellaneous | |
507 | 174 * New (free as in freedom) skin |
175 * Improved SDL and MikMod detection | |
176 * Fontsize changes to the playlist window | |
0 | 177 |
178 Bugfixes | |
507 | 179 * Numerous fixes to the ALSA output plugin |
0 | 180 |
181 | |
507 | 182 Audacious 0.1 (2005-10-30) |
0 | 183 |
507 | 184 Enhancements |
185 * FLAC support | |
186 | |
187 Bugfixes | |
188 * A lot of bugfixes. |