Skip to content

Commit

Permalink
Micro version 0.2.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramiro Morales committed Oct 11, 2016
1 parent dd37e8f commit 1cccdc4
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion addon.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="service.subtitles.subdivx"
name="Subdivx.com"
version="0.2.3"
version="0.2.4"
provider-name="cramm">
<requires>
<import addon="xbmc.python" version="2.14.0"/>
Expand Down
13 changes: 13 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
0.2.4
- Logging: Fix misleading phrasing.
- Internals: Factor out detection of compressed files. Initial maintainer
docs. Better docstrings.

0.2.3
- Logging: Use our prefix in paths debug log for searchability.
- Internals: Remove unused import.

0.2.2
- Logging: Log our version, do it using LOGNOTICE level.
- (Version 0.2.1 skipped to avoid clashing with unofficial fork.)

0.2.0
- Make intermediate page optional. Thanks Juan Redondo and Adrián Suárez.

Expand Down
2 changes: 1 addition & 1 deletion service.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
__author__ = __addon__.getAddonInfo('author')
__scriptid__ = __addon__.getAddonInfo('id')
__scriptname__ = __addon__.getAddonInfo('name')
__version__ = '0.2.3'
__version__ = '0.2.4'
__language__ = __addon__.getLocalizedString

__cwd__ = xbmc.translatePath(__addon__.getAddonInfo('path')).decode("utf-8")
Expand Down

0 comments on commit 1cccdc4

Please sign in to comment.