mirror of
https://github.com/robweber/xbmcbackup.git
synced 2025-06-22 10:43:42 +02:00
updated readme and changelog
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
# Backup Addon
|
# Backup Addon
|
||||||
 [](https://travis-ci.org/robweber/xbmcbackup) [](https://github.com/robweber/xbmcbackup/blob/master/LICENSE.txt)
|
 [](https://travis-ci.org/robweber/xbmcbackup) [](https://github.com/robweber/xbmcbackup/blob/master/LICENSE.txt)
|
||||||
|
|
||||||
## About
|
## About
|
||||||
|
|
||||||
|
@ -9,7 +9,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
|
|||||||
### Added
|
### Added
|
||||||
|
|
||||||
- added new badges for Kodi Version, TravisCI and license information from shields.io
|
- added new badges for Kodi Version, TravisCI and license information from shields.io
|
||||||
- use kodi-six for Kodi library imports, will make transition to python 3 easiser
|
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
@ -17,6 +16,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
|
|||||||
- removed specific encode() calls per Python2/3 compatibility
|
- removed specific encode() calls per Python2/3 compatibility
|
||||||
- call isdigit() method on the string directly instead of str.isdigit() (results in unicode error)
|
- call isdigit() method on the string directly instead of str.isdigit() (results in unicode error)
|
||||||
- added flake8 testing to travis-ci
|
- added flake8 testing to travis-ci
|
||||||
|
- updated code to make python3 compatible
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user