mirror of
https://github.com/correl/Transmission-XBMC.git
synced 2024-11-24 03:00:15 +00:00
Bump version to 0.7.5
This commit is contained in:
parent
198144993c
commit
9306ad115d
3 changed files with 9 additions and 3 deletions
|
@ -14,7 +14,7 @@ Currently, Transmission-XBMC supports viewing, adding, removing, starting and st
|
|||
Installation
|
||||
------------
|
||||
|
||||
This script is intended for XBMC 10.05 (Dharma). For the 9.11 (Camelot) release, use [version 0.5.0](http://github.com/correl/Transmission-XBMC/downloads)
|
||||
This script is intended for XBMC 13 (Gotham).
|
||||
|
||||
This script can be installed via the addon manager within XBMC. Attempting to install it manually may not work, as it requires the simplejson library which is automatically installed by the addon manager.
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<addon id="script.transmission"
|
||||
name="Transmission"
|
||||
version="0.7.1"
|
||||
version="0.7.5"
|
||||
provider-name="Correl Roush">
|
||||
<requires>
|
||||
<import addon="xbmc.python" version="2.0"/>
|
||||
<import addon="xbmc.python" version="2.1.0"/>
|
||||
<import addon="script.module.simplejson" version="2.0.9"/>
|
||||
<import addon="script.module.beautifulsoup" version="3.0.8" />
|
||||
</requires>
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
Version 0.7.5
|
||||
* Updated to support XBMC Gotham
|
||||
* Added proxy failover support to Pirate Bay search
|
||||
* Removed broken TorrentReactor search
|
||||
* Added KickassTorrents search
|
||||
* Fixed localization of strings in the main window
|
||||
Version 0.7.1
|
||||
* Added Apple TV remote MENU key support to close dialogs
|
||||
(submitted by Filipe Pina <fopina@skmobi.com>)
|
||||
|
|
Loading…
Reference in a new issue