diff --git a/README.md b/README.md index 3e25015..7123a33 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/addon.xml b/addon.xml index 15b419c..4174acb 100644 --- a/addon.xml +++ b/addon.xml @@ -1,10 +1,10 @@ - + diff --git a/changelog.txt b/changelog.txt index e07e872..2780bc9 100644 --- a/changelog.txt +++ b/changelog.txt @@ -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 )