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