diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..5d247a8 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,7 @@ +.github/ export-ignore +.settings/ export-ignore +.gitattributes export-ignore +.gitignore export-ignore +.travis.yml export-ignore +README.md export-ignore +changelog.md export-ignore diff --git a/.travis.yml b/.travis.yml index 1096a49..bb0cf46 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ language: python python: 3.7 install: - - pip install flake8 kodi-addon-checker + - pip install flake8 kodi-addon-checker git+https://github.com/romanvm/kodi-addon-submitter.git before_script: - git config core.quotepath false @@ -11,4 +11,10 @@ before_script: # command to run our tests script: - flake8 ./ --statistics --show-source --builtins=sys --ignore=E501,E722 --exclude=croniter.py # check python structure against flake8 tests, ignore long lines - - kodi-addon-checker --branch=matrix --allow-folder-id-mismatch \ No newline at end of file + - kodi-addon-checker --branch=matrix --allow-folder-id-mismatch + +deploy: + - provider: script + script: submit-addon -r repo-scripts -b matrix --push-branch script.xbmcbackup + on: + tags: true \ No newline at end of file diff --git a/README.md b/README.md index e02eea7..fe580c8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Backup Addon -![Kodi Version](https://img.shields.io/endpoint?url=https%3A%2F%2Fweberjr.com%2Fkodi-shield%2Fversion%2Frobweber%2Fxbmcbackup%2Fmaster%2Ftrue%2Ftrue) [![Build Status](https://img.shields.io/travis/robweber/xbmcbackup/matrix)](https://travis-ci.org/robweber/xbmcbackup) [![License](https://img.shields.io/github/license/robweber/xbmcbackup)](https://github.com/robweber/xbmcbackup/blob/master/LICENSE.txt) [![PEP8](https://img.shields.io/badge/code%20style-pep8-orange.svg)](https://www.python.org/dev/peps/pep-0008/) +![Kodi Version](https://img.shields.io/endpoint?url=https%3A%2F%2Fweberjr.com%2Fkodi-shield%2Fversion%2Frobweber%2Fxbmcbackup%2Fmatrix%2Ftrue%2Ftrue) ![Total Downloads](https://img.shields.io/endpoint?url=https%3A%2F%2Fweberjr.com%2Fkodi-shield%2Fdownloads%2Fmatrix%2Fscript.xbmcbackup%2F1.6.2) [![Build Status](https://img.shields.io/travis/robweber/xbmcbackup/matrix)](https://travis-ci.org/robweber/xbmcbackup) [![License](https://img.shields.io/github/license/robweber/xbmcbackup)](https://github.com/robweber/xbmcbackup/blob/master/LICENSE.txt) [![PEP8](https://img.shields.io/badge/code%20style-pep8-orange.svg)](https://www.python.org/dev/peps/pep-0008/) ## About diff --git a/changelog.md b/changelog.md index ad856b4..902b1f6 100644 --- a/changelog.md +++ b/changelog.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) +## [Version 1.6.3](https://github.com/robweber/xbmcbackup/compare/matrix-1.6.2...robweber:matrix-1.6.3) - 2020-06-15 + +### Changed + + - fixed validatePath error (issue #166) thanks (thanks @AnonTester) + ## [Version 1.6.2](https://github.com/robweber/xbmcbackup/compare/matrix-1.6.1...robweber:matrix-1.6.2) - 2019-04-09 ### Changed