Skip to content

Commit

Permalink
release: v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
newt-sc committed Sep 7, 2020
1 parent e023b92 commit 00d676b
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
* [v1.7.0](https://github.com/newt-sc/a4kSubtitles/releases/tag/service.subtitles.a4ksubtitles%2Fservice.subtitles.a4ksubtitles-1.7.0):
* Update python meta to enable Kodi 19 installations

* [v1.6.0](https://github.com/newt-sc/a4kSubtitles/releases/tag/service.subtitles.a4ksubtitles%2Fservice.subtitles.a4ksubtitles-1.6.0):
* Add option to auto download first subtitle result silently

Expand Down
7 changes: 5 additions & 2 deletions addon.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="service.subtitles.a4ksubtitles"
name="a4kSubtitles"
version="1.6.0"
version="1.7.0"
provider-name="Unknown">
<requires>
<import addon="xbmc.python" version="2.25.0"/>
<import addon="xbmc.python" version="3.0.0"/>
<import addon="vfs.libarchive"/>
<import addon="script.module.requests"/>
</requires>
Expand All @@ -28,6 +28,9 @@ Supports: OpenSubtitles, BSPlayer, Podnadpisi.NET, SubDB, Subscene, Addic7ed
<screenshot>screenshot-03.png</screenshot>
</assets>
<news>
[v1.7.0]:
* Update python meta to enable Kodi 19 installations

[v1.6.0]:
* Add option to auto download first subtitle result silently

Expand Down
7 changes: 5 additions & 2 deletions packages/addons.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<addons>
<addon id="service.subtitles.a4ksubtitles"
name="a4kSubtitles"
version="1.6.0"
version="1.7.0"
provider-name="Unknown">
<requires>
<import addon="xbmc.python" version="2.25.0"/>
<import addon="xbmc.python" version="3.0.0"/>
<import addon="vfs.libarchive"/>
<import addon="script.module.requests"/>
</requires>
Expand All @@ -31,6 +31,9 @@ Supports: OpenSubtitles, BSPlayer, Podnadpisi.NET, SubDB, Subscene, Addic7ed
<screenshot>screenshot-03.png</screenshot>
</assets>
<news>
[v1.7.0]:
* Update python meta to enable Kodi 19 installations

[v1.6.0]:
* Add option to auto download first subtitle result silently

Expand Down
2 changes: 1 addition & 1 deletion packages/addons.xml.crc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
46edf7974229f26ca41fe6ce2e6fdd7378a6fbb0
85791de95f2f0dfcc0fcdeaf7c2cd83fe23cc34b

0 comments on commit 00d676b

Please sign in to comment.