-
Notifications
You must be signed in to change notification settings - Fork 82
Changelog
Julian edited this page Aug 2, 2020
·
4 revisions
- please check out the commit messages in the
Code
section.
- added: support for Synology Downloadstation
- fixed: support for qBittorrent >= v3.2
- fixed: download button form detection
- fixed: some things, i don't remember
- added: support for Hadouken and nodejs-rtorrent
- fixed: a minor uTorrent api difference that broke tribler's support
- fixed: a bug where label/directory settings weren't saved in the correct server instance
- various fixes introduced by refactoring for 1.2.0
- added: support for multiple concurrent torrent servers (issue 84)
- fixed: vuze remote csrf header workaround
- fixed: error notifications now have a red icon instead of the green one (issue 94)
- note: major restructuring of the code as well as the settings, so some things may turn out buggy. please remove and re-add the extension from the webstore, that should fix most.
- fixed: notifications (issue 98 and many others)
- added: support for Tixati
- added: "add torrents paused" option for rutorrent
- added: an option to grab torrents from newly opened tabs
- added: a couple of newer libraries
- added: support for SSL/HTTPS url scheme with utorrent (only works via reverse proxying) (issue 58)
- fixed: preventing null-values from being used in interactive directory/label dialog (issue 55)
- fixed: changed standard catching regex to prevent unwanted catching (issue 51)
- buffalo webui: changed name to emphasize that this only works on older devices; newer ones use utorrent api (issue 45)
- redid blob building for binary send due to !WebKitBlobBuilder deprecation in latest chrome dev
- fixed the desktop notification icon (issue 40)
- deluge: added support for non-standard webui paths (issue 38)
- reverted the authentication back to the proper way (fixes issues for rutorrent running on webservers using http digest as authentication), see 1.1.4/5 (issue 39)
- reverted changes made for issue 32 until chrome 19 goes stable
- utorrent: added an option to enter a non-standard path for people who reverse-proxy their webui (issue 28)
- fixed the default regex filter
- fixed authentication for all clients, hopefully (issue 32)
- deluge: added SSL support
- utorrent: fixed a bug in error handling where the security token wasn't present.
- added a method of preventing inline link catching: hold either of CTRL/ALT/SHIFT whilst clicking to prevent RTA from doing anything
- rutorrent: added magnet support
- fixed a bug where the rutorrent label/directory dialog wasn't displayed when adding via context menu
- rutorrent: added an optional per-torrent adding dialog that lets you choose a label/directory
- utorrent: fixed error message handling
- added support for qbittorrent, pyrt (rtorrent), deluge
- implemented magnet support. works for: utorrent, vuze remote, vuze html, transmission, qbittorrent, deluge
- improved error messages
- fixed SSL support for transmission
- added support for the Vuze Remote plugin (self-signed SSL certificates must be imported/accepted manually!)
- fixed bug introduced in previous release
- added support for bittorrent links behind html buttons - please report if this breaks anything (like regular buttons).
- added support for Buffalo's Bittorrent WebUI
- added support for Vuze's HTML WebUI plugin
- bugfix for rutorrent
- added default label and directory settings to the rutorrent client.
- made options more aesthetically pleasing, added more information
- fixed an issue that would silently make urls without ".torrent" in them fail to load
- (hopefully) fixed rutorrent and torrentflux support
- added SSL support for Torrentflux and ruTorrent web interfaces
- fix to support for newer versions of chrome (due to this)
- simplified uTorrent handling
- added Torrentflux support (please test and report, people)
- added ruTorrent support (no SSL (yet?))
- fixed an options display bug with the regex filters (thanks Curtis)
- added an option to hide the new address bar indicator
- prettied up the options page
- added an icon to the address bar to indicate that torrent links have been found
- a bit of code cleanup and resource bug fixing