Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release: v1.7.1 #43

Merged
merged 1 commit into from
Sep 7, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
* [v1.7.1](https://github.com/newt-sc/a4kSubtitles/releases/tag/service.subtitles.a4ksubtitles%2Fservice.subtitles.a4ksubtitles-1.7.1):
* Drop python meta as it prevents installations on pre Kodi 19 versions

* [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

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

[v1.7.0]:
* Update python meta to enable Kodi 19 installations

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

[v1.7.0]:
* Update python meta to enable Kodi 19 installations

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