Skip to content

Commit

Permalink
release: v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
newt-sc committed May 20, 2020
1 parent d1b1361 commit 64bc901
Show file tree
Hide file tree
Showing 10 changed files with 27 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
packages export-ignore
scripts export-ignore
tests export-ignore
requirements.txt export-ignore
requirements.txt export-ignore
2 changes: 1 addition & 1 deletion .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
git config --global user.email "47229722+newt-sc@users.noreply.github.com"
git config --global user.name "newt-sc"
git commit -am "chore: update data"
git push
git push || true
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
* [v1.0.1](https://github.com/newt-sc/a4kSubtitles/releases/tag/service.subtitles.a4ksubtitles%2Fservice.subtitles.a4ksubtitles-1.0.1):
* Add screenshots

* [v1.0.0](https://github.com/newt-sc/a4kSubtitles/releases/tag/service.subtitles.a4ksubtitles%2Fservice.subtitles.a4ksubtitles-1.0.0):
* Invalidate BSPlayer results cache when download links expire
* Extraction fallback: zip -> gzip -> raw
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ Steps to install a4kSubtitles:
8. Go back to **Addons** and select **Install from repository**
9. Select the **a4kSubtitles** menu item

## Screenshots
![ScreenShot](https://raw.github.com/a4k-openproject/a4kSubtitles/master/screenshot-01.png)
![ScreenShot](https://raw.github.com/a4k-openproject/a4kSubtitles/master/screenshot-02.png)
![ScreenShot](https://raw.github.com/a4k-openproject/a4kSubtitles/master/screenshot-03.png)

## Contribution

Configure hooks for auto update of `addons.xml`:
Expand Down
9 changes: 8 additions & 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.a4ksubtitles"
name="a4kSubtitles"
version="1.0.0"
version="1.0.1"
provider-name="Unknown">
<requires>
<import addon="xbmc.python" version="2.25.0"/>
Expand All @@ -22,8 +22,15 @@ Supports: OpenSubtitles, BSPlayer, Podnadpisi.NET, SubDB, Subscene, Addic7ed
<source>https://github.com/newt-sc/a4kSubtitles</source>
<assets>
<icon>icon.png</icon>
<screenshot>screenshot-01.png</screenshot>
<screenshot>screenshot-02.png</screenshot>
<screenshot>screenshot-03.png</screenshot>
<screenshot>screenshot-04.png</screenshot>
</assets>
<news>
[v1.0.1]:
* Add screenshots

[v1.0.0]:
* Invalidate BSPlayer results cache when download links expire
* Extraction fallback: zip -> gzip -> raw
Expand Down
9 changes: 8 additions & 1 deletion packages/addons.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<addons>
<addon id="service.subtitles.a4ksubtitles"
name="a4kSubtitles"
version="1.0.0"
version="1.0.1"
provider-name="Unknown">
<requires>
<import addon="xbmc.python" version="2.25.0"/>
Expand All @@ -25,8 +25,15 @@ Supports: OpenSubtitles, BSPlayer, Podnadpisi.NET, SubDB, Subscene, Addic7ed
<source>https://github.com/newt-sc/a4kSubtitles</source>
<assets>
<icon>icon.png</icon>
<screenshot>screenshot-01.png</screenshot>
<screenshot>screenshot-02.png</screenshot>
<screenshot>screenshot-03.png</screenshot>
<screenshot>screenshot-04.png</screenshot>
</assets>
<news>
[v1.0.1]:
* Add screenshots

[v1.0.0]:
* Invalidate BSPlayer results cache when download links expire
* Extraction fallback: zip -> gzip -> raw
Expand Down
2 changes: 1 addition & 1 deletion packages/addons.xml.crc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
70056256360e744c75b6e7890f10f706a0757b17
4b797dbee69c34f4f80d5b73faf146b066e220bd
Binary file added screenshot-01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshot-02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshot-03.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 64bc901

Please sign in to comment.