forked from dz0ny/chrome-transmission-remote
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
59 lines (48 loc) · 2.18 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
Useful if you run Transmission Bittorrent Client on a remote server (LAN or across the Internet).
Features
* Click a torrent link to download it using a remote Transmission client
- click on most torrent links to automatically send it to Transmission
- right-click any link to send to Transmission
- custom download directories
- browser icon notification badges: add, dup, fail
- hold down ALT, CTRL, or SHIFT to download the torrent file locally
* Remote Control
- notifications when a torrent download completes
- filter by name and status
- pause and resume torrents
- remove torrents (double-click) with data (CTRL + double-click)
- toggle turtle mode
version 0.9.8
- improved compatibility with more torrent sites
version 0.9.7
- added global torrent stats to the popup
- more fixes to the download location popup
version 0.9.6
- fixed bug with new torrents being added to the bottom of the list
version 0.9.5
- slight updates to make the download location popup more consistent
- fixed the download location popup always showing on some sites
- code optimizations to the popup list
- code optimizations to the options page
version 0.9.4
- fixed minor rare graphical issue with some installations of linux
- cleaned up css for popup
version 0.9.3
- notifications will no longer show up for seeding torrents
- you can now edit the label and directory of custom download directories
version 0.9.2
- small fix with enabling and disabling notifications
version 0.9.1
- notifications now disappear after 30 seconds
version 0.9.0
- added right-click menu item to send any link to transmission
- added notifications when torrents finish
- added a keep-alive function
- setting the path in the url string to blank will now work correctly
- fixed issue when having multiple torrents verifying data
- verifying local data now graphically shows progress
- fixed completed date glitch when verifying re-added torrents
- improved compatibility with more torrent sites
- a lot of changes under the hood in anticipation for future chrome api's
- more changes to make the download popup look more uniform across sites
- code optimizations