2011.09.21 | Vuze 4.7.0.0
FEATURE: Device | Improved Device Playback support: improved compatibility and many new devices added [TuxPaper]
CHANGE: Core | Moved some device detection code out of core [TuxPaper]
CHANGE: Plug | Removed IView, AbstractIView, SWTManager and other deprecated plugin APIs [TuxPaper]
CHANGE: Device | Button for "Do Not Transcode" [TuxPaper]
CHANGE: Device | Sidebar icon for devices that supply one [TuxPaper]
CHANGE: UI | Switched all views using IView to UISWTVIew [TuxPaper]
CHANGE: UI | Moved all non UI table refreshing code out of SWT thread (should result in faster UI) [TuxPaper]
CHANGE: Misc | Removed various left over and unused code (saved a measly 200k) [TuxPaper]
BUGFIX: Core | Fix OSX Lion problems
Vuze is world fastest and the most advanced bittorrent client
2012.07.13 | Vuze 4.7.1.0
FEATURE: Core | Added a 'low' file priority setting and the ability to set negative priorities for various levels of 'low' [Parg]
FEATURE: Core | Support for metdata download based magnet link resolution [Parg]
FEATURE: Core | Added means to backup and restore yoru Vuze config, manually and automatically [Parg]
FEATURE: Core | Added per-download and per-category option to prioritise uploading over other downloads [Parg]
FEATURE: Core | Added 'personal share' feature that auto-generates and seeds files with unique torrents [Parg]
FEATURE: Core | Per-torrent IP Filter enabling [Parg]
FEATURE: Core | Added extra arguments to magnet exports (dn,tr,ws) [Parg]
FEATURE: Core | Added a basic 'speed limit' handler with support for defining and scheduling various speed limit profiles [Parg]
FEATURE: Core | Added system property to set default timezone (azureus.timezone)
FEATURE: Core | Detect some types of corrupt torrents and add Help menu item to attempt a fix [Parg]
FEATURE: Core | Support for &fl arguments in magnet links
FEATURE: Core | Handle https->http redirects [Parg]
FEATURE: Core | Handle http redirects with http seeds [Parg]
FEATURE: UI | Warning triangle at bottom right now flashes a number of times when warnings are added [Parg]
FEATURE: UI | Added to Devices configuration to allow 'play now' buffering time to be configured [Parg]
FEATURE: UI | Added ability for the Library filter to search on comments (prefix with c:) and file names (prefix with f:) [Parg]
FEATURE: UI | Extended Library filter search of tracker URLs (prefix with t:) to consider all trackers [Parg]
FEATURE: UI | Added negation to Library filter logic (prefix with !)
FEATURE: UI | Made it clearer when Library filter in regular expression mode and the regex is in error [Parg]
FEATURE: UI | Added details of hidden generic devices to tooltip to surface them [Parg]
FEATURE: UI | Option to remove all devices that have been discovered [Parg]
FEATURE: UI | Added feature to allow devices to be explicitly tagged and then the view restricted to only those devices [Parg]
FEATURE: UI | Added the number of matches found to the Library title information when filtering [Parg]
FEATURE: UI | Added options to status bar IP Filter stats to get to IP Filter options [Parg]
FEATURE: UI | Added 'next ETA' and speed controls to the Transfer Bar [Parg]
FEATURE: UI | Added option to the torrent-add window to enable IP Filters [Parg]
FEATURE: UI | Added 'explore folder' for torrent files to advanced menu [Parg]
FEATURE: UI | Added magnet export to Shares view [Parg]
FEATURE: UI | Added right-click torrent view menu to a torrent's detail view header [Parg]
FEATURE: UI | Extended search results header to include active total [Parg]
FEATURE: UI | Added menu option to remove a search template to the right-click menu on search results [Parg]
FEATURE: UI | Extended recognised clients [Parg]
FEATURE: UI | Better error messaging for broken plugin installs [Parg]
FEATURE: UI | Enhanced search box - allows for entry of magnet links, torrent urls and hashes in the search box [Parg]
FEATURE: UI | Support 'bits' based base-10 display unit [Parg]
FEATURE: UI | Export magnet URI menu added to Share View [TuxPaper]
FEATURE: UI | Allow dragging stuff to Share View sidebar entry [TuxPaper]
FEATURE: UI | Added Tracker Name column header menu option to allow specification of preferred trackers to display for multi-tracker torrents [Parg]
FEATURE: Plug | New highcharts stats demo plugin [Parg]
FEATURE: Plug | New plugin to add tracker URLs to multiple torrent [Parg]
FEATURE: Plug | Added JSON request format to Vuze Web Remote along with start-all and stop-all RPC support [Parg]
FEATURE: Plug | Added plugin ability to add rate limiters to downloads and peers [Parg]
FEATURE: Plug | Added alerts to Vuze Web Remote if default folders not configured [Parg]
FEATURE: Plug | Persist default media server name in UPnP Media Server [Parg]
CHANGE: Core | Fallback to 'DOT_ALL' matching when no results found. This allows search templates to specify constructs such as .*? correctly [parg]
CHANGE: Core | Disable fast-extension for downloads with explicit speed limits set as they aren't applied correctly [Parg]
CHANGE: Core | Maintain seeding-only and downloading-only totals based on real elapsed time to be consistent across computer sleeps [Parg]
CHANGE: Core | Import &tr arguments from magnet links
CHANGE: Core | Support some more (non-standard) RSS date formats [Parg]
CHANGE: Core | Added support for Double values in BEncoder [Parg]
CHANGE: Core | Handle common type in URL protocol in torrents [Parg]
CHANGE: Core | Automatically retry failed torrent downloads with an explicit referrer [Parg]
CHANGE: Core | Don't auto-retry transcodes on permanent failures (such as lack of disk space) [Parg]
CHANGE: Plug | Try setting up user-level registry entries when iTunes integration fails [Parg]
CHANGE: UI | Disable 'show generic' devices option when there aren't any [Parg]
CHANGE: UI | Include torrent name in SSL certificate trust window [Parg]
CHANGE: UI | Changed %done torrents view item to excluded DND files [Parg]
CHANGE: UI | Improved error message on add-torrent fail to make the cause more obvious [Parg]
CHANGE: UI | Auto-open and scroll the details area on magnet add so user sees error messages [Parg]
CHANGE: UI | Extended update tracing for 64 bit windows SWT updates [Parg]
CHANGE: UI | OSX: Enable playing sound on completion [TuxPaper]
CHANGE: UI | Replaced native OS tables with custom (faster, more control) [TuxPaper]
CHANGE: UI | 'All' and 'Uncategorized' are now shown in Sidebar when categories in sidebar is enabled [TuxPaper]
BUGFIX: Core | Fixed I2P Proxy support and updated the plugin to fix issues with I2P network integration [Parg]
BUGFIX: Core | Handle malformed XML entity escapes better [Parg]
BUGFIX: Core | Support SSL certificate install for scrapes [Parg]
BUGFIX: Core | Added code to detect potentially evil regex (http://en.wikipedia.org/wiki/ReDoS) [Parg]
BUGFIX: Core | Fixed edge-case file rechecking issue with piece-reordering mode [Parg]
BUGFIX: Core | Fixed ETA calc for Play-Now files in multi-file torrents [Parg]
BUGFIX: Core | Avoid enumerating USB drives if we crashed doing so last time (happening with some encrypted volumes) [Parg]
BUGFIX: Core | Handle existance of null entries in search template column maps [Parg]
BUGFIX: Core | Secondary lookup service URL was wrong [Parg]
BUGFIX: Core | Work around for torrents with illegal characters in file names [Parg]
BUGFIX: Core | Work around for systems where ti is taking huge amounts of CPU to enumerate network interfaces (mainly due to masses of borked 6to4 adapters) [Parg]
BUGFIX: Core | Handle malformed 'upload only' values that are appearing [Parg]
BUGFIX: Core | Re-enable streaming of incomplete files [Parg]
BUGFIX: Core | Only udp-probe the IP network [Parg]
BUGFIX: Core | Handle truncated peer response from trackers [Parg]
BUGFIX: UI | Update UI on subscription name change [Parg]
BUGFIX: UI | Fixed null-pointer exception in remote pairing dialog [Parg]
BUGFIX: UI | Roll up some of the device stats correctly when tree nodes not expanded [Parg]
BUGFIX: UI | Fixed some forum links in the client [Parg]
BUGFIX: UI | Ensure filter background is consistently drawn and reverify regex when switching modes [Parg]
BUGFIX: UI | Double buffer All Transfer and Mini Bars to reduce flicker [Parg]
BUGFIX: UI | Double buffer transfer-stats view [Parg]
BUGFIX: UI | Re-enable the start/stop toolbar options for transcoding view [Parg]
BUGFIX: UI | Disable toolbar icons correctly when no selection [Parg]
BUGFIX: UI | Fix drag+drop behaviour onto Shares view [Parg]
BUGFIX: UI | Fixed table row consistency issue when downloads rapidly removed and added [Parg]
BUGFIX: UI | Fixed incorrect base-10 unit display [Parg]
BUGFIX: UI | Fixed menu not showing on first right click on the Torrent Details sidebar entry [TuxPaper]
BUGFIX: UI | OSX: Fixed buttons in Column Setup not all being displayed [TuxPaper]
BUGFIX: Plug | Various minor fixes to mlDHT [Parg]
Vuze is world fastest and the most advanced bittorrent client
2012.07.19 | Vuze 4.7.1.2
FEATURE: UI | Added double-click -> Launch option to library options [Parg]
CHANGE: Core | Exclude Vuze update torrents from IP filter rules [Parg]
CHANGE: UI | Table Views now draw text in default Antialiasing (hoping that fixes some edge case bugs) [TuxPaper]
BUGFIX: UI | Fixed subscription wizard column header text [Parg]
BUGFIX: UI | *nix: Fix Plugins and Torrents menu not having any entries [TuxPaper]
BUGFIX: UI | Fix scrolling issue after Library row gets removed while its subrows are displayed [TuxPaper]
BUGFIX: UI | Ensure table row height can fit the default font size [TuxPaper]
Vuze is world fastest and the most advanced bittorrent client
2012.09.17 | Vuze 4.7.2.0
FEATURE: Blog | See http://devblog.vuze.com/tagged/vuze4720 for beta version blog posts
FEATURE: Core | Option to randomize TCP/UDP listen ports on startup [Parg]
FEATURE: Core | Window's user options to control computer sleep behaviour while downloading/seeding [Parg]
FEATURE: Core | Ability to selectively disable tracker client protocols [Parg]
FEATURE: Core | DNS Tracker Preferences [http://bittorrent.org/beps/bep_0034.html] implemented [Parg]
FEATURE: Core | Added explicit application map to be used for launch operations [Parg]
FEATURE: UI | New column in Library views to show file extension [Parg]
FEATURE: UI | File view columns for CRC-32 and MD5 file hashes [Parg]
FEATURE: UI | Column-header right-click option on ETA/Progress columns to show absolute ETA [Parg]
FEATURE: UI | Torrent file index and torrent path columns added to File view [Parg]
FEATURE: UI | Keyboard accelerators added for Pause+Resume [Parg]
FEATURE: UI | Torrent creation wizard now allows arbitrary selection of files to be added to a torrent [Parg, TuxPaper]
FEATURE: UI | If move-on-complete is enabled for downloads the progress of this is now shown in the Status column [Parg]
FEATURE: UI | Vuze remote connection status now shown in the status bar [Parg]
FEATURE: UI | Added custom date format for column display [TuxPaper]
FEATURE: UI | Added option to disable 'backup complete' notification [TuxPaper]
FEATURE: UI | Number of unread blog posts shown in beta side-bar entry [TuxPaper]
FEATURE: UI | Option to specify table header height [TuxPaper]
FEATURE: Srch | Search templates can now do variable substitution (no UI yet) [TuxPaper]
FEATURE: Inst | Installer customize option now permits the clearing of config data [TuxPaper]
FEATURE: Inst | Custom install now lets you choose Classic or Vuze UI [TuxPaper]
FEATURE: Plug | DVD Burn plugin now has Library context menus to create new DVD and add content to existing [Parg]
CHANGE: CORE | Added .mts and .m2ts to playable extensions [Parg]
CHANGE: UI | Added visual feedback for device problems such as lack of disk space [Parg]
CHANGE: UI | Vuze sidebar entry can now be rolled up [TuxPaper]
CHANGE: UI | Don't show 'all' and 'uncategorized' entries in sidebar when no categories defined [TuxPaper]
CHANGE: UI | 'Draw grid lines and fill blank areas' no longer fills blank areas when unchecked [TuxPaper]
BUGFIX: Core | Prevent recursive backup hell if backup location selected in wrong location [Parg]
BUGFIX: Core | Correctly handle invalid upload_only entries in handshakes [Parg]
BUGFIX: UI | Table headers now use system colors; IP filter on status bar now obeys system colors [TuxPaper]
BUGFIX: UI | Table scrollbars now have better page-scroll behaviour [TuxPaper]
BUGFIX: UI | Fixed ctrl+home/end not working in tables [TuxPaper]
BUGFIX: UI | Fixed inability to scroll completely right [TuxPaper]
BUGFIX: UI | Fix message texts not being resolved for sidebar entries on occasion [Parg]
BUGFIX: UI | Allow dropping .torrent files onto blank area of sidebar [TuxPaper]
BUGFIX: Plug | DVD Burn: fix bug that was preventing warnings such as dual-layer, rw-disk blanking from showing [TuxPaper]
Vuze is world fastest and the most advanced bittorrent client