diff --git a/CHANGELOG.md b/CHANGELOG.md index 8716ed6..64b86ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,9 @@ # Changelog ## v2.0.2 +* main code (main.py) fully rewritten * Use SimplePlugin framework (http://romanvm.github.io/script.module.simpleplugin/index.html) +* Cache datas ## v2.0.1 * New setting 'albums_per_page' diff --git a/README.md b/README.md index a6a7824..29dc341 100644 --- a/README.md +++ b/README.md @@ -15,5 +15,6 @@ Kodi plugin to stream music from Subsonic. See the `LICENSE` file. Additional copyright notices: -* The original [Subsonic](https://github.com/basilfx/plugin.audio.subsonic) plugin by basilfx. +* [SimplePlugin](https://github.com/romanvm/script.module.simpleplugin/stargazers) by romanvm +* The original [SubKodi](https://github.com/DarkAllMan/SubKodi) plugin. * [`py-sonic`](https://github.com/crustymonkey/py-sonic) Python module.