home *** CD-ROM | disk | FTP | other *** search
/ Minami 43 / MINAMI43.ISO / Extra / winamp3_0-full.exe / whatsnew.txt < prev    next >
Text File  |  2002-07-28  |  9KB  |  245 lines

  1. 3.0
  2. - Everything. :)
  3.  
  4. 3.0 Beta 3 days (02/08/02) build #466
  5. - video playback! (still experimental)
  6. - ogg vorbis, MIDI and MOD support!
  7. - popup menus work better
  8. - faster startup
  9. - more config options
  10. - color controls faster and better (any skin can now have color themes)
  11. - all known skin reload issues resolved
  12. - better desktopalpha support
  13. - ns_database moved into component
  14. - http proxy support
  15. - xml errors handled better
  16. - adding files to library and loading playlists MUCH faster now
  17. - component code can now hook skin functions (see SDK for examples)
  18. - many many bugs fixed, not so many added this time :)
  19. - and lots more, so explore!
  20.  
  21.  
  22. 3.0 Beta 2.5 weirzbowski (12/18/01) build #455
  23. - mostly bugfixes, and lots of em
  24. - playlists:
  25.     - load somewhat faster
  26.     - directory entries loaded only when needed
  27.     - number column auto-resizes
  28.     - editor accepts dropped playlists
  29. - popup menus don't stack up against the right side of the screen
  30. - minibrowser works again (woo?)
  31. - skin reloading crash fixed
  32. - skin pieces scale amount linked among layouts
  33. - internal NT aspi manager support in CDDA
  34.  
  35.  
  36. 3.0 Beta 2 cold (11/28/01) build #454
  37. - lots of bugfixes!
  38. - media playback:
  39.     - more accurate timekeeping
  40.     - CD audio playback! Uses digital extraction of audio so it works
  41.       with the crossfader and eq! Falls back to normal redbook audio
  42.       playback if ASPI layer not installed, see above
  43.     - long playback time crash bug fixed
  44. - skinning improvements:
  45.     - superslow loading bug fixed
  46.     - zipped skin loading bug fixed
  47.     - per-pixel alpha blending against the desktop! (in win2k/xp only)
  48.     - subtractable region objects (good for rounded corners etc.)
  49.     - more objects can be made ghosted
  50.     - generic frame support, skin one layout and wrap it around anything
  51.     - antialiased font support
  52.     - upside-down fonts bug fixed
  53.     - vertical sliders fixed
  54. - playlist editor:
  55.     - windowshade mode
  56.     - more robust m3u loading
  57. - config!
  58.     - this is the very basic version so you can play. by beta3 we should
  59.       have more fully skinnable config screens
  60.  
  61.  
  62. 3.0 Beta 1 love (10/09/01) (developer's) build #448
  63. - mostly finalized all interfaces so developers can get busy
  64. - config file in sexy XML now
  65. - crossfader switchable again
  66. - crossfade on next/previous works
  67. - playlist editor:
  68.     - faster, better, more stable
  69.     - shuffle on next now default behavior
  70.     - sorting by specific criteria, more general sorting to come later
  71.     - .pls loading
  72.     - no more "working playlist", now whatever playlist is showing is the
  73.       playlist being edited, always
  74.     - prioritizes ID3 reading for items you're looking at
  75.     - sexy skinned drop indicator
  76.     - playlist saving works again
  77.     - url selector remembers recent entries
  78. - skinning:
  79.     - groups work better
  80.     - many components now scalable (not working 100% yet)
  81.     - skins start out centered on screen on first load
  82.     - gamma groups! tintastic!
  83. - memory usage reduced
  84. - finally, some better buttons than the ones I made in MS Paint on my laptop
  85.   with a touchpad (thanks Steve!)
  86. - many many bugfixes, including the NT4 startup crash
  87. - even better SDK
  88. - lots more!
  89.  
  90.  
  91. 3.0 Alpha L8r (08/24/01) build #441
  92. - apparently we still have jobs (some of us)
  93. - so we fix the bugs
  94. - fixed assert on playlist editor's "select dups" and "delete dups" options
  95. - fixed the minimize bug
  96. - added "open location" and "open dir" options
  97. - re-enabled volume & eq settings saving (it's not a bug if it's just
  98.   commented out, right?)
  99. - p.s. to use Mozilla you also have to set
  100.   "Use Mozilla instead of IE for minibrowser=1" in studio.xnf
  101.  
  102.  
  103. 3.0 Alpha L8 (08/22/01) build #440
  104. - much faster startup time
  105. - systray ASSERT should really really be fixed now
  106. - 8-bit UTF-8 playlist names work, 16-bit ones still don't
  107. - lots more text now translated through locales system
  108. - improved component painting (more efficient, less wrong)
  109. - faster skin loading (caches unpacked skins into temp directory)
  110. - faster playlist loading
  111. - can select mozilla to be used in the minibrowser
  112.   -> go to the mozilla folder and type "regsvr32 mozctlx.dll"
  113. - ID3 tags read on a timer
  114. - many and vast improvements to the UI subsystem
  115. - hokey transparent context menus (under win2k, just 'cause they look cute)
  116. - bugs fixed, added
  117.  
  118.  
  119. 3.0 Alpha 667 (06/28/01)
  120. - autodetects MMX, no need for separate noMMX version any more
  121. - immediate music stop on shutdown
  122. - fixed systray ASSERT on WINE & litestep
  123. - mouse wheel scrolling for list windows
  124. - scripting:
  125.     - engine speedups
  126.     - mc.exe supports #include, #define, #undef, #ifdef, etc.
  127. - skinning:
  128.     - fx objects (like dmove) work on subbitmaps
  129.     - faster blitting
  130.     - more options for various GUI objects
  131.     - F5 reloads current skin
  132.     - BMP files work again (bleh... use PNG)
  133. - basic translation of strings, not everything is translated yet :)
  134. - keyboard accelerator keys
  135. - text scale up/down (use control-minus and control+equals)
  136. - truetype font loading from skins works again (no need to install into OS)
  137. - skin colors overriding in skins should work again
  138. - new script included: MiniKick
  139. - skin switcher! with preliminary wa2 skin loading support (not finished)
  140. - skin version # checking
  141. - select duplicates command in playlist editor
  142. - memory usage cut down in general
  143. - config screen almost ready (not in this alpha, tho :)
  144. - lots and lots of other internals stuff you won't see until the SDK :)
  145.  
  146.  
  147. 3.0 Alpha 666 (05/21/01) build #429
  148. - better http streaming
  149. - more responsive interface
  150. - better seeking
  151. - image loading done by components
  152. - faster startup
  153. - preliminary support for winamp 2.x visualizations
  154. - less memory usage
  155. - better crossfading (no more clicks we hope)
  156. - Shuffle on next added, edit your .xnf file to turn it on
  157. - skin love:
  158.   - faster skin switching/loading
  159.   - faster gamma tweaking
  160.   - GDI resource usage cut way down
  161.   - faster MMX optimized blitting
  162.   - bilinear filtering for stretched skin pieces
  163.   - snap points for funky-shaped skin piece love
  164. - more scripting amazingness:
  165.   - guru meditations slightly more helpful
  166.   - faster execution
  167.   - general purpose scripts
  168.   - script manager to add/remove general purpose scripts
  169. - basic field editing in dbexplorer, which will probably go into the media lib
  170. - sclist for shoutcast browsing pleasure
  171. - bugs fixed, added
  172.  
  173.  
  174. 3.0 Alpha 6 e (4/20/01) build #420
  175. - takes even less memory, smaller .exe, more stable (as usual ;)
  176. - playlist editor ASSERT bug smushed
  177. - working playlist thingy
  178. - fixed bug where files dropped on bottom of playlist showed up on top
  179. - faster window painting and resizing and shit
  180. - new avs with overlay support!
  181. - skinning:
  182.   - skin xml can include other skins' xml files for tinyness
  183.   - skin pieces can hold multiple components
  184.   - all-in-one skin ("Compact") included, takes up only about 5k
  185.   - added support for horizontal animations
  186. - accurate animatedrects are back :)
  187. - eq latency cut to 2 seconds instead of 7
  188. - eq has sexy curves again!
  189. - skin scripts can have user functions and user classes
  190. - automatically updated build numbers to aid conspiracy theorists
  191. - http status messages added
  192. - more... much more... can't remember
  193.  
  194.  
  195. 3.0 Alpha 5 UX (03/16/01)
  196. - working eq?!
  197. - even smaller default skin
  198. - fixed-width bitmap fonts
  199. - logical font names for various text objects, yay for skinners
  200. - playlists load now
  201. - open/save file dialogs remember last dir opened from/saved to
  202. - less AVS bugs
  203. - even better skin switching
  204. - did someone say scaling? =)
  205.  
  206.  
  207. 3.0 Alpha 4 n1c8 (02/13/01)
  208. - speed and size optimizations (about 18k cut from exe+dll)
  209. - far more functional playlist editor
  210.   - remembers last playlist open & vertical scroll position
  211. - skins can now overlay default.wal, so you don't have to include one of every
  212.   single bitmap from it
  213. - core playback bugs fixed
  214. - min/max sizing for components implemented
  215. - skin piece scaling!
  216. - better skin switching
  217. - component status bar now skinnable
  218. - http streaming leaks less memory
  219. - plus lots of little bugfixes & tweaks
  220.  
  221.  
  222. 3.0 Alpha 3.00ZX (02/01/01):
  223. - uses WAY less cpu when playing files.
  224. - packaged with latest SuperPimp.
  225. - volume is now saved.
  226. - optimized visual animations (sound analyzer, etc...)
  227. - "Report bugs" option in system menu
  228. - gamma component! (warning: does not actually tweak gamma)
  229. - LOTS of bugfixes including:
  230.   - skin switching 99% works!
  231.   - crossfading fixed and can now crossfades mono streams
  232.   - avs fixes
  233.   - song name display fixed
  234.   - audio playback system fixed
  235.   - playlist editor time display fixed
  236.   - a lot more :) Check our bugzilla for more
  237.  
  238.  
  239. 3.0 Alpha 2 turbo (01/27/01):
  240. - Fixed lots of bitmaps, scroll bars. Mostly cosmetic stuff.
  241.  
  242.  
  243. 3.0 Alpha 1 turbo (01/27/01):
  244. - Everything. :)
  245.