diff --git a/Authors.md b/Authors.md index 673adc2..35c08ca 100644 --- a/Authors.md +++ b/Authors.md @@ -2,4 +2,5 @@ Authors ======= [asciidisco](https://github.com/asciidisco) +[ci skip](https://github.com/ci skip) [travis-ci](https://github.com/travis-ci) diff --git a/Changelog.md b/Changelog.md index 14f9066..68d8885 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,18 +1,50 @@ Changelog ========= -[1.2.4 (2017-10-04)](https://github.com/asciidisco/plugin.video.telekom-sport/releases/tag/1.2.4) +[1.2.5 (2017-10-06)](https://github.com/asciidisco/plugin.video.telekom-sport/releases/tag/1.2.5) ------------------ +- **test:** + - *core:* + - Upping test coverage. + [[asciidisco](https://github.com/asciidisco)] + - *itemhelper:* + - Fixing tests for envs with + different timezone settings. + [[asciidisco](https://github.com/asciidisco)] +- **feat:** + - *request:* + - Reintruducing ARM based user agent. + [[asciidisco](https://github.com/asciidisco)] - **ci:** - *travis:* - - Fixes release script. + - Fixing release script. + [[asciidisco](https://github.com/asciidisco)] +- **misc:** + - *misc:* + - asciidisco/plugin.video.telekomsport. [[asciidisco](https://github.com/asciidisco)] +- **-sport: chore:** + - *version:* + - Version bump + [[ci skip](https://github.com/ci skip)] + +[1.2.4 (2017-10-04)](https://github.com/asciidisco/plugin.video.telekom-sport/releases/tag/1.2.4) +------------------ + +- **chore:** + - *version:* + - Version bump [ci skip] + [[travis-ci](https://github.com/travis-ci)] - **feat:** - *inputstream:* - Adds setting to deactivate inputstream, even if available. [[asciidisco](https://github.com/asciidisco)] +- **ci:** + - *travis:* + - Fixes release script. + [[asciidisco](https://github.com/asciidisco)] [1.2.3 (2017-10-04)](https://github.com/asciidisco/plugin.video.telekom-sport/releases/tag/1.2.3) ------------------ diff --git a/addon.xml b/addon.xml index 182a941..5126352 100644 --- a/addon.xml +++ b/addon.xml @@ -1,5 +1,5 @@ - + @@ -30,8 +30,12 @@ public at asciidisco dot com https://github.com/asciidisco/plugin.video.telekom-sport https://www.kodinerds.net/index.php/Thread/57586-PreRelease-Telekom-Sport/ - v1.2.4 (2017-10-04): -- Fixes release script. -- Adds setting to deactivate inputstream, even if available. + v1.2.5 (2017-10-06): +- Upping test coverage. +- Fixing tests for envs with different timezone settings. +- Reintruducing ARM based user agent. +- Fixing release script. +- asciidisco/plugin.video.telekomsport. +- Version bump diff --git a/package.json b/package.json index 0144d88..961f949 100644 --- a/package.json +++ b/package.json @@ -6,11 +6,15 @@ "type": "git" }, "author": "Sebastian Golasch (http://asciidisco.com/)", - "homepage": "https://github.com/asciidisco/plugin.video.telekom-sport#readme", + "config": { + "commitizen": { + "path": "./node_modules/cz-conventional-changelog" + } + }, "bugs": { "url": "https://github.com/asciidisco/plugin.video.telekom-sport/issues" }, - "version": "1.2.5", + "version": "1.2.6", "scripts": { "precommit": "make lint", "gcz": "git-cz", @@ -21,10 +25,6 @@ "cz-conventional-changelog": "2.0.0", "husky": "0.14.3" }, - "config": { - "commitizen": { - "path": "./node_modules/cz-conventional-changelog" - } - }, + "homepage": "https://github.com/asciidisco/plugin.video.telekom-sport#readme", "description": "Telekom Sport is a portal for live Icehockey, Basketball, German 3rd Ligue, Sky Handball, Sky Bundeliga/Champions-League conferences & womans football matches." } \ No newline at end of file