Winamp Plug-in Releases (2009)

  |    |    |    |    |    |  


Releases for: 
  |    |    |    |    |    |    |    |    |    |  


22/12/2009

  • Fixed crash when double-clicking on a separator when using a Bento based modern skin (missing GetOutputTime(..) function)

20/12/2009

  • Fixed api dependency (SHOpenFolderAndSelectItems) preventing the plug-in running on Win2k installs
  • Made language file lookup 5.57+ compatible

15/12/2009

  • Fixed preferences dialog title not displayed as a unicode string under all langauge packs

21/11/2009

  • Fixed enter/double-click not following Winamp's default action on the category entries in the Media Library tree

26/09/2009

  • u-law type handling disabled as (should be) correctly handled in in_wave (add ulaw=1 into [in_wave] section in winamp.ini to revert)

01/09/2009

  • Stop after current state support works again for Winamp 5.53+ installs
  • Added winampUninstallPlugin(..) support (cleans up after itself when uninstalled from Winamp's preferences)

31/08/2009

  • Added winampUninstallPlugin(..) support (cleans up after itself when uninstalled from Winamp's preferences)
  • Added localisation support (requires 5.5+ for localisation to work) for the new 5.5+ style language packs
  • Reworked the preferences so they're now located under Preferences -> Playlist -> Separators
  • Removed preferences option for showing the options in the right-click menu as a sub-menu (is now on by default) but can be overriden by setting menu_s=0 in the settings section of winamp.ini for the plug-in

23/08/2009

  • Fixed random crash issue due to a hooking conflict (either other plug-ins or apps running on the system)
  • Updated common preferences code to resolve a possible crash bug (found in the Playlist File Remover plug-in)
  • Added winampUninstallPlugin(..) support (cleans up after itself when uninstalled from Winamp's preferences)
  • Started on work to implement a 'redo' mode (placeholders, etc implemented but no functioality that works currently)
  • Added in localisation support for the plug-in (example .lng file in the installer)
  • Plug-in now requires Winamp 5.5+ to work (due to localisation support which i _may_ work around if there is a demand)
  • Better caches some of the playlist contents to speed up the backup process
  • Added some right-click options in the undo queue list dialog to removing the need to go to the preferences to clear the queue completely
  • Tries not to save out empty backup playlists
  • Added an option for showing the undo menu actions in the main Winamp right-click menu (mainly one for me)

22/08/2009

  • Fixed issue where the media library tree items were alphabetically sorted incorrectly (mainly with localised installs)
  • Fixed edit bookmark/ctrl+e deleting bookmark entries incorrectly
  • Increased size of the bookmark category dialog for better localisation

20/08/2009

  • Implemented a workaround for a bug in gen_dragndrop.dll breaking Winamp's bookmark handling (add bk_dnd_hack=1 in the plug-in's section in your winamp.ini if experiencing the issue)
  • Fixed double-click on the category tree items not working (common handler implemented for clicking and keyboard actions in the tree)
  • Reworked the handling of Winamp's menus when placing the bookmarks into categories (hopefully this will be more reliable now)
  • Added right-click menu actions to a->z or z->a sort items in the bookmark views (that includes category views!)
  • Drag & drop re-ordering of items in the categories is enabled now the plug-in can correctly handle those situations!
  • Some heavy code refactoring / clean-ups to allow for changes to be made to rectify existing limitations with the plug-in installed (d&d being disabled was the main one)
  • Added winampUninstallPlugin(..) support (cleans up after itself when uninstalled from Winamp's preferences)
  • Localisation support (example file is in the installer)

18/08/2009

  • Added winampUninstallPlugin(..) support (cleans up after itself when uninstalled from Winamp's preferences)
  • Updated to use SHOpenFolderAndSelectItems(..) on XP+ installs
    • Now does multiple selections correctly across multiple folders
    • Removes the direct dependancy on Windows Explorer for opening the folders
    • Hopefully resolves the issues reported with the plug-in not opening the correct folder in all cases
  • Localisation updates to allow for a more complete level of localisation

19/04/2009

  • Made this 5.34+ compatible (so shouldn't set the taskbar to ??? when playing unicode related files)
  • Updated the language file support to better match with 5.5+ - it still works on an ini file but has a .lng file for the dialogs (if needed in a wlz)
  • Updated a load of common base code (in particular the preferences handling)
  • Moved the preferences pages to be a child off the 'Playlist' preferences page (add plfr_prefs_old=1 into the [Playlist File Remover] section of winamp.ini if you prefer the old location)
  • Added option on the hotkey preferences tab to add the file to be deleted and added into Winamp's bookmark list
  • Added plug-in uninstall support
  • Enabling the playlist delete shortcut option will now add an entry on the playlist editor right-click menu
  • Playlist editor delete shortcut now prefers Shift+Alt+Delete but Ctrl+Shift+D will still work
  • Added handling of Winamp 5.3+ for deletion overrides (wouldn't really work with the previous versions due to the unicode changes in 5.3+ clients)
  • Anything else i've forgotten to note down...

02/02/2009

  • Added winampUninstallPlugin(..) support (cleans up after itself when uninstalled from Winamp's preferences)
  • Added localisation support to the plug-in
  • Made the remove if only a pro install option not show unless remove Winamp pro is enabled
  • Fixed localisation related crash in the about message when 'ok' was clicked (bug in 1.5)

19/01/2009

  • Fixed language pack issue that prevented in_wav.lng from being removed from the temp folder correctly

18/01/2009

  • Added option to have the exclusion list only used if shuffle is turned on
  • plexclude.ini is the default storage file on new installs now
  • Added option to the config menu to allow the exclusion list to be cleared
  • Added in winampUninstallPlugin(..) support (will prompt to remove settings if you use Winamp's plug-in uninstall option)
  • Fixed last item in the playlist not being excluded if shuffle was disabled

12/01/2009

  • Fixed icon not showing next to child bookmark views (from changes made in the last release)

05/01/2009

  • Added in localisation support for the config and about dialogs (a Koopa request) otherwise no functional changes to the wrapper
  • Example language file can be found here (this will only work with 5.5+ installs via a WLZ language pack)
  • Added in localisation support(a Koopa request)
  • Compatability update for the next Winamp release (possibly 5.55 and is updated to work with the newer Bookmark Categoriser)
  • Fixed handling of the menus in ml_wire and ml_playlists (ml_disc is still in need of a handling update)
  • Example language file can be found here
    Note: this will currently only work with winamp language packs as supported by 5.5 (WLZ's)
    if there is demand then i can add in a configurable option for selecting the language
  • Compatability update for the next Winamp release (possibly 5.55 and is updated to work with the newer ML Enqueue and Play)