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