Mercurial > audlegacy
annotate NEWS @ 2655:46278877a39b trunk
[svn] - fixed c++ish declaration in a c file (part 2)
author | giacomo |
---|---|
date | Sat, 07 Apr 2007 04:56:27 -0700 |
parents | 56135d75753e |
children | be6742a04c71 |
rev | line source |
---|---|
2602 | 1 Audacious 1.3.0 (2007-03-02) |
2573 | 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 |
2602 | 43 Bugfixes: |
44 * Too many to count. | |
45 | |
2308 | 46 *** See http://audacious-media-player.org/1.3_Release for more information. *** |
47 | |
1903 | 48 Audacious 1.2.1 (2006-10-23) |
49 | |
50 Enhancements | |
51 * None | |
52 | |
53 Bugfixes | |
54 * [player] memory leak fixes | |
55 | |
56 Audacious 1.2.0 (2006-10-23) | |
1847 | 57 |
58 Enhancements | |
59 * Russian character set support via latest librcd | |
60 * Compatibility with BSD make | |
61 * Make album-art recursion optional | |
62 * Fix an error where configure aborts if libvorbis is not found. | |
63 * Freeform skinning, see the example skins for more information. | |
64 | |
65 Bugfixes | |
66 * Tons. :) | |
67 | |
1901 | 68 *** See http://audacious-media-player.org/1.2_Release for more information. *** |
69 | |
1426 | 70 Audacious 1.1.1 (2006-07-21) |
71 | |
72 Enhancements | |
73 * None really to speak of. | |
74 | |
75 Bugfixes | |
76 * [mpgdec] Handle certain MP3s more correctly. | |
77 * [mpgdec] Better detect and deal-with corrupted MP3 files. | |
78 * [amidi-plug] Fix a crash if the ALSA sequencer is unavailable, | |
79 but the ALSA backend was compiled | |
80 | |
1391 | 81 Audacious 1.1.0 (release) (2006-07-11) |
82 | |
83 Enhancements | |
84 * Everything in DR2 now works | |
85 * File tuples | |
86 * Tons of new UI toys | |
87 | |
88 Bugfixes | |
89 * Tons. :) | |
90 | |
1169
42ce4042b07b
[svn] - update NEWS too (oh, and we missed 1.0.0 sorry!)
nenolod
parents:
881
diff
changeset
|
91 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
|
92 |
42ce4042b07b
[svn] - update NEWS too (oh, and we missed 1.0.0 sorry!)
nenolod
parents:
881
diff
changeset
|
93 Enhancements |
42ce4042b07b
[svn] - update NEWS too (oh, and we missed 1.0.0 sorry!)
nenolod
parents:
881
diff
changeset
|
94 * Everything :) |
42ce4042b07b
[svn] - update NEWS too (oh, and we missed 1.0.0 sorry!)
nenolod
parents:
881
diff
changeset
|
95 |
42ce4042b07b
[svn] - update NEWS too (oh, and we missed 1.0.0 sorry!)
nenolod
parents:
881
diff
changeset
|
96 Bugfixes |
42ce4042b07b
[svn] - update NEWS too (oh, and we missed 1.0.0 sorry!)
nenolod
parents:
881
diff
changeset
|
97 * Tons. :) |
42ce4042b07b
[svn] - update NEWS too (oh, and we missed 1.0.0 sorry!)
nenolod
parents:
881
diff
changeset
|
98 |
881 | 99 Audacious 0.2.3 (2006-03-25) |
100 | |
101 Enhancements | |
102 * Replacement icons for many of the menu elements | |
103 * New remove duplicates option (by title, by path + filename, by filename) | |
104 * New remove unavailable files option | |
105 * Improved sorting abilities/speed | |
106 * Support for new skin.hints WA2 skinning extensions (http://www.nenolod.net/misc/audacious-modern) | |
107 * Various FLAC-related speedups and enhancements | |
108 * Redesigned preferences pane. | |
109 * ARTS output support | |
110 | |
111 Bugfixes | |
112 * Several scrobbler related crashes have been fixed | |
113 * Much more | |
114 | |
800 | 115 Audacious 0.2.2 (2006-03-04) |
116 | |
117 Enhancements | |
118 * Added JTF to the songname menu. | |
119 | |
120 Bugfixes | |
121 * Fixed ID3 tagging regression | |
122 * Removed binary code from package (oops) | |
123 | |
739 | 124 Audacious 0.2.1 (2006-02-28) |
125 | |
126 Enhancements | |
127 * MP2 audio support | |
128 * Scrobbler support | |
129 * SID really works this time | |
130 * Number of code cleanups around the tree | |
131 | |
132 Removals | |
133 * Crossfade support | |
134 | |
135 Bugfixes | |
136 * More than you can shake a stick at | |
137 | |
558 | 138 Audacious 0.2 (2006-02-01) |
508 | 139 |
140 Enhancements | |
141 * Many UI changes | |
142 * Removed X11 dependency (only GTK is required now -- please port me to | |
143 your favourite operating system) | |
558 | 144 * Updated console music input plugin to Game_Music_Emu 0.3. |
508 | 145 * Added timidity input plugin. |
558 | 146 * Added ALSA midi support |
147 * Added musepack support | |
148 * Cleaned up many plugins | |
508 | 149 |
150 Bugfixes | |
151 * A lot | |
152 | |
507 | 153 Audacious 0.1.2 (2005-12-11) |
0 | 154 |
155 Enhancements | |
507 | 156 * Switched from mikmod to modplug for module decoding |
157 * Commodore 64 (SID) support | |
158 * LADSPA plugin support | |
159 * Crossfading | |
0 | 160 |
161 Bugfixes | |
507 | 162 * A few minor bugfixes |
0 | 163 |
164 | |
507 | 165 Audacious 0.1.1 (2005-11-25) |
0 | 166 |
167 Enhancements | |
507 | 168 * The return of bitmap font support |
169 * Improved MP3 decoding accuracy | |
170 * WMA support | |
171 * Improved AAC support | |
172 * Fully functional GBS, NSF and SPC module decoders | |
173 * Headless mode | |
174 * LIRC support | |
0 | 175 |
176 Miscellaneous | |
507 | 177 * New (free as in freedom) skin |
178 * Improved SDL and MikMod detection | |
179 * Fontsize changes to the playlist window | |
0 | 180 |
181 Bugfixes | |
507 | 182 * Numerous fixes to the ALSA output plugin |
0 | 183 |
184 | |
507 | 185 Audacious 0.1 (2005-10-30) |
0 | 186 |
507 | 187 Enhancements |
188 * FLAC support | |
189 | |
190 Bugfixes | |
191 * A lot of bugfixes. |