Mercurial > audlegacy
annotate NEWS @ 3966:ecda04452d14
Automated merge with ssh://hg.atheme.org//hg/audacious
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Sat, 17 Nov 2007 06:22:27 -0600 |
parents | d5426e967f03 |
children | 70fe9fa8b916 |
rev | line source |
---|---|
3962
d5426e967f03
update NEWS some more
William Pitcock <nenolod@atheme.org>
parents:
3932
diff
changeset
|
1 Audacious 1.4.1 (2007-11-17) |
3931
be6742a04c71
update NEWS for current progress on 1.4.1
William Pitcock <nenolod@atheme.org>
parents:
2602
diff
changeset
|
2 |
be6742a04c71
update NEWS for current progress on 1.4.1
William Pitcock <nenolod@atheme.org>
parents:
2602
diff
changeset
|
3 Enhancements: |
be6742a04c71
update NEWS for current progress on 1.4.1
William Pitcock <nenolod@atheme.org>
parents:
2602
diff
changeset
|
4 * The skin code has been tweaked a little to fix loading of |
be6742a04c71
update NEWS for current progress on 1.4.1
William Pitcock <nenolod@atheme.org>
parents:
2602
diff
changeset
|
5 more substandard winamp skins. |
be6742a04c71
update NEWS for current progress on 1.4.1
William Pitcock <nenolod@atheme.org>
parents:
2602
diff
changeset
|
6 (http://boards.nenolod.net/viewtopic.php?f=5&t=859) |
be6742a04c71
update NEWS for current progress on 1.4.1
William Pitcock <nenolod@atheme.org>
parents:
2602
diff
changeset
|
7 * Playlists now carry an atomic serial number in order to avoid |
be6742a04c71
update NEWS for current progress on 1.4.1
William Pitcock <nenolod@atheme.org>
parents:
2602
diff
changeset
|
8 unnecessary reloading of metadata. |
be6742a04c71
update NEWS for current progress on 1.4.1
William Pitcock <nenolod@atheme.org>
parents:
2602
diff
changeset
|
9 * The command names used by audtool have been sanitized in order |
3962
d5426e967f03
update NEWS some more
William Pitcock <nenolod@atheme.org>
parents:
3932
diff
changeset
|
10 to make some level of sense. |
3931
be6742a04c71
update NEWS for current progress on 1.4.1
William Pitcock <nenolod@atheme.org>
parents:
2602
diff
changeset
|
11 * Add many new calls to libaudclient which were unimplemented after |
be6742a04c71
update NEWS for current progress on 1.4.1
William Pitcock <nenolod@atheme.org>
parents:
2602
diff
changeset
|
12 DBus transition. |
3962
d5426e967f03
update NEWS some more
William Pitcock <nenolod@atheme.org>
parents:
3932
diff
changeset
|
13 * Add error reporting when Tuplez scripts fail to compile. |
d5426e967f03
update NEWS some more
William Pitcock <nenolod@atheme.org>
parents:
3932
diff
changeset
|
14 * Use a hashtable of extension to codec candidate lists to speed up |
d5426e967f03
update NEWS some more
William Pitcock <nenolod@atheme.org>
parents:
3932
diff
changeset
|
15 codec detection. |
d5426e967f03
update NEWS some more
William Pitcock <nenolod@atheme.org>
parents:
3932
diff
changeset
|
16 * Make on demand codec detection use the hashtable to filter out unplayable |
d5426e967f03
update NEWS some more
William Pitcock <nenolod@atheme.org>
parents:
3932
diff
changeset
|
17 files. |
d5426e967f03
update NEWS some more
William Pitcock <nenolod@atheme.org>
parents:
3932
diff
changeset
|
18 * Codec detection is now done on demand by default. Due to the recent |
d5426e967f03
update NEWS some more
William Pitcock <nenolod@atheme.org>
parents:
3932
diff
changeset
|
19 rework of the codec detection system, this is the recommended setting. |
d5426e967f03
update NEWS some more
William Pitcock <nenolod@atheme.org>
parents:
3932
diff
changeset
|
20 (Audacious can process a large directory in only a few seconds of blocking |
d5426e967f03
update NEWS some more
William Pitcock <nenolod@atheme.org>
parents:
3932
diff
changeset
|
21 this way, and streams are entirely processed in background this way.) |
3931
be6742a04c71
update NEWS for current progress on 1.4.1
William Pitcock <nenolod@atheme.org>
parents:
2602
diff
changeset
|
22 |
be6742a04c71
update NEWS for current progress on 1.4.1
William Pitcock <nenolod@atheme.org>
parents:
2602
diff
changeset
|
23 Bugfixes: |
be6742a04c71
update NEWS for current progress on 1.4.1
William Pitcock <nenolod@atheme.org>
parents:
2602
diff
changeset
|
24 * [Bugzilla #53]: UTF-8 validation gives false positives |
be6742a04c71
update NEWS for current progress on 1.4.1
William Pitcock <nenolod@atheme.org>
parents:
2602
diff
changeset
|
25 (Reported by Kosma Moczek; Fixed by Yoshiki Yazawa) |
be6742a04c71
update NEWS for current progress on 1.4.1
William Pitcock <nenolod@atheme.org>
parents:
2602
diff
changeset
|
26 * [Bugzilla #20]: status icon plugin breaks the 'always on top' feature |
3932 | 27 (Reported by Dorian Scholz; Fixed by Tomasz Moń) |
3931
be6742a04c71
update NEWS for current progress on 1.4.1
William Pitcock <nenolod@atheme.org>
parents:
2602
diff
changeset
|
28 * playback_get_length() was returning the typecode of FIELD_LENGTH, not |
3962
d5426e967f03
update NEWS some more
William Pitcock <nenolod@atheme.org>
parents:
3932
diff
changeset
|
29 it's value |
3931
be6742a04c71
update NEWS for current progress on 1.4.1
William Pitcock <nenolod@atheme.org>
parents:
2602
diff
changeset
|
30 * audctrl.h was dependent on #ifdef __cplusplus being a valid macro, |
be6742a04c71
update NEWS for current progress on 1.4.1
William Pitcock <nenolod@atheme.org>
parents:
2602
diff
changeset
|
31 now we use G_BEGIN_DECLS/G_END_DECLS to handle that. |
3962
d5426e967f03
update NEWS some more
William Pitcock <nenolod@atheme.org>
parents:
3932
diff
changeset
|
32 * Fix doublesize issues on startup. (Gentoo #199071) |
d5426e967f03
update NEWS some more
William Pitcock <nenolod@atheme.org>
parents:
3932
diff
changeset
|
33 * Fix possible glitches that could be triggered by a scrolling textbox, |
d5426e967f03
update NEWS some more
William Pitcock <nenolod@atheme.org>
parents:
3932
diff
changeset
|
34 when the skin is switched. |
d5426e967f03
update NEWS some more
William Pitcock <nenolod@atheme.org>
parents:
3932
diff
changeset
|
35 * Fix improper handling of integer constants in the Tuplez |
d5426e967f03
update NEWS some more
William Pitcock <nenolod@atheme.org>
parents:
3932
diff
changeset
|
36 compiler/evaluation engine. |
d5426e967f03
update NEWS some more
William Pitcock <nenolod@atheme.org>
parents:
3932
diff
changeset
|
37 * Fix misleading assertion notice triggers when a URI fails to load. |
d5426e967f03
update NEWS some more
William Pitcock <nenolod@atheme.org>
parents:
3932
diff
changeset
|
38 * Cope with Winamp2 skins which do not have dashes in numbers.bmp. |
3931
be6742a04c71
update NEWS for current progress on 1.4.1
William Pitcock <nenolod@atheme.org>
parents:
2602
diff
changeset
|
39 |
be6742a04c71
update NEWS for current progress on 1.4.1
William Pitcock <nenolod@atheme.org>
parents:
2602
diff
changeset
|
40 Audacious 1.4.0 (2007-11-01) |
be6742a04c71
update NEWS for current progress on 1.4.1
William Pitcock <nenolod@atheme.org>
parents:
2602
diff
changeset
|
41 |
be6742a04c71
update NEWS for current progress on 1.4.1
William Pitcock <nenolod@atheme.org>
parents:
2602
diff
changeset
|
42 * Everything ;) |
be6742a04c71
update NEWS for current progress on 1.4.1
William Pitcock <nenolod@atheme.org>
parents:
2602
diff
changeset
|
43 |
2602 | 44 Audacious 1.3.0 (2007-03-02) |
2573 | 45 |
46 Enhancements | |
47 * The playlist code has been rewritten using conditional variables, | |
48 which has resulted in speed improvements for the playlist code overall. | |
49 * The behaviour for detecting filemagic has been redone and is now more | |
50 scalable. | |
51 * DoubleSize support has been improved significantly. | |
52 * Race conditions in produce_audio() have been corrected. | |
53 * The playlist editor is now properly drawn in shaded mode. | |
54 * g_utf8_validate has been replaced with a more strict utf8 validator, | |
55 which solves the encapsulated UTF-8 phenomenon properly. | |
56 * The controlsocket code no longer uses the stack in an improper manner. | |
57 * Behaviour regarding conversion of %20 in the playlist has been corrected. | |
58 * Window decorations can now be enabled in preferences. | |
59 * The translation templates have been simplified. | |
60 * Support for translating plugins has been re-added. | |
61 * The Jump-to-File code has been rewritten and now searches using | |
62 regular expressions. In addition, the search is done without GTK | |
63 queueing redraws for each entry, which has resulted in interface | |
64 speedups. | |
65 * The overall UI code has been reworked significantly and should be of | |
66 better quality. Notable enhancements include support for UIManager xml | |
67 file declarations. | |
68 * A facility for searching and selecting/acting upon entries in the | |
69 playlist has been added. | |
70 * Support for multiple playlists has been added, and a playlist manager | |
71 has been added to manage them. | |
72 * Audacious now uses libmcs to store it's settings, which allows for | |
73 tighter desktop environment integration. | |
74 * Audacious now supports the XDG BASEDIR standard. | |
75 * A lot of XMMS and BMP code has been either removed or rewritten so | |
76 that it is less confusing. This should allow for easier maintainability | |
77 in the future. | |
78 * Debugging tools have been added for tracking memory allocation and freeing. | |
79 * A safe signaling implementation has been added. | |
80 * A voiceprint visualizer mode has been added. | |
81 * Support for changing the tint in the graphics of skins has been added. | |
82 * InputPlugins now use an InputPlayback context to track activity | |
83 instead of blindly pushing data down a potentially undefined pipeline. | |
84 * Audacious now uses GOption to parse the commandline. | |
2308 | 85 |
2602 | 86 Bugfixes: |
87 * Too many to count. | |
88 | |
2308 | 89 *** See http://audacious-media-player.org/1.3_Release for more information. *** |
90 | |
1903 | 91 Audacious 1.2.1 (2006-10-23) |
92 | |
93 Enhancements | |
94 * None | |
95 | |
96 Bugfixes | |
97 * [player] memory leak fixes | |
98 | |
99 Audacious 1.2.0 (2006-10-23) | |
1847 | 100 |
101 Enhancements | |
102 * Russian character set support via latest librcd | |
103 * Compatibility with BSD make | |
104 * Make album-art recursion optional | |
105 * Fix an error where configure aborts if libvorbis is not found. | |
106 * Freeform skinning, see the example skins for more information. | |
107 | |
108 Bugfixes | |
109 * Tons. :) | |
110 | |
1901 | 111 *** See http://audacious-media-player.org/1.2_Release for more information. *** |
112 | |
1426 | 113 Audacious 1.1.1 (2006-07-21) |
114 | |
115 Enhancements | |
116 * None really to speak of. | |
117 | |
118 Bugfixes | |
119 * [mpgdec] Handle certain MP3s more correctly. | |
120 * [mpgdec] Better detect and deal-with corrupted MP3 files. | |
121 * [amidi-plug] Fix a crash if the ALSA sequencer is unavailable, | |
122 but the ALSA backend was compiled | |
123 | |
1391 | 124 Audacious 1.1.0 (release) (2006-07-11) |
125 | |
126 Enhancements | |
127 * Everything in DR2 now works | |
128 * File tuples | |
129 * Tons of new UI toys | |
130 | |
131 Bugfixes | |
132 * Tons. :) | |
133 | |
1169
42ce4042b07b
[svn] - update NEWS too (oh, and we missed 1.0.0 sorry!)
nenolod
parents:
881
diff
changeset
|
134 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
|
135 |
42ce4042b07b
[svn] - update NEWS too (oh, and we missed 1.0.0 sorry!)
nenolod
parents:
881
diff
changeset
|
136 Enhancements |
42ce4042b07b
[svn] - update NEWS too (oh, and we missed 1.0.0 sorry!)
nenolod
parents:
881
diff
changeset
|
137 * Everything :) |
42ce4042b07b
[svn] - update NEWS too (oh, and we missed 1.0.0 sorry!)
nenolod
parents:
881
diff
changeset
|
138 |
42ce4042b07b
[svn] - update NEWS too (oh, and we missed 1.0.0 sorry!)
nenolod
parents:
881
diff
changeset
|
139 Bugfixes |
42ce4042b07b
[svn] - update NEWS too (oh, and we missed 1.0.0 sorry!)
nenolod
parents:
881
diff
changeset
|
140 * Tons. :) |
42ce4042b07b
[svn] - update NEWS too (oh, and we missed 1.0.0 sorry!)
nenolod
parents:
881
diff
changeset
|
141 |
881 | 142 Audacious 0.2.3 (2006-03-25) |
143 | |
144 Enhancements | |
145 * Replacement icons for many of the menu elements | |
146 * New remove duplicates option (by title, by path + filename, by filename) | |
147 * New remove unavailable files option | |
148 * Improved sorting abilities/speed | |
149 * Support for new skin.hints WA2 skinning extensions (http://www.nenolod.net/misc/audacious-modern) | |
150 * Various FLAC-related speedups and enhancements | |
151 * Redesigned preferences pane. | |
152 * ARTS output support | |
153 | |
154 Bugfixes | |
155 * Several scrobbler related crashes have been fixed | |
156 * Much more | |
157 | |
800 | 158 Audacious 0.2.2 (2006-03-04) |
159 | |
160 Enhancements | |
161 * Added JTF to the songname menu. | |
162 | |
163 Bugfixes | |
164 * Fixed ID3 tagging regression | |
165 * Removed binary code from package (oops) | |
166 | |
739 | 167 Audacious 0.2.1 (2006-02-28) |
168 | |
169 Enhancements | |
170 * MP2 audio support | |
171 * Scrobbler support | |
172 * SID really works this time | |
173 * Number of code cleanups around the tree | |
174 | |
175 Removals | |
176 * Crossfade support | |
177 | |
178 Bugfixes | |
179 * More than you can shake a stick at | |
180 | |
558 | 181 Audacious 0.2 (2006-02-01) |
508 | 182 |
183 Enhancements | |
184 * Many UI changes | |
185 * Removed X11 dependency (only GTK is required now -- please port me to | |
186 your favourite operating system) | |
558 | 187 * Updated console music input plugin to Game_Music_Emu 0.3. |
508 | 188 * Added timidity input plugin. |
558 | 189 * Added ALSA midi support |
190 * Added musepack support | |
191 * Cleaned up many plugins | |
508 | 192 |
193 Bugfixes | |
194 * A lot | |
195 | |
507 | 196 Audacious 0.1.2 (2005-12-11) |
0 | 197 |
198 Enhancements | |
507 | 199 * Switched from mikmod to modplug for module decoding |
200 * Commodore 64 (SID) support | |
201 * LADSPA plugin support | |
202 * Crossfading | |
0 | 203 |
204 Bugfixes | |
507 | 205 * A few minor bugfixes |
0 | 206 |
207 | |
507 | 208 Audacious 0.1.1 (2005-11-25) |
0 | 209 |
210 Enhancements | |
507 | 211 * The return of bitmap font support |
212 * Improved MP3 decoding accuracy | |
213 * WMA support | |
214 * Improved AAC support | |
215 * Fully functional GBS, NSF and SPC module decoders | |
216 * Headless mode | |
217 * LIRC support | |
0 | 218 |
219 Miscellaneous | |
507 | 220 * New (free as in freedom) skin |
221 * Improved SDL and MikMod detection | |
222 * Fontsize changes to the playlist window | |
0 | 223 |
224 Bugfixes | |
507 | 225 * Numerous fixes to the ALSA output plugin |
0 | 226 |
227 | |
507 | 228 Audacious 0.1 (2005-10-30) |
0 | 229 |
507 | 230 Enhancements |
231 * FLAC support | |
232 | |
233 Bugfixes | |
234 * A lot of bugfixes. |