What's New ------------------------------------------------------------------------------- v0.2.1 - Removed "shift-ctrl-left click" combo, it was conflicting with built-in Firefox shortcuts. To quickly disable/enable the extension use the status bar icon. - Changed JSON.parse for Firefox < 3.0 to json_parse.js so no eval or even evalInSandbox in the extension. v0.2.0 - Added a (optional) status bar icon to quickly enable/disable BitTorrent WebUI (without restarting Firefox) to remove the icon go to BTWebUI Preferences > Advanced, uncheck "Show status bar icon" - Added support for Transmission (tested with v1.51 and 1.75) - Added support for Deluge (tested with v1.1.9 and 1.2.0 rc1) - Added support for uTorrent token authentication - Changed the "bypass BTWebUI" key combo to ctrl + shift + left click (hopefully that will work better on Macs) - Added a bunch of locales (thanks to the translators at babelzilla.com) - Huge code overhaul, reduced the number of JavaScript objects in global scope - Changed to a more secure JSON module - New BitTorrent WebUI logo courtesy of jEsuSdA v0.1.10 - Handling of URLs which end with ".torrent" (v0.1.9) broke the extension on some of the sites I use so I made it handle ".torrent" URLs ONLY if the page was presented without a plausible (x)html content-type. - Also fixed a reg exp that prevented the extension from working on demonoid. v0.1.9 - The extension will now try to handle any URL which ends with ".torrent", since some people were having problems with some torrent sites having improperly configured web servers and sending torrent files as something other than the "application/x-bittorrent" content-type. - Added Italian translation (thanks to Cristiano Pruneri) - Added French translation (by me) v0.1.8 - Fixed a bug in the password manager code that prevented the web ui password from being saved in Firefox 1.5 - 2.0 v0.1.7 - Changed the password manager code to work with Firefox 3 (you might have to re-save your password) - alt-shift click a torrent download link to bypass the extension - jumped through some hoops to accommodate the new secure update system for Firefox 3