Skip to content

Commit

Permalink
Bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
SyncedSynapse committed Jul 30, 2015
1 parent b17312d commit dab9bc0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit dab9bc0

Please sign in to comment.