diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d77d32..512f695 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,20 @@ Changelog --------- +Version 1.5.0 +------------- +- D-pad buttons can skip forward/backward when media is playing (if EventServer is enabled in the media center's configuration, and accessible in Kodi) +- Added new screen to show all cast in movies and tv shows +- Added vibration option to d-pad buttons +- Add stop button to remote screen +- Fix youtube share behaviour +- Czech translation +- Simplified Chinese translation +- Russian translation +- Basque translation +- Spanish translation +- Bug fixes + Version 1.4.0 ------------- - Added support for sharing from youtube app to Kodi diff --git a/app/build.gradle b/app/build.gradle index 2a4df7d..1d66f27 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "org.xbmc.kore" minSdkVersion 15 targetSdkVersion 22 - versionCode 11 - versionName "1.4.0" + versionCode 12 + versionName "1.5.0" } File keystoreFile = file('keystore.properties')