forked from Squidly271/PhAzE-Plugin-Repository
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathtransmission.xml
104 lines (94 loc) · 5.2 KB
/
transmission.xml
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
<?xml version="1.0" encoding="utf-8"?>
<Containers>
<Plugin>True</Plugin>
<PluginURL>https://raw.githubusercontent.com/PhAzE-Variance/unRAID/master/Plugins/Transmission.plg</PluginURL>
<PluginAuthor>PhAzE</PluginAuthor>
<Beta>False</Beta>
<Category>Downloaders:</Category>
<Date>2016-09-17</Date>
<License>GPL Licensed</License>
<Name>Transmission</Name>
<Description>
Transmission is designed for easy, powerful use. Transmission has the features you want from a BitTorrent client: encryption, a web interface, peer exchange, magnet links, DHT, uTP, UPnP and NAT-PMP port forwarding, webseed support, watch directories, tracker editing, global and per-torrent speed limits, and more.
</Description>
<Support>http://lime-technology.com/forum/index.php?topic=33341.0</Support>
<Icon>http://i.imgur.com/tkCKanM.png</Icon>
<Project>http://www.transmissionbt.com/</Project>
<DonateText>Buy PhAzE a beer?</DonateText>
<DonateLink>https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=griptionize%40hotmail%2ecom&lc=CA&item_name=PhAzE%20Unraid%20Plugins%20%2d%20Donations&currency_code=CAD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted]PayPal</DonateLink>
<DonateImage>https://www.paypalobjects.com/webstatic/en_US/btn/btn_donate_74x21.png</DonateImage>
<Changes>
2016.09.17.1
------------
- Added shortcut from plugins menu to plugin settings page
2016.06.16.1
------------
- Added missing depenendcy SASL for Unraid 6.2 beta
2015.11.04.1
------------
- Fixed jQuery to check if loaded before loading itself in, this fixes stuck loader icon on settings page
2015.10.04.1
------------
- Updated certificates package to newer version
2015.09.01.1
------------
- V3 initial release
- Added environment shortcut, Appname-env, so users can access the environment easier from anywhere
- Added display for array state and app version number
- Added WebUI button instead of having to click on the word 'running'
- Added loading screen to display what the app is doing when the plugin page is loading (not working on unRAID 5)
- Added new icons for warnings
- Added app config sync back to plg config so settings are transfered on app stop
- Added plugin logger function, writes to log file in /tmp dir for each plugin
- Added activity log button so users can see hostory of plugin controls being used
- Added support for HTTPS in any application that allows it and fixed apps that had broken HTTPS
- Added ellipsis for version numbers so long hashes don't mess up the UI layout
- Updated certs to 2015 version instead of using old 2013 version
- Updated plugin to follow array state, disables function if array is offline
- Updated all of the PHP code for a newer unified look
- Updated for dark theme on unRAID 6
- Updated PHP styles so they are all moved to CSS sheets instead of being all over the place
- Updated CSS to standardized and organized layout
- Updated all variables to use LOCAL where possible to reduce any variable leakage and reduce RAM usage
- Updated plg.old creation and moved it into the .plg file
- Changed dependencies independent location codebase so they can be installed in other locations
- Changed dependencies so if cache drive is found, they are installed there
- Changed dependencies so if no cache drive is found, they are installed in RAM drive like normal
- Changed warnings so they are less intrusive and take up less space
- Changed RC code so all chown commands and mkdir commands reside in one funtion
- Changed 30% of the RC code, has been rewritten for better control of the application
- Fixed text that is displayed when starting and stopping app, minimal shown, logged in activity log in detail
- Fixed capitalization across all plugins to match on the UI
- Moved dependency install out of .plg file into RC file, prior to write export function
- Verified all return, break, and exit codes to be used in proper spots to prevent code breakage
2015.07.28.1
------------
- Fixed glitch in updater that was messing up the entire OS on random occasions
2015.07.23.1
------------
- Added SSL root certificates for unRAID 5 users
2015.07.01.1
------------
- Updated for unRAID 6 final to comply with changes in OS
2015.05.03.1
------------
- Fixed remove script so it no longer shows an error on Unraid 5
- Added change log to plugins page on Unraid GUI
2015.03.11.1
------------
- Updated URL for downloads since it had changed
- Added custom log directory
INITIAL RELEASE
---------------
- Re-writen from scratch to run with Unraid 6 Plugin Manager
- Universal based plugin now downloads appropriate depedencies based on the OS architeture used
- Installs from USB copy if no internet connection is found and files exist on USB
- Added GUI setting to disable online checks by the plugin on page load
- Added dependency section to view main dependency versions and very they are working
- Added ability to uninstall the plugin and files from within the plugin GUI
- Dependencies now install to a common folder and app starts with a wrapper script
- Wrapper script adds environment variables for the common dependency folder upon start
- When plugin is uninstalled from PLGMGR or plugin GUI all files even dependencies are removed
- Plugin uninstall leaves installdir and configdir, up to user to delete those if they are not needed
</Changes>
</Containers>