File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" standalone =" yes" ?>
22<addon id =" service.subtitles.subdivx"
33 name =" Subdivx.com"
4- version =" 0.2.3 "
4+ version =" 0.2.4 "
55 provider-name =" cramm" >
66 <requires >
77 <import addon =" xbmc.python" version =" 2.14.0" />
Original file line number Diff line number Diff line change 1+ 0.2.4
2+ - Logging: Fix misleading phrasing.
3+ - Internals: Factor out detection of compressed files. Initial maintainer
4+ docs. Better docstrings.
5+
6+ 0.2.3
7+ - Logging: Use our prefix in paths debug log for searchability.
8+ - Internals: Remove unused import.
9+
10+ 0.2.2
11+ - Logging: Log our version, do it using LOGNOTICE level.
12+ - (Version 0.2.1 skipped to avoid clashing with unofficial fork.)
13+
1140.2.0
215- Make intermediate page optional. Thanks Juan Redondo and Adrián Suárez.
316
Original file line number Diff line number Diff line change 4141__author__ = __addon__ .getAddonInfo ('author' )
4242__scriptid__ = __addon__ .getAddonInfo ('id' )
4343__scriptname__ = __addon__ .getAddonInfo ('name' )
44- __version__ = '0.2.3 '
44+ __version__ = '0.2.4 '
4545__language__ = __addon__ .getLocalizedString
4646
4747__cwd__ = xbmc .translatePath (__addon__ .getAddonInfo ('path' )).decode ("utf-8" )
You can’t perform that action at this time.
0 commit comments